Thursday, June 11, 2020

how to install deb package in ubuntu

Install .deb Package In Ubuntu

What Is .deb

deb is the format, as well as extension of the software package format for the Linux distribution Debian and its derivatives.

Install deb package

  • -i           -      install
  • dpkg     -      debian package 
  • sudo      -      super user do 



# sudo  dpkg  -i  package_name.deb



Update package dependency


  • apt-get         -      Advance Package Tool-Getting


# sudo  apt-get  install  -f


Uninstall package

# sudo apt-get remove package_name



No comments:

Post a Comment

testing