Find the answer to your Linux question:
Results 1 to 4 of 4
Hey i was just wondering if there is a way for me to input a terminal command to download and install the latest OpenSSL, I have downloaded it maunally to ...
  1. #1
    Just Joined!
    Join Date
    Oct 2007
    Posts
    31

    Trying to install OPENSSL, and failing

    Hey i was just wondering if there is a way for me to input a terminal command to download and install the latest OpenSSL, I have downloaded it maunally to my desktop but im completly lost. Iv only just installed linux. Hopefully there is an easier way to successfully download and install it through the terminal commands.

    Thanks for reading
    Richard

  2. #2
    Linux User Daan's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    320
    Installing from the command line in Ubuntu is usually done as:

    Code:
    $ sudo aptitude install <package name>
    That downloads and installs the package.

    Alternatively, you can use Synaptic, which gives you nice graphical user interface.

    Installing this way will not necessarily get you the latest version of the program you are installing. If you download the binaries or source code straight from the developers website, it is likely a bit newer. But you should only do that if you really need the latest, because it is more complicated and not as nice.
    OS's I use: Debian testing, Debian stable, Ubuntu, Windows XP, Windows Vista

  3. #3
    Just Joined!
    Join Date
    Oct 2007
    Posts
    31
    Cheers! Do people usually put the $ sign there to indicate a terminal is being used?

    This worked for me thanks!
    Why is the synaptic package manager not upto date with softwares?

    CHeers

  4. #4
    Linux User Daan's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    320
    Quote Originally Posted by r11ckp View Post
    Do people usually put the $ sign there to indicate a terminal is being used?
    Yes, they often do. $ for when you are a normal user, and # for super user.

    Quote Originally Posted by r11ckp View Post
    Why is the synaptic package manager not upto date with softwares?
    The people that manage the packages for a specific Linux distribution have to get it from upstream (from the developers of the software). So there is always a lag. And also the people from the Linux distribution may want to test it first to make sure it doesn't cause any problems with the software that is already there.
    OS's I use: Debian testing, Debian stable, Ubuntu, Windows XP, Windows Vista

Posting Permissions

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