08 November 2023

How to install .deb files on Ubuntu?

$ sudo dpkg -i xxx.deb

if you still faces issues with dependencies execute the following command to install the required dependencies.

$ sudo apt-get install -f

 

No comments:

Post a Comment