Paru

  • Published on
    `paru` 和 `yay` 一样,是一个 aur helper. 最近用 paru 安装一个叫 `ipt_ndpi` 的包,里面包含了 iptables 扩展和内核模块。 当前内核是从 5.12.10 升级到 5.12.11 的: ```shell ❯ uname -a Linux wudeng 5.12.11-arch1-1 #1 SMP PREEMPT Wed, 16 Jun 2021 15:25:28 +0000 x86_64 GNU/Linux ❯ paru -V paru v1.7.2 +git - libalpm v13.0.0 ``` 尝试重新安装: ```shell 🔴 1 ❯ paru -S ipt_ndpi ...
  • Published on
    最近升级到了 pacman 6.0 版本。主要的新功能是支持多线程下载了。 如果是从旧版本升级的,那么其实配置需要自己手动合并。简单来说就是添加一行 ```ini ParallelDownloads = 5 ``` 即可。 虽然将下载器配置成aria2 或 curl (新版本的curl 有多线程下载功能 -Z ) 也能实现多线程下载,但是终究还是不如官方直接支持香。 贴下我的完整配置 `/etc/pacman.conf` : ```ini # # /etc/pacman.conf # # See the pacman.conf(5) manpage for option and repository directives ...
  • Published on
    ## paru 是什么? 根据 [paru 作者在 reddit 的描述](https://www.reddit.com/r/archlinux/comments/jjn1c1/paru_v100_and_stepping_away_from_yay/) > paru v1.0.0 and stepping away from yay > > Last week I announced my new AUR helper paru. > > Since then a lot of testing has gone in and a lot of bugs fixed by me and help from contributors. ...