How to install .deb file in Ubuntu?

sudo dpkg -i package_file.deb

To uninstall a .deb file

sudo apt-get remove package_name

Sometime if there is some dependncy error then you have to use the following command

sudo apt --fix-broken install
Subscribe
Notify of
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x