Arch Linux 安装 deb 包
https://www.makeuseof.com/install-deb-packages-arch-linux/
方法一:
1
2
3
| yay -S debtap
debtap yourfile.deb
sudo pacman -U yourfile.zst
|
方法二:
1
2
3
4
5
6
7
8
| ar x /path/to/file
tar xvf control.tar.gz
tar xvf data.tar.gz
sudo cp -r ./etc/* /etc/
sudo cp -r ./opt/* /opt/
sudo cp -r ./usr/* /usr/
|
评论和交流请发送邮件到 me@tianhegao.com