Install Deb package

This file records the steps to install deb package in arch linux

1. Download Deb package
2. Extract with the following commands

ar x package.deb
xz -dk package.tar.zx
(-d: Extract)
(-k: Keep file after extracting)
pacman -U package.tar


Install Deb package
https://dtover.github.io/2020/05/15/Install-Deb-package/
作者
John Doe
发布于
2020年5月15日
许可协议