Assalamu alaikum brother,
Thanks for your reply. But I still did not manage. Below is the summary of what I get whenever I try updating and installing sabily.
sudo wget
http://www.sabily.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/sabily.list; sudo apt-get -q update; sudo apt-get --yes -q --allow-unauthenticated install sabily-keyring; sudo apt-get -q update
=> `/etc/apt/sources.list.d/sabily.list'
HTTP request sent, awaiting response... 404 Not Found
12:35:34 ERROR 404: Not Found.
404 Not Found
404 Not Found
Fetched 243kB in 1min21s (2965B/s)
W: GPG error:
http://ppa.launchpad.net hardy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6AF0E1940624A220
E: Some index files failed to download, they have been ignored, or old ones used instead.
Reading package lists...
Building dependency tree...
Reading state information...
E: Couldn't find package sabily-keyring
404 Not Found
404 Not Found
Fetched 243kB in 1min47s (2264B/s)
W: GPG error:
http://ppa.launchpad.net hardy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6AF0E1940624A220
E: Some index files failed to download, they have been ignored, or old ones used instead.
| jmehdi wrote: |
| wa alaykum salam
You should first update your system to 9.04:
| Code: | | sudo aptitude update && sudo aptitude safe-upgrade
sudo aptitude dist-upgrade |
then install Sabily:
| Code: | | sudo wget http://www.sabily.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/sabily.list; sudo apt-get -q update; sudo apt-get --yes -q --allow-unauthenticated install sabily-keyring; sudo apt-get -q update
sudo aptitude install sabily |
|