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