Synthird's blog

How to install Linux apps via rpm and deb files

  1. Navigate to the rpm/deb file in the terminal.
  2. 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