mkdir -p /etc/apt/keyrings curl -fsSL"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xBC5934FD3DEBD4DAEA544F791E2824A7F22B44BD"|gpg --dearmor -o /etc/apt/keyrings/apt-fast.gpg apt-get update apt-get install apt-fast ...
apt-fast 已经更新到 1.8 版本,引入配置“对话框”,在其安装过程中,一步步对话框选择设置,每个用户的配置选项,从而改善和清晰化Apt-fast的初始配置过程 2.安装 apt-get install aria2 -y git clone https://github.com/ilikenwf/apt-fast.git cd apt-fast cp apt-fast /usr/bin/ chmod x /usr/bin/apt...
apt-fast 已经更新到 1.8 版本,引入配置“对话框”,在其安装过程中,一步步对话框选择设置,每个用户的配置选项,从而改善和清晰化Apt-fast的初始配置过程 2.安装 apt-get install aria2 -y git clone https://github.com/ilikenwf/apt-fast.git cd apt-fast cp apt-fast /usr/bin/ chmod x /usr/bin/apt...
Debian $sudoapt-getinstall aria2$wgethttps://github.com/ilikenwf/apt-fast/archive/master.zip$ unzip master.zip$cdapt-fast-master$sudocpapt-fast/usr/bin$sudocpapt-fast.conf/etc$sudocp./man/apt-fast.8/usr/share/man/man8$sudogzip/usr/share/man/man8/apt-fast.8$sudocp./man/apt-fast....
$ wget https://github.com/ilikenwf/apt-fast/archive/master.zip $ unzip master.zip $ cd apt-fast-master $ sudo cp apt-fast /usr/bin $ sudo cp apt-fast.conf /etc $ sudo cp ./man/apt-fast.8 /usr/share/man/man8 $ sudo gzip /usr/share/man/man8/apt-fast.8 ...
2.安装 apt-get install aria2 -y git clone https://github.com/ilikenwf/apt-fast.git cd apt-fast cp apt-fast /usr/bin/ chmod x /usr/bin/apt-fast cp apt-fast.conf /etc 安装之后使用方法和 apt-get 使用一样 更新源列表
首先在github用户ilikenwf的仓库中下载apt-fast源代码,下载后的压缩包名字是apt-fast-master.zip, deepin深度桌面 github apt-fast仓库 然后将apt-fast-master.zip解压缩,命令为: unzip apt-fast-master.zip unzip 切换到解压后的apt-fast-master文件夹 cd apt-fast-master 执行手动安装 sudo cp apt-fast /us...
apt-fast: A shellscript wrapper for apt that speeds up downloading of packages. - Fixing _comp_dpkg_installed_packages problem #51 · vitaly-kamluk/apt-fast@33c849e
$ wget https://github.com/ilikenwf/apt-fast/archive/master.zip $ unzip master.zip $ cd apt-fast-master $ sudo cp apt-fast /usr/bin $ sudo cp apt-fast.conf /etc $ sudo cp ./man/apt-fast.8 /usr/share/man/man8 $ sudo gzip /usr/share/man/man8/apt-fast.8 ...
apt-fast本质上采用aria2下载工具,这款工具能够以“块”的方式从多个镜像并行下载一个文件(就像BitTorrent下载)。在Debian或Ubuntu上安装apt-fast下面是在基于Debian的Linux上安装apt-fast的步骤Debian代码如下:$ sudo apt-get install aria2 $ wget https://github.com/ilikenwf/apt-fast/archive/master.zip ...