For installing .deb package we need to use dpkg. which is a tool to install, build, remove and manage packages. dpkg itself is controlled entirely via command line parameters. For example -i use to install .deb file.
Command for installing any package ist
cd /to that directory where the package is
sudo dpkg -i package_name.deb
0 comments:
Post a Comment