I have done update using unofficial deluge repository and I end up with following problem:
E: /var/cache/apt/archives/deluge-core_1.1.3+dfsg-1~hardy2_all.deb: próba nadpisania `/usr/share/man/man1/deluged.1.gz', który istnieje także w pakiecie deluge-torrent-common
E: /var/cache/apt/archives/deluge-common_1.1.3+dfsg-1~hardy2_all.deb: próba nadpisania `/usr/share/man/man1/deluge.1.gz', który istnieje także w pakiecie deluge-torrent-common
E: /var/cache/apt/archives/deluge_1.1.3+dfsg-1~hardy2_all.deb: próba nadpisania `/usr/share/pixmaps/deluge.xpm', który istnieje także w pakiecie deluge-torrent-common
Does anyone know what to to with it??
Problem after deluge update
Re: Problem after deluge update
I have the exact same errors on Ubuntu Intrepid.
Re: Problem after deluge update
there's an unresolved conflict, uninstall deluge and deluge-common and then install deluge to get the latest version.
Re: Problem after deluge update
Thanks! I had to remove deluge-torrent, to resolve the conflict. Then I installed deluge.johnnyg wrote:there's an unresolved conflict, uninstall deluge and deluge-common and then install deluge to get the latest version.
Use this oneliner:
Code: Select all
sudo apt-get remove deluge-torrent;sudo apt-get autoremove;sudo apt-get autoclean;sudo apt-get install deluge
Re: Problem after deluge update
Thanks for the fix! I was beginning to panic after receiving errors in Intrepid. Glad to see a solution...