Introduction
Many programs that you would like to run are not in the APT repositories. What to do in this case? There are multiple solutions, and one of them is to just install it from deb file.
.deb
In order to install .deb package on Debian execute the following command:
sudo dpkg -i <path_to_deb_file>
In case of the latest Obsidian text editor package downloaded into "Downloads" directory it is:
sudo dpkg -i ~/Downloads/obsidian_1.4.5_amd64.deb
Top comments (0)