M_Scofield |
2011-03-24 18:34 |
Re: Accidentally Uninstalled Python and I cant reinstall due to conflicting packages
Yup the same error:
Code:
/home/user # apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libcpaboutcssu libsdl-ttf2.0
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
preenv
The following packages will be REMOVED:
mp-fremantle-community-pr
status-area-orientationlock-applet
The following packages will be upgraded:
preenv
1 upgraded, 0 newly installed, 2 to remove and 24 not upgraded.
2 not fully installed or removed.
Need to get 0B/1921kB of archives.
After this operation, 3166kB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 55962 files and directories currently installed.)
Preparing to replace preenv 0.1.4 (using .../preenv_0.1.6_armel.deb) ...
Unpacking replacement preenv ...
dpkg: error processing /var/cache/apt/archives/preenv_0.1.6_armel.deb (--unpack):
trying to overwrite `/opt/preenv/lib/libavcodec.so.52', which is also in package avatar
Errors were encountered while processing:
/var/cache/apt/archives/preenv_0.1.6_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
I tried to remove preenv with: dpkg -r preenv but it says that I have a dependency problems and that the peenv cannot be removed :mad: Weird isn't ??
Code:
.......................
The following packages were automatically installed and are no longer required:
libcpaboutcssu libsdl-ttf2.0
Use 'apt-get autoremove' to remove them.
................................
When I run it, it gives me back to the Unmet dependencies and suggesting to use -f :confused:
|