02-21-2017, 04:22 AM
Hi,
Have you updated your local packages lists? They get downloaded according to repositories you have active.
OR
Then you can search for the package:
OR
OR
That will give you the exact name of the package for installation.
Hope that helps
Have you updated your local packages lists? They get downloaded according to repositories you have active.
Code:
sudo apt-get update
Code:
sudo apt update
Then you can search for the package:
Code:
aptitude search <search string>
Code:
apt search <search string>
Code:
apt-cache search <search string>
That will give you the exact name of the package for installation.
Hope that helps