Hurkey, in some of Swarfendors Unofficial Manuals he teaches this method that I will relay below. Worth a read for more than just a user guide, you can find various tricks and tips, too. He made these manuals as a Volunteer and PCFan helped with the Spanish manuals (Not to be confused with the Spanish Manuel.)
For Zorin OS 15, look here:
viewtopic.php?f=5&t=14361Now, let's take a look at this nifty tip for converting and installing packages a little more easily:
In terminal put:
- Code:
sudo apt-get install alien
Alien is terminal run software that helps to convert file types into other file types.
In this case, you will want to convert "gcstar-1.6.1.tar.gz" to "gcstar-1.6.1.deb"
Open a terminal in the Folder that gcstar-1.6.1.tar.gz resides in. If you prefer to open terminal as home (or ~), just move gcstar-1.6.1.tar.gz to your home folder.
In that terminal put:
- Code:
sudo alien gcstar-1.6.1.tar.gz gcstar-1.6.1.deb
Too easy, right? No wonder Swarfendor's not gettin paid.
Now that you have a shiny new copy of gcstar-1.6.1.deb, install it using Gdebi Package Manager.
If you have not yet installed Gdebi Package manager, you can install from "Software" package manager or Synaptic or terminal:
- Code:
sudo apt-get -y install gdebi
Gdebi is definitely worth having.