how to execute deb file in ubuntu code example
Example 1: instal .deb 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