install deb pacman code example
Example 1: install deb file
sudo dpkg -i /path/to/deb/file
sudo apt-get install -f
Example 2: how to install deb package on manjaro
follow step by step for convert debian package to arch package
1. git clone https://github.com/helixarch/debtap
2. bash debtap example.deb
3. sudo pacman -U example.pkg.tar.zst