You can resolve in this way:
1 | # cd /var/lib/apt/lists |
remove the file(s) dl.sourceforge.net_sourceforge_jedit_._Packages and dl.sourceforge.net_sourceforge_jedit_._Sources
1 | # rm -fr dl.sourceforge.net_sourceforge_jedit_._* |
then
1 | # cd /var/lib/aptitude |
open the file pkgstates and delete any related lines to the packages jedit
finally
1 | # cd /var/lib/dpkg |
open the file status and lete any related lines to the packages jedit
1 2 | # sudo apt-get clean # sudo apt-get update |
Now I’m able to use apt-get or synaptic to install/remove/update packages !!!
Thanks to ramaddan for help me to find the right way.
0 Responses to “How to uninstall broken jedit on ubuntu?”