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

Thread: Problems installing anything under Lubuntu

Hybrid View

  1. #1
    Join Date
    Feb 2014
    Location
    Yes
    Beans
    298
    Distro
    Ubuntu 18.04 Bionic Beaver

    Problems installing anything under Lubuntu

    I'm a long time Win user who is trying to get acquainted with Linux, and I thought a good way to start would be to switch over an old laptop to Ubuntu.
    (Dell Lattitude D400 : Intel Mobile Pentium 1.4GHz processor, 32 bit, 512MB of DDR memory, a 40GB hard drive.)

    I wiped out the old XP o/s, and installed Lubuntu. During this, there was some sort of issue involving "pae" about the cpu, and it had to adjust something - I don't remember the details.

    Anyway, I got Lubuntu installed, it seems to be working ok, but there is a problem about getting new applications installed. I'm used to to downloading something, looking for a "setup or install".exe, and clicking and getting it done.

    With this Lubuntu o/s, I have tried to install Thunderbird and Open Office with no apparent results.
    1) I've tried both by downloading files over the GUI, uncompressing, then looking for an "exe" file that starts the install, with no success - there's nothing to click on that installs anything.
    2) I've tried both by using command line "sudo's" on the LXTerminal with a lot of apparent activity on the terminal, a read this license thing at the end, but if anything is actaully installed I can't find it either on the menu or file manager.

    What's going on and how do I get these programs installed?

    Thanks

  2. #2
    Join Date
    Feb 2009
    Location
    Sierra Vista, AZ
    Beans
    1,867
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Problems installing anything under Lubuntu

    Just open Lubuntu Software Center from the main menu. There you will find various catagories. Libre Office can be found under Office and Thunderbird can be found under Internet. Just add the application to apps basket and when you are done click install and wait for the applications to be installed. There are other ways but this is the easiest.
    Rex
    Ubuntu Arizona LoCo Team - The Hottest LoCo on Earth
    Arizona LoCo |Arizona Team Wiki|Arizona Launchpad

  3. #3
    Join Date
    Feb 2014
    Location
    Yes
    Beans
    298
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Problems installing anything under Lubuntu

    In the Lubuntu software center, I'm seeing "sylpheed" as a mail handler, and "Abiword, Gnumeric" etc as office programs.
    These I already have installed, they installed along with the o/s.
    No Thunderbird or Open Office is showing up on my screen in the Lubuntu software center.
    The problem is, the Gnumeric spreadsheet seems to have a hard time loading a large SS file I use a lot.
    Maybe I'll just have to settle for this. Beats me.

  4. #4
    Join Date
    Aug 2013
    Beans
    4,941

    Re: Problems installing anything under Lubuntu

    Quote Originally Posted by ra7411 View Post
    In the Lubuntu software center, I'm seeing "sylpheed" as a mail handler, and "Abiword, Gnumeric" etc as office programs.
    These I already have installed, they installed along with the o/s.
    No Thunderbird or Open Office is showing up on my screen in the Lubuntu software center.
    The problem is, the Gnumeric spreadsheet seems to have a hard time loading a large SS file I use a lot.
    Maybe I'll just have to settle for this. Beats me.
    There is no OpenOffice, most Linux distros now provide LibreOffice. Thunderbird is in the repo. Lubuntu comes with the synaptic package manager, it is much better than the lubuntu software centre.

  5. #5
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: Problems installing anything under Lubuntu

    .exe files only work in Windows.

    For the PAE problem there are workarounds:
    https://help.ubuntu.com/community/PAE

    Your present install is likely to be 12.04 which is unsupported.
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  6. #6
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Problems installing anything under Lubuntu

    Let's make sure you followed the correct path when you used the terminal. You should have entered commands like this:

    Code:
    sudo apt-get update
    sudo apt-get install libreoffice thunderbird
    After you enter the first command you'll be prompted for your password, the same one you use to log into Ubuntu.

    "Sudo" runs commands with the privileges of the "superuser" ("super user do"), known as the "root" user on Unix derivatives like Linux. Adding and removing packages is one task that only the root user can do.

    Both commands use a program called "apt-get" to manage your installed software. The first command tells apt-get to check with all the "repositories" where Ubuntu software resides and update its lists of the most recent packages. The next line installs LibreOffice and Thunderbird.

    If you want to know whether a package is installed, use the command "dpkg -s package_name" like "dpkg -s thunderbird". You will get back a lot of information if it installed, none if it is not.

    When you install packages they will insert themselves into the program menu. If Thunderbird is installed, it will appear in the "Internet" section of the menus. LibreOffice unsurprisingly appears in the Office category.
    Last edited by SeijiSensei; February 28th, 2014 at 02:12 AM.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  7. #7
    Join Date
    Feb 2014
    Location
    Yes
    Beans
    298
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Problems installing anything under Lubuntu

    I've used those commands, I believe correctly. I just did it again with thunderbird. Everything looked right on the terminal screen, I got a read file with <ok> at the end. Still, nothing installed, no menu item inserted.

  8. #8
    Join Date
    Dec 2007
    Beans
    12,521

    Re: Problems installing anything under Lubuntu

    Quote Originally Posted by ra7411 View Post
    I've used those commands, I believe correctly. I just did it again with thunderbird. Everything looked right on the terminal screen, I got a read file with <ok> at the end. Still, nothing installed, no menu item inserted.
    If you want help here, you'll have to be more informative, for example, by providing the output you get when you say "Everything looked right on the terminal screen, I got a read file with <ok> at the end."

    I've never got "a read file with <ok> at the end." in the few years I've used Ubuntu.

  9. #9
    Join Date
    Aug 2013
    Beans
    4,941

    Re: Problems installing anything under Lubuntu

    Why don't you just use synaptic?
    Last edited by monkeybrain20122; February 28th, 2014 at 04:17 AM.

  10. #10
    Join Date
    Dec 2007
    Beans
    12,521

    Re: Problems installing anything under Lubuntu

    Quote Originally Posted by monkeybrain20122 View Post
    Why don't you just use synaptic?
    But why should synaptic work when the other routes fail?

Page 1 of 2 12 LastLast

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
  •