How can I use Keryx to download applications not found in Synaptic Repositories or which I have on my hard drive?
Keryx v0.92.4 (Portable), Ubuntu 10.04
How can I use Keryx to download applications not found in Synaptic Repositories or which I have on my hard drive?
Keryx v0.92.4 (Portable), Ubuntu 10.04
Use Gdebi
to install applications that are on the hard drive.
To install gdebi, open a terminal via dash and type.
sudo apt-get install gdebi
Now back to keryx, you can just add required repository to your system by typing following in the terminal
sudo add-apt-repository {your ppa repository here}
Then the repository will be available in keryx as well.
To know which PPA you actually need to add,you can visit the homepage or launchpad page of the application. There you will find the PPA repository address.
To use gdebi
, right click on any one/multiple .deb package/s and select "open with gdebi".