When i try to install KNotes by command "sudo apt-get install KNotes" It shows following Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package KNotes
Asked
Active
Viewed 1,415 times
1 Answers
2
Unlike Windows, Linux commands, files, folders are case sensistive. So, try:
sudo apt-get install knotes

Cornelius
- 9,483
- 4
- 40
- 62