New user help

2007-09-04 Thread Adrian Fisher
Hello there, I recently began to read about OpenBSD with a view to installing it on my home system (I am somewhat new to Unix) and while I was able to install the base system without any problems I was unable to find clear instructions or pointers on how to go on from there. I wish to install

Re: New user help

2007-09-04 Thread Peter N. M. Hansteen
Adrian Fisher [EMAIL PROTECTED] writes: I wish to install the system then install and use the KDE interface You did install the *tgz parts? If so, you should be ready to fetch and install packages such as the various kde bits from your favorite mirror as per the FAQ's packages section,

Re: New user help

2007-09-04 Thread Peter N. M. Hansteen
[EMAIL PROTECTED] (Peter N. M. Hansteen) writes: Adrian Fisher [EMAIL PROTECTED] writes: I wish to install the system then install and use the KDE interface You did install the *tgz parts? sorry, that came out wrong, it should have been 'x*tgz parts'. I do need more coffee. -- Peter N.

Re: New user help

2007-09-04 Thread Stuart Henderson
On 2007/09/04 09:40, Adrian Fisher wrote: I recently began to read about OpenBSD with a view to installing it on my home system (I am somewhat new to Unix) and while I was able to install the base system without any problems I was unable to find clear instructions or pointers on how to go on

Re: New user help

2007-09-04 Thread Vim Visual
For the kde thing, try something like --- pkg_add curl curl ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/i386/ | awk '{print $NF}' /tmp/curl.out for package in `grep -i ^wget /tmp/curl.out` `grep -i ^kdebase /tmp/curl.out` `grep