linux install download deb -apt -dpkg code example
Example 1: how to install .deb file ubuntu
sudo dpkg -i package_file.deb
Example 2: install deb file in ubuntu
sudo apt install path_to_deb_file
sudo dpkg -i package_file.deb
sudo apt install path_to_deb_file