Re: Help: missing apt-get command after installing OpenBSD.

2014-01-15 Thread Juan Francisco Cantero Hurtado
On Wed, Jan 15, 2014 at 07:33:28PM +0530, Jiya desai wrote: > Hi, > > I am new baby in this world and basically doing little experiment task to > install apache, perl and foswiki on openbsd > > I am using Microsoft Virtual PC . I downloaded the file OpenBSDinstall54.iso > and installed OpenBSD.

Re: Help: missing apt-get command after installing OpenBSD.

2014-01-15 Thread Francois Pussault
hi, it's called pkg_add you can set the ftp path in a variable : export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/5.4/packages/i386/ then use man pkg_add (it's as simple as apt-get) for example pkg_add -iv somepackage > > From: Jiya desai > Sent: Wed J

Re: Help: missing apt-get command after installing OpenBSD.

2014-01-15 Thread Peter N. M. Hansteen
On Wed, Jan 15, 2014 at 07:33:28PM +0530, Jiya desai wrote: > I am new baby in this world and basically doing little experiment task to > install apache, perl and foswiki on openbsd > > I am using Microsoft Virtual PC . I downloaded the file OpenBSDinstall54.iso > and installed OpenBSD. > > No

Re: Help: missing apt-get command after installing OpenBSD.

2014-01-15 Thread ag@gmail
The first step before you install a new OS, is to go through the documentation, and at least read the relevant sections - installation and initial configuration. You seem to have skipped this critical step, so please head over to http://www.openbsd.org/faq/ And yes, unlike some other OSes, the

Re: Help: missing apt-get command after installing OpenBSD.

2014-01-15 Thread Aaron
On Wed, Jan 15, 2014 at 7:03 AM, Jiya desai wrote: > Hi, > > I am new baby in this world and basically doing little experiment task to > install apache, perl and foswiki on openbsd > > I am using Microsoft Virtual PC . I downloaded the file OpenBSDinstall54.iso > and installed OpenBSD. > > Now I