Gms9810 wrote:
I saw 'KDE-Full' in the software manager and thought it was the whole thing. It was only all of the applications, the actually KDE desktop is a tarball and every time I try to work with those I spend 2 hours following links and end up with nothing to show for it.
I believe KDE-full is the full version of KDE. You should be able to select between Gnome & KDE from the login screen. If you currently bypass the login screen password, you'll have to re-enable it to be able to select which desktop you want to boot into..
Check this thread:
http://forums.linuxmint.com/viewtopic.p ... 1&p=400547Gms9810 wrote:
Installing from tarballs is my biggest problem right now. I've asked how in the Mint forums and the ubuntu forums and was more or less told it was a silly question because it was so vague it was like asking with to do with a zip file.
Well, .tar files are like .zip or .rar files, in the way they operate. It basically compresses multiple files and folders into a single file with a .tar extension.
You always want to install packages using your Linux distribution's package manager, be it Apt, RPM, PET or whatever package manager your disto uses. The reason you always need to use your distro's package manager is that the package manager knows the location where all the files for a specific application should be stored. The location of where the files need to be stored can vary depending on Linux distribution. There are also dependencies (other required files) that might have to be installed, dependencies that are not included in the package but may have to be pulled from your distro's file repositories. This is all handled automatically by your package manager.
When dealing with a .tar, .zip or .rar archives, none of the issues I mentioned above are addressed and you will have to manually copy the extracted files to the proper locations, ensure you have all the correct versions of dependencies installed, and ensure permissions are set correctly. This is why the instructions are different for most every .tar you see and those instructions will vary from distro to distro.
The rule of thumb in Linux is to avoid installing .tar binary archives and use your package manager instead. Rarely will you have to use a .tar to install. If you use a popular distro, you should be able to find the application already packaged for your distribution. If you absolutely must install from a .tar, you can, but you have to consider all of the issues I mentioned.
Occasionally, I have to compile an application because the package is not included in the package manager (i.e. Gimp Gap) or the package is outdated and I don't want to wait (I usually wait if I know it's coming). So, you want to pick a distribution that provides as many packages as possible that are installable using your package manager. My advice is to stick with popular distributions, such as Ubuntu, Fedora, Suse, Debian or Mint and avoid using .tar archives to install. Using .tar to install should be an absolute last resort.