https://www.makeuseof.com/install-deb-packages-arch-linux/
方法一:
yay -S debtap
debtap yourfile.deb
sudo pacman -U yourfile.zst
方法二:
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/