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. > > Now I see that I am not able to get basic commands that i used to get in > ubuntu world, like apt-get.
OpenBSD is not Linux. The command you're probably looking for is pkg_add, but really you should take the time to at least skim the faq at http://www.openbsd.org/faq/, and keep in mind that both the man and apropos commands are useful and lead to correct, up to date information about commands, configurations and other properties of the system. - Peter