I tried to remove a teamviewer package manually, and I chose to delete all folders and files from the “/” and after.
Now YaST2 and zypper keeps saying that the package is already installed and did not make the removal
How do I remove this piece of broken package?
Thanks in advance
hcvv
August 18, 2016, 5:41pm
#2
You should of course remove it using zypper or YaST. How do you think zypper/YaST can keep it’s administration up-to-date when you remove the legs under the table?
Thanks for the reply, unfortunately I did zypper and YaST cripples and incurable. So there is no solution?
Install teamviewer new:
zypper in -f Name-of-the-Programm
Then try to remove it with Yast2/zypper.
hcvv
August 18, 2016, 7:28pm
#5
When the above fails, you could try
zypper clean
zypper ref
tsu2
August 19, 2016, 5:13pm
#6
Or,
Simply do a “Force re-install” of the package which re-installs everything you manually ripped out
zypper in -f *packagename *
Followed by a proper uninstall
zypper rm *packagename *
Then, you can manually remove anything else that might still remain.
TSU
tsu2:
Or,
Simply do a “Force re-install” of the package which re-installs everything you manually ripped out
zypper in -f *packagename *
Followed by a proper uninstall
zypper rm *packagename *
Then, you can manually remove anything else that might still remain.
TSU
Sorry, I did not see that your post and I’ve done more nonsense.
I copied and pasted from another machine all files and folders that were deleted.
Ok Now it’s working
Thank you
tsu2
August 19, 2016, 5:46pm
#8
sergelli:
Sorry, I did not see that your post and I’ve done more nonsense.
I copied and pasted from another machine all files and folders that were deleted.
Ok Now it’s working
Thank you
Nothing wrong with doing the same the “hard way”
TSU