How to install Linux apps via rpm and deb files
- Navigate to the rpm/deb file in the terminal.
- Use your package manager on the rpm/deb file.
rpm file:
If you use the dnf package manager (Used in Fedora.) for example, you type:
sudo dnf install ./rpm_file_name.rpm
deb file:
If you use the apt package manager (Used in Debian and Ubuntu.) for example, you type:
sudo apt install ./deb_file_name.deb