Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I at least know that Linux is an OS. However, is Mint a distro of Linux, is it a project? What is Gnome? , are there many different GUI interfaces? Is Linux the base on which I am to learn to build an environment that is comfortable for me, and the end result being a stable environment for me to do my work and to communicate with others using new programs for word processing, video chat and so on?
I apologize in advance for my ignorance?
linux is a kernel that is the basic of what an operating system is (memory management, peripheral management, ...)
gnu is a set of software that make the kernel usable (a shell, gui's, ...)
mint is a distribution which is a grouping of the kernel with various software packages.
gnome is a gui. other gui's include kde, xfce, lxde, fluxbox, ...
for getting your feet wet, i would download a live-usb distribution and install the packages you require thru the package manager.
Linux is technically just the kernel. All the applications that run on it are called Free Open Source Software (FOSS) and are mostly licensed under the GNU license like the kernel. However in general most people call the OS "Linux".
Linux is a clone of UNIX. There are various commercial variants of UNIX such as Solaris, HP-UX and AIX as well as FOSS versions such as FreeBSD, NetBSD and OpenBSD.
There are multiple distributions (known as "distros) of Linux of which Mint is one. Some of the more popular ones:
Debian
Ubuntu (based on Debian)
RedHat
RedHat Enterprise Linux (a/k/a RHEL commercial version of RedHat)
Fedora (non-commercial distribution derived originally from RedHat but now serves as a test bed for things that later end up in RHEL
CentOS - non-commercial distribution compiled from RHEL source so it looks and acts very much like RHEL.
Slackware
Suse (another commercial distribution)
LFS (Linux from scratch).
There are dozens if not hundreds of distros. Many of the other distros are derived from the ones above. (e.g. kubuntu is a KDE distribution of ubuntu or Scientific Linux and Oracle Enterprise Linux derived from RHEL).
GNOME is a GUI Windows Manager as is KDE and these are the two most popular. There are multiple WMs available including the one that has caused much gnashing of teeth in the Ubuntu community that is a bastar...*ahem*...modification of GNOME.
You can more or less use almost any Linux for testing. If you intend to work on Linux as part of your job you might want to explore CentOS because it will help you learn the most common commercial distro (RHEL). Lots of folks like Ubuntu (or did until they screwed up the WM).
The installation for most distros gives you choices of packages to install and many other packages exist that can be installed after the fact. How to install depends on the distro. However, FOSS software is "open source" which means even if there isn't a prebuilt package for the specific software you want to add to your distro you can typically download the source and compile your own. (LFS is setup so you pretty much compile everything so might be a good one to experiment with just to see where everything comes from.)
Mint/Ubuntu/Debian/RHEL/CentOS and hundreds of others are distributions of Linux. They use the same fundamental kernel, but the auxiliary programs are different. Different GUIs, different package management systems, etc. When you get down to the core, they all operate basically the same though.
Gnome is one of the GUI window managers (WM) or desktop environments (DE) you can use. KDE is the other kingpin, and then there are many others, some well-known, some not so well known. All these do is provide you a graphical interface to the machine, the programs you actually run are generally the same though. For example, Firefox on Gnome is the same as Firefox on KDE, you just might find the shortcut to it in a different menu. You can install as many DEs as you want on a given system, you just select which one you want to use when you log in to the machine.
You normally don't build your own environment. Most people just choose the distribution they prefer (whichever one has the package management system they like, and is organized the way they like), the DE they prefer (the one that has the menu structure, window switching, etc. that they feel most comfortable with), and then they might make some tweaks here or there so it works exactly how they want (new keyboard shortcuts, etc.)
Last edited by suicidaleggroll; 06-22-2012 at 10:13 AM.
When talking about GUI interfaces, there are two terms that you will see: "Window manager" and "Desktop environment"---AKA "desktop". For reference, MS-Windows gives you a complete Desktop Environment (There is a window manager built-in and the normal user never sees it.)
In Linux, the most commonly used Desktops are Gnome, KDE, and XFCE. There are several others, and there are also some bare-bones window managers. A strength of Linux--and sometimes an annoyance---is that there are MANY choices.
Start with anything in the top ten on the "hit list" at distrowatch---except Arch. As for the Desktop, you can either flip a coin, or install both. The login manager (AKA display manager will let you choose which to use when you log in.
Most Linux distros will give you a stable environment, although some feature cutting edge software — the latest versions of programs — which may occasionally spring a nasty surprise. All have software for all the basic activities:
office work: LibreOffice
web browsing: Firefox, Chrome, Opera
email: Thunderbird, Claws, Evolution, Kmail
IRC: Xchat
instant messaging: Pidgin, Kopete
video player: VLC, Dragon, Parole, Totem
There's a good listing of software here: http://linuxappfinder.com
The user interfaces vary a lot. You can try before you install by getting a live disk, which enables you to run the OS and software (a bit slowly!) off the CD/DVD. Good distros for beginners using the various desktops are
KDE (lots of eye-candy): Mepis
Mate (middle of the road): Mint
Xfce (plain and simple): SalineOS
Unity (you either love it or loathe it): Ubuntu
Last edited by DavidMcCann; 06-22-2012 at 11:28 AM.
Back to the terminology issue you raised in your first post.
All distros are projects. Not all projects are distros. Some projects are software packages of various kinds, some small and some large.
Mint would be a project that produces and maintains a distro. Gnome is a project that produces and maintains a desktop environment.
And there are many different desktop environments/window manager. Slackware comes with six by default and you can install others if you wish. I have three on this computer (Gnome, KDE, and Fluxbox--my favorite).
I'm guessing it is polite to thank everyone that has replied, if not please let me know! Everyone gave me great info and I have a better understanding where I am headed.
Thank you All !
GNOME is a GUI Windows Manager as is KDE and these are the two most popular.
Not exactly. Gnome ain't a Window Manager, it's a DE; the URL above. Gnome, KDE, Xfce - those are DEs. LXDE can be considered a DE to some point but it's actually less than a DE but more than a WM (Window Manager).
As a GUI for GNU/Linux you can use either WM (Window Manager) or DE (Desktop Environment). WM just draws windows and basicly that's about it.
Quote:
Originally Posted by Wikipedia
A desktop environment typically consists of icons, windows, toolbars, folders, wallpapers and desktop widgets...
LXDE is when you use kinda both - as a WM it uses OpenBox and adds some extra features and software.
Actually, LXDE is a desktop environment. However, it is less full-featured than GNOME, KDE, or XFCE - not sure how it compares to GNUstep or Enlightenment.
There is no one "best" DE; the choice you face is which DE or which combination of window manager and other accessories provides you with the most comfortable and useful working environment. My recommendation is to try several.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.