how to install program in ubuntu code example
Example 1: how to install programs in ubuntu using terminal
sudo apt -f install
Example 2: how to install programs in ubuntu using terminal
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb