How To Install DEB Files on DEBIAN / UBUNTU

preview_player
Показать описание
Hello again , in this video i show you a couple of ways - how to install .DEB package on your Debian / Ubuntu .

first - go to the folder where you have downloaded the DEB file , then right click and choose the "Open Terminal Here" "
1 . sudo dpkg -i name_of_file

This command will install the file , but if this file needs additional library or packages , you have to install the when you first start the program ...

you can always run the : sudo apt install -f
to resolve all the dependencies .

2. Using the package manager to install it (APT)

sudo apt install ./name_of_file
usinf the APT package manager is already better , because apt is looking for the needed packages while trying to install it

3. Using the Graphical tool gDebi

Just go to your Software manager (in my case Discover) and look for gDebi - install it

4. If you are usinf the KDE DE - you can always the Discover Software Center to install DEB packages .
Рекомендации по теме
Комментарии
Автор

wow. This is life saver.
Please make similar video for Rocky Linux.

JayantBB