install .deb files in terminal linux
sudo dpkg -i /path/to/deb/file
sudo apt-get install -f
install .deb files in terminal linux
sudo dpkg -i /path/to/deb/file
sudo apt-get install -f
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
how to install .deb in terminal
# To install .deb
sudo dpkg -i package_name.deb
# To uninstall .deb (dpkg installed) packages
# remove it using Adept, or type:
sudo apt-get remove package_name
install deb file in manjaro
Install debtap:
yay -S debtap
sudo debtap -u
Convert .deb packages Into Arch Linux Packages using debtap:
debtap packagename.deb
install the package in the system:
sudo pacman -U package-name
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us