Installing a .deb package
Installing any .deb package
- Download the .deb package file.
- Open a terminal window.
- Use the
cd
command to navigate to the directory where the .deb file is located, usually theDownloads
directory. - Install the .deb package using the following command:
sudo dpkg -i package_file.deb
Example: Installing a .deb package
cd ~/Downloads
sudo dpkg -i package_file.deb
Example: Installing Zoom
sudo dpkg -i zoom_amd64.deb
Example: Installing Google Chrome
sudo dpkg -i google-chrome-stable_current_amd64.deb