View Single Post
Guest | Posts: n/a | Thanked: 0 times | Joined on
#96
Originally Posted by Schturman View Post
One thing weird for me why we can't directly reinstall original package. I got this error (in this case i tried to download):
Code:
 # apt-get install --reinstall telepathy-gabbl
e -d
Reading package lists
Building dependency tree
Reading state information... Done
Building dependency tree
Reading state information... Done
Reinstallation of telepathy-gabble is not possible, it cannot be downloaded.
0 upgraded, 0 newly installed, 0 to remove and1 not upgraded.
~ #
Why we first need to remove this package ?
Who already did it can cache and share the original package please ?
you need to remove with
dpkg -r --force-all telepathy-gabble
then install original with
apt-get install telepathy-gabble

as root
 

The Following User Says Thank You to For This Useful Post: