This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

[STICKY] What types of packages can I install?

Wolfman

Thu Mar 29, 2012 8:21:08 am

MAKE SURE THAT YOU HAVE SET YOUR "SOFTWARE SOURCES SETTINGS" FIRST BEFORE TRYING TO ADD PACKAGES TO YOUR SYSTEM, SEE THE UPDATE GUIDE FOR FURTHER INFO!:

viewtopic.php?f=6&t=2247

Any packages/programs that you wish to download and install can be done using the (Ubuntu) Software Center, Synaptic package manager or using the terminal (Ctrl + Alt + t) if you know the commands.

An example of a terminal install package command:

Code:
sudo apt-get install synaptic
(replace synaptic with the name of the package you wish to install!)

Any 3rd party packages that you might want to install should end with ".deb" or "all.deb" and should downloaded from a known and verified source/location, in other words; a place that you know is safe to download from, a good example would be adobe.com or the google earth website.

It is also important to note that you should make sure that you download the correct package for your PC, either 32 bit; or 64 bit, packages ending "all.deb" work with both systems!!.

There are also "tar" files which you can always use providing you follow the instructions given with each package (AFTER YOU HAVE EXTRACTED THE FILES) which are normally found in a "Read Me" file!!. (safety rule applies here too!)

Do not try and use "rpm" packages if you possibly can as they are designed for another type of packaging system!. (Redhat Package Manager)

Download deb packages from here:

http://pkgs.org/

For installing single packages, install the app "Gdebi":

Code:
sudo apt-get install gdebi


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

http://www.ubuntu.com/ubuntu/features/u ... are-centre

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

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

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

To convert RPM packages to DEB packages, use "Alien":

https://help.ubuntu.com/community/RPM/AlienHowto

Wolfman

Sat Feb 21, 2015 5:37:11 am

Updated!. :mrgreen: