Whenever i type sudo apt-get install vlc
.
it comes with an error saying that unable to locate the package
this is happening with all other installs too, am i making any mistake,
it is my first hour with kubuntu.
Asked
Active
Viewed 155 times
1

Avinash Raj
- 78,556

user224703
- 21
- 1
-
did you add the PPA repository for vlc? – Avinash Raj Dec 12 '13 at 10:08
-
Maybe this answer will help you. – Waldir Leoncio Dec 12 '13 at 13:56
-
Dumb question, but are you connected to the internet? Linux software management always tries to fetch the latest version from the online repositories. – vegivamp Dec 12 '13 at 13:50
1 Answers
0
Have you tried:
sudo apt-get update
then retry (Also I assume you mean apt-get install
not app-get install
?)

Julian Stirling
- 2,889