-1

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

Roger
  • 11

1 Answers1

2

Unlike Windows, Linux commands, files, folders are case sensistive. So, try:

sudo apt-get install knotes
Cornelius
  • 9,483
  • 4
  • 40
  • 62