Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Installing Software -- Ubuntu 12.04LTS

  1. #1
    Join Date
    Sep 2012
    Beans
    12

    Installing Software -- Ubuntu 12.04LTS

    Hi.
    I've downloaded a few programs, and they appear as files in my Downloads folder -- but I can't understand how to install them properly (or at all).

    For example: I just downloaded Adobe Reader. When I open the file AdbeRdr9.5.1-1_i486linux_enu.bin using the Archive Mounter, there is a flicker on the Nautilus window -- but nothing seems to happen otherwise.

    Any clues as to what I need to do would be appreciated. I need the PDF markup tools that Adobe Reader provides (highlighter & notes) or I'd just use the built-in PDF reader.

    (Part of my difficulty is from just not really understanding the file system. If I click on an icon for an executable file, for example, that appears in a folder in my Home directory, nothing happens.)

    Help/suggestions/pointers to docs I should read appreciated!

  2. #2
    Join Date
    Apr 2008
    Location
    Australian in Germany
    Beans
    4,010
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Installing Software -- Ubuntu 12.04LTS

    I believe you can get Adobe Reader from the software center. Open the software center and go to the "package sources" entry at the bottom of the edit menu. Make sure the box is ticked for the "multiverse" sources.

    Having done that, type "adobe reader" in the search box. I think you will find Adobe Reader 9 will show up.

    As far as other things go, you should try and get a .deb file of anything you want to install. Having done that, you should be able to right click on the file and choose to install it with the software center.

    If you can only get a .tar.gz file, there is very often a read-me file in there that tells you what to do with it.

    Other than that, post what it is exactly that you are trying to install. Hopefully someone will be able to tell you how to go about it.

    Generally speaking, it is a good idea to stick to what is available through the software centre. Nearly everything you need is there.
    Michael

  3. #3
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!

    Re: Installing Software -- Ubuntu 12.04LTS

    For example: I just downloaded Adobe Reader. When I open the file AdbeRdr9.5.1-1_i486linux_enu.bin using the Archive Mounter, there is a flicker on the Nautilus window -- but nothing seems to happen otherwise.
    one more thing you can install a .bin file by using this command

    Code:
    chmod +x <filename>.bin
    ./<filename>.bin
    Dont miss anything even it is small. one small pin is enough to bring down a man.


  4. #4
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Installing Software -- Ubuntu 12.04LTS

    My guess is that the Archive Manager cannot do anything with that file because it is a program executable and not an archive file.

    It is usually best to install programs through the Ubuntu Software Centre. Then all the bits of the program will be put in all the right places in the file system.

    Ubuntu is based upon Debian Linux and so Ubuntu uses the deb packaging format for program files. If this program had the extension of deb and not bin then installing it would be as simple as right clicking the file and selecting Open with Ubuntu Software Centre.

    The deb extension tells us that the program is packaged to work on Debian based operating systems (which Ubuntu is).

    I do not know if selecting Open with Ubuntu Software Centre will work with bin files. You might need to do something else with that file first.

    Regards.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  5. #5
    Join Date
    May 2009
    Location
    Indiana
    Beans
    1,971
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Installing Software -- Ubuntu 12.04LTS

    To give an answer more targeted at your immediate need, Adobe Reader 9 is not in the multiverse repository; it's in the main repostitory. The actual package name is acroread.

    FYI, for a file to actually be executable in Ubuntu there are two requirements. First, the file permissions must allow its execution. This was the purpose of the first line of code given by raja.genupula. In Ubuntu, when you download a file, the permissions are automatically set to prevent execution. Second, it must be a file type your system knows how to execute. (For example, your system won't know how to execute a .exe unless you install an abstraction layer like Wine, and even then, it must be executed a specific way. In general, abstraction layers are a sub-optimal approach.)
    Jane, stop this crazy thing!

  6. #6
    Join Date
    Oct 2012
    Beans
    7

    Re: Installing Software -- Ubuntu 12.04LTS

    The best way to install a software in Ubuntu, in my view, is to install it via terminal by:
    sudo apt-get install packageName[.extension]

  7. #7
    Join Date
    Apr 2008
    Location
    Australian in Germany
    Beans
    4,010
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Installing Software -- Ubuntu 12.04LTS

    Quote Originally Posted by newb85 View Post
    To give an answer more targeted at your immediate need, Adobe Reader 9 is not in the multiverse repository; it's in the main repostitory. The actual package name is acroread.
    OK. I assumed it would be multiverse because it is proprietary. Wont argue, though.
    Michael

  8. #8
    Join Date
    Sep 2012
    Beans
    12

    Re: Installing Software -- Ubuntu 12.04LTS

    Thank you all for the quick help.

    I downloaded the Adobe Reader file from the Adobe site using Firefox, and will try your suggestions for making it work. The instructions from Adobe said to open the file with Archive Mounter, but that clearly doesn't work -- so I'll try the other approaches you've suggested. Many thanks!

    I did download the reader from the Software Center and it works fine. I'll try the other tactics (using chmod for example) though, just as a way to try to learn how to use Ubuntu and Linux.

  9. #9
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Installing Software -- Ubuntu 12.04LTS

    Take a look at this page, it explains all about installing software in Ubuntu:

    http://www.psychocats.net/ubuntu/installingsoftware
    Cheesemill

  10. #10
    Join Date
    May 2009
    Location
    Indiana
    Beans
    1,971
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Installing Software -- Ubuntu 12.04LTS

    Quote Originally Posted by audiomick View Post
    OK. I assumed it would be multiverse because it is proprietary. Wont argue, though.
    Oh, actually, we were both wrong. It's in the Canonical Partners repo. (Which, for some reason, Synaptic labels "main"...)
    Jane, stop this crazy thing!

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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