Skip to content

Hurtigere apt-get på Ubuntu 13.10

Der er forskellige altrernativer til at udvide apt-get på Ubuntu. En af dem er apt-fast.
Det apt-fast gør er at den downloader pakker paralelt. Så den er ikke som sådan hurtigere end apt-get men ved at den kan hente arkiverne ned ved hjælp af paralel download fra forkellige reposetories går det oftest hurtigere.

For at installere apt-fast skal du gøre følgende:

[code] sudo add-apt-repository ppa:apt-fast/stable
sudo apt-get update
sudo apt-get install apt-fast
[/code]

Dette vil installerer apt-fast pakken.

Det næste der skal gøres er at du skal sætte nogle reposetories op i config.

[code] <span style="font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px;">sudo nano /etc/apt-fast.conf
[/code]

 

[code] MIRRORS=(‘http://dk.archive.ubuntu.com/ubuntu/,http://mirrors.dotsrc.org/ubuntu/,http://mirrors.telianet.dk/ubuntu/,http://ubuntu.mirror.lrz.de/ubuntu/,http://ftp.halifax.rwth-aachen.de/ubuntu/,http://ftp.acc.umu.se/ubuntu/,http://mirror.quickvz.com/ubuntu/’)
[/code]

Når dette er gjort er du klar til at installere med apt-fast.
Eks.

[code]sudo apt-fast install ncftp[/code]

Læs mere om apt-fast her

This Post Has 0 Comments

Skriv et svar

Back To Top