Yep I've done it, I fell into the pit.
I tried to install a .deb (converted from rpm via alien),
I then tried to convert to a .deb without scripts and then install it but I got this:
So now anytime I try to use apt-get I receive:
How do I remove gravetat completely? I don't care about trying to get it installed, if I can get it uninstalled.
I tried to install a .deb (converted from rpm via alien),
Code:
K-Server:/home/shelnutt/Downloads# dpkg -i gravetat_0.9.1-2_i386.deb
(Reading database ... 290670 files and directories currently installed.)
Preparing to replace gravetat 0.9.1-2 (using gravetat_0.9.1-2_i386.deb) ...
Unpacking replacement gravetat ...
/var/lib/dpkg/info/gravetat.postrm: line 4: fg: no job control
dpkg: warning - old post-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
/var/lib/dpkg/tmp.ci/postrm: line 4: fg: no job control
dpkg: error processing gravetat_0.9.1-2_i386.deb (--install):
subprocess new post-removal script returned error exit status 1
/var/lib/dpkg/tmp.ci/postrm: line 4: fg: no job control
dpkg: error while cleaning up:
subprocess post-removal script returned error exit status 1
Errors were encountered while processing:
gravetat_0.9.1-2_i386.deb
I then tried to convert to a .deb without scripts and then install it but I got this:
Code:
K-Server:/home/shelnutt/Downloads# dpkg -i gravetat_0.9.1-2_i386.deb
(Reading database ... 290670 files and directories currently installed.)
Preparing to replace gravetat 0.9.1-2 (using gravetat_0.9.1-2_i386.deb) ...
Unpacking replacement gravetat ...
/var/lib/dpkg/info/gravetat.postrm: line 4: fg: no job control
dpkg: warning - old post-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
dpkg: error processing gravetat_0.9.1-2_i386.deb (--install):
there is no script in the new version of the package - giving up
Errors were encountered while processing:
So now anytime I try to use apt-get I receive:
Code:
K-Server:/home/shelnutt/Downloads# apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
module-assistant kbuild python-utidylib libx264-66 libtidy-0.99-0
python-feedparser libphysfs-1.0-0 python-chardet
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
gravetat
0 upgraded, 0 newly installed, 1 to remove and 4 not upgraded.
1 not fully installed or removed.
After this operation, 438kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 290659 files and directories currently installed.)
Removing gravetat ...
/var/lib/dpkg/info/gravetat.postrm: line 4: fg: no job control
dpkg: error processing gravetat (--remove):
subprocess post-removal script returned error exit status 1
Errors were encountered while processing:
gravetat
E: Sub-process /usr/bin/dpkg returned an error code (1)
How do I remove gravetat completely? I don't care about trying to get it installed, if I can get it uninstalled.