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

Thread: I am new to linux, xubuntu core, help install browser

  1. #1
    Join Date
    Mar 2016
    Beans
    3

    I am new to linux, xubuntu core, help install browser

    I am new using linux, I downloaded Xubuntu core, but it does not even have a text editor, or archive manager! Could someone help me install Firefox browser, a text editor and archive manager?

  2. #2
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: I am new to linux, xubuntu core, help install browser

    Welcome. Open a terminal and:

    sudo apt-get install synaptic
    Once that is done, look in the menu for Synaptic Package Manager. You can search and install what you want from there. You can install whatever you want via the terminal, but Synaptics is a little more friendly for newcomers.

  3. #3
    Join Date
    Jul 2014
    Beans
    1,289
    Distro
    Ubuntu Mate

    Re: I am new to linux, xubuntu core, help install browser

    Also have a look at the package of anything you load up and see what your getting.

    http://packages.ubuntu.com/wily/xubuntu-core

    And you do have a text editor, its called nano.

    https://help.ubuntu.com/community/Nano

    PS
    SPM contains all package info.
    http://www.googlubuntu.com/results/?...ch&cof=FORID:9
    Last edited by v3.xx; March 6th, 2016 at 03:52 PM.

  4. #4
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: I am new to linux, xubuntu core, help install browser

    Quote Originally Posted by v3.xx View Post
    And you do have a text editor, its called nano.
    Think OP may be looking for a GUI text editor as in Abiword, Leafpad, or Libreoffice rather than a terminal text editor, none of which are installed in x-core (though there are a couple of terminals).

    Xubuntu-core is very lean.
    Last edited by Bucky Ball; March 6th, 2016 at 05:30 PM.

  5. #5
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: I am new to linux, xubuntu core, help install browser

    Quote Originally Posted by zancudo2 View Post
    I am new using linux, I downloaded Xubuntu core, but it does not even have a text editor, or archive manager! Could someone help me install Firefox browser, a text editor and archive manager?
    If you want Xubuntu's default programs, install xubuntu-desktop.

  6. #6
    Join Date
    Mar 2015
    Location
    Netherlands
    Beans
    21
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: I am new to linux, xubuntu core, help install browser

    I would recommend installing something more complete for a new user to the linux world. It might be easier to just download the xubuntu normal iso, or if your computer can handle it, the Ubuntu desktop, which has a more fleshed out desktop experience.

    Installing the slimmed down core version might not be ideal for a new user as you are not familiar with whats out there in terms of apps for Linux.

    just my two cents.

    http://www.ubuntu.com/download/desktop

  7. #7
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: I am new to linux, xubuntu core, help install browser

    Quote Originally Posted by tom-bellas3rd View Post
    It might be easier to just download the xubuntu normal iso, or if your computer can handle it, the Ubuntu desktop, which has a more fleshed out desktop experience.
    No need. As oldoser2 posted, just install xubuntu-desktop if you want a standard Xubuntu. Achieves the same as installing it pretty much.

    @OP: Installing xubuntu-desktop will leave you with Xubuntu, but that advice assumes you haven't installed xubuntu-core for a specific reason. If you have, installing xubuntu-desktop defeats the purpose of installing xubuntu-core.

  8. #8
    Join Date
    Nov 2011
    Beans
    2,336
    Distro
    Ubuntu

    Re: I am new to linux, xubuntu core, help install browser

    Quote Originally Posted by zancudo2 View Post
    I am new using linux, I downloaded Xubuntu core, but it does not even have a text editor, or archive manager! Could someone help me install Firefox browser, a text editor and archive manager?
    xubuntu-core is not the usual way to install Xubuntu. It's a minimal setup that deliberately contains few software packages.

    Be aware that while it is common in Windows to download an archive of software from an independent site and then extract it and run an installer contained within that archive, this is done very rarely in Linux. Distributions, like Ubuntu, maintain software on servers (repositories) and include a tool (package manager) to download and install software packages.

    The package manager keeps track of what's been installed on your system and also handles the updates. We generally do not deal directly with the package manager, but use easier and more useful front-end programs. Some, like Synaptic, are GUI's, Others, like apt-get, are command line tools.

    There's a lot more here: https://help.ubuntu.com/community/InstallingSoftware

  9. #9
    Join Date
    Mar 2016
    Beans
    3

    Re: I am new to linux, xubuntu core, help install browser

    not working, the message is "package not found, but it is referred to another package, package missing, obsolete or available from another source"

  10. #10
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: I am new to linux, xubuntu core, help install browser

    Which version are you using? Have you tried
    Code:
    sudo apt-get update
    ?

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
  •