Today I upgraded to KDE 4.3.2, which went fine. Something happened to wget, though. So I removed it and tried to reinstall, which gets me
This is bad because I want to install msttcorefonts, which depends on wget... I have had a similar problem with mjpegtools quite some time, but this is not that big of a deal.
My sources.list contains ppa and virtualbox repos, as well. And I installed a few packages without using dpkg: texlive2008, adobe flash 10 and google earth. Somehow texlive2008 seems to be responsible for the mjpegtools issue:
https://bugs.launchpad.net/ubuntu/+s...ls/+bug/305079
When trying to remove wget, I get a similar error as above, just with the preremoval script. I can remove the partly installed wget only after deleting that script.
Any chance to repair this?
Code:
sudo apt-get install wget Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: wget 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/242kB of archives. After this operation, 1978kB of additional disk space will be used. debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend requires a screen at least 13 lines tall and 31 columns wide.) debconf: falling back to frontend: Readline Selecting previously deselected package wget. (Reading database ... 184654 files and directories currently installed.) Unpacking wget (from .../wget_1.11.4-2ubuntu1.1_i386.deb) ... Processing triggers for man-db ... Setting up wget (1.11.4-2ubuntu1.1) ... install-info: No dir file specified; try --help for more information. dpkg: error processing wget (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: wget E: Sub-process /usr/bin/dpkg returned an error code (1)
My sources.list contains ppa and virtualbox repos, as well. And I installed a few packages without using dpkg: texlive2008, adobe flash 10 and google earth. Somehow texlive2008 seems to be responsible for the mjpegtools issue:
https://bugs.launchpad.net/ubuntu/+s...ls/+bug/305079
When trying to remove wget, I get a similar error as above, just with the preremoval script. I can remove the partly installed wget only after deleting that script.
Any chance to repair this?
Comment