*** This bug is a duplicate of bug 48463 *** https://bugs.launchpad.net/bugs/48463
The solution to apt-get pestering you to upgrade is to "hold" the packages as follows. > su <root password> >echo "noteedit hold" | dpkg --set-selections >echo "noteedit-data hold" | dpkg --set-selections ("sudo echo..." will not work; the permissions for read/write in dpkg aren't okay.) if you ever need to release the hold, replace the word hold with the word install. (still as root) >echo "noteedit install" | dpkg --set-selections >echo "noteedit-data install" | dpkg --set-selections -- Keyboard Entry Doesn't Work https://bugs.launchpad.net/bugs/38743 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs