Starting from an idea of Picchiopc, to celebrate new year, Sourceslist.eu team has decided to release an interface to simply install apt-fast, to integrate it with Synaptic and to perform updates. Installing apt-fast you can reduce significantly the time required to download packages for installation and updates. This interface is realized with buc has been named 1blink-updater.
Installation from debian package
Arch | Name | Version | Download | Downloads |
i386 | 1blink-updater | 0.0.2 | ||
amd64 | 1blink-updater | 0.0.2 | ||
i386 | buc | 0.5.2 | / | |
amd64 | buc | 0.5.2 | / | |
sources | buc | 0.5.2 | / |
Download 1blink-updater and buc debian packages for your architecture from the table above and then install it executing from terminal:
sudo dpkg -i 1blink-updater* buc*
Installation from repository
Add this repository to your /etc/apt/sources.list choosing choosing those appropriate to your architecture and Ubuntu version.
i386
deb http://buc.billera.eu/ubuntu/ binary/ deb http://www.sourceslist.eu/repo/ubuntu maverick main non-free |
amd64
deb http://buc.billera.eu/ubuntu64/ binary/ deb http://www.sourceslist.eu/repo/ubuntu maverick main non-free |
To do this you can execute from command line:
i386
echo "deb http://buc.billera.eu/ubuntu/ binary/" | sudo tee -a /etc/apt/sources.list
echo "deb http://www.sourceslist.eu/repo/ubuntu maverick main non-free" | sudo tee -a /etc/apt/sources.list
amd64
echo "deb http://buc.billera.eu/ubuntu64/ binary/" | sudo tee -a /etc/apt/sources.list
echo "deb http://www.sourceslist.eu/repo/ubuntu maverick main non-free" | sudo tee -a /etc/apt/sources.list
Then you have to add gpg key executing:
sudo gpg --keyserver hkp://pgp.mit.edu --recv-keys FA088BA5 && sudo gpg --armor --export FA088BA5 | sudo apt-key add -
or:
wget http://www.sourceslist.eu/?download=public.key -O- | sudo apt-key add -
then you can install 1blink-updater executing:
sudo apt-get update && sudo apt-get install 1blink-updater buc
[…] [Sumber] // […]