Unable to Install / Remove deluge-torrent

General support for problems installing or using Deluge
Post Reply
tonycm1

Unable to Install / Remove deluge-torrent

Post by tonycm1 »

I had deluge working perfectly, then I decided to remove it... after removing it and trying to re-install it, i get the following message:
tony@tony-laptop:~/Desktop$ sudo apt-get install deluge-torrent
Reading package lists... Done
Building dependency tree
Reading state information... Done
deluge-torrent is already the newest version.
The following packages will be REMOVED:
deluge-torrent
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
3 not fully installed or removed.
Need to get 0B of archives.
After unpacking, 9986kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 132087 files and directories currently installed.)
Removing deluge-torrent ...

(update-desktop-database:17013): GLib-CRITICAL **: g_key_file_get_string_list: assertion `group_name != NULL' failed
Segmentation fault (core dumped)
dpkg: error processing deluge-torrent (--remove):
subprocess post-removal script returned error exit status 139
Errors were encountered while processing:
deluge-torrent
E: Sub-process /usr/bin/dpkg returned an error code (1)
tony@tony-laptop:~/Desktop$
Any ideas?????????
oshiri
Member
Member
Posts: 40
Joined: Thu Nov 29, 2007 10:34 am

Re: Unable to Install / Remove deluge-torrent

Post by oshiri »

Code: Select all

sudo rm /var/lib/dpkg/info/deluge*

Code: Select all

sudo apt-get install deluge-torrent
tonycm1

Re: Unable to Install / Remove deluge-torrent

Post by tonycm1 »

Seems as though I got 2 other problems now :S is this caused by deluge?
tony@tony-laptop:~$ sudo rm /var/lib/dpkg/info/deluge*
[sudo] password for tony:
tony@tony-laptop:~$ sudo apt-get install deluge-torrent
Reading package lists... Done
Building dependency tree
Reading state information... Done
deluge-torrent is already the newest version.
The following packages will be REMOVED:
deluge-torrent
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
3 not fully installed or removed.
Need to get 0B of archives.
After unpacking, 9986kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ...
dpkg: serious warning: files list file for package `deluge-torrent' missing, assuming package has no files currently installed.
132087 files and directories currently installed.)
Removing deluge-torrent ...
Setting up bluez-gnome (0.14-0ubuntu2) ...

(update-desktop-database:26948): GLib-CRITICAL **: g_key_file_get_string_list: assertion `group_name != NULL' failed
Segmentation fault (core dumped)
dpkg: error processing bluez-gnome (--configure):
subprocess post-installation script returned error exit status 139
Setting up kdebase-bin (4:3.5.8-0ubuntu2) ...

(update-desktop-database:28071): GLib-CRITICAL **: g_key_file_get_string_list: assertion `group_name != NULL' failed
Segmentation fault (core dumped)
dpkg: error processing kdebase-bin (--configure):
subprocess post-installation script returned error exit status 139
Errors were encountered while processing:
bluez-gnome
kdebase-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)
tony@tony-laptop:~$
oshiri
Member
Member
Posts: 40
Joined: Thu Nov 29, 2007 10:34 am

Re: Unable to Install / Remove deluge-torrent

Post by oshiri »

Post Reply