Results 1 to 25 of 167

Thread: LINUX

Threaded View

  1. #11
    R.I.P.
    DrB0b's Avatar
    Join Date
    Dec 2006
    Last Online
    @
    Location
    ALL GLORY TO THE HYPNOTOAD
    Posts
    17,118
    Quote Originally Posted by Troy View Post
    Quote Originally Posted by harrybarracuda
    Ubuntu's OK. It supports a fair chunk of legacy hardware and it's a reasonable distro on which to cut your teeth. Once you get a feel for it, you can progress to better builds that need a little more understanding.
    Not sure you would need a different Linux distro Harry...you can just install the packages you need that Ubuntu doesn't have as default. (Putting them in /opt of course to show they are not part of the distro)

    Unless you were compiling from source that would make no sense. Even if you are compiling from source it makes no sense. To install software use a package manager, standard on all distros. Ubuntu defaults to Debian-style .dpkg package management and you'd normally use the aptitude command set to manage your packages. For example, if you wanted to install a webserver on your Ubuntu Distro you would more than likely start off by typing something like 'apt-get install httpd" at your command line, you would almost certainly not be typing something along the lines of './configure --prefix=/opt'!

    To install software you've made yourself package up your code and then use a package manager to install it. Unless you have very specific need you would rarely, if ever, need to drop anything in /opt.
    Last edited by DrB0b; 17-11-2016 at 11:21 PM.
    The Above Post May Contain Strong Language, Flashing Lights, or Violent Scenes.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •