ubuntu apt-axel 加快更新速度
安装方法
1. copy apt-axel to /usr/local/sbin/
cp apt-axel /usr/local/sbin/apt-axel
2. add execution permissions to /usr/local/sbin/apt-axel for root only
chown root.root /usr/local/sbin/apt-axel
chmod 744 /usr/local/sbin/apt-axel
3. copy apt-axel.conf to /etc/
cp apt-axel.conf /etc/
3. set the permissions of the /etc/apt-axel.conf
chown root.root /etc/apt-axel.conf
chmod 644 /etc/apt-axel.conf
使用:
root@bogon:~/apt-axel-0.1# apt-axel
Usage: apt-axel <option> <package>
Options:
install - Install new packages (paquete es libc6 y no libc6.deb)
upgrade - Do a software upgrade
dist-upgrade - Do a distribution upgrade, see apt-get(8)
--version - Print the current version of apt-axel
--help - Show this help
顶(0)
踩(0)
- 最新评论