install package ubuntu code example
Example 1: how to find installed packages in ubuntu
apt list --installed
Example 2: how to install programs in ubuntu using terminal
sudo apt -f install
Example 3: how to install programs in ubuntu using terminal
sudo apt install synaptic
Example 4: 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