Problem after deluge update

General support for problems installing or using Deluge
Post Reply
achlebin

Problem after deluge update

Post by achlebin »

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??
meastp
New User
New User
Posts: 6
Joined: Wed Jun 04, 2008 11:47 am

Re: Problem after deluge update

Post by meastp »

I have the exact same errors on Ubuntu Intrepid.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Problem after deluge update

Post by johnnyg »

there's an unresolved conflict, uninstall deluge and deluge-common and then install deluge to get the latest version.
meastp
New User
New User
Posts: 6
Joined: Wed Jun 04, 2008 11:47 am

Re: Problem after deluge update

Post by meastp »

johnnyg wrote:there's an unresolved conflict, uninstall deluge and deluge-common and then install deluge to get the latest version.
Thanks! I had to remove deluge-torrent, to resolve the conflict. Then I installed deluge.

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
frijolie
Member
Member
Posts: 11
Joined: Sat Oct 18, 2008 6:31 pm

Re: Problem after deluge update

Post by frijolie »

Thanks for the fix! I was beginning to panic after receiving errors in Intrepid. Glad to see a solution...
Post Reply