Re: pacman - exists in filesystem - refuse to upgrade
Reply #10 –
Hello,
I'm facing the same problme with Bleachbit. I remember I installed it using pacman and evry thing went well. When I tried to upgrade I get this error, so I uninstalled bleachbit and all nice! Now I'm trying to install bleachbit again but faced with
error: failed to commit transaction (conflicting files)
bleachbit: /usr/share/bleachbit/Action.pyc exists in filesystem
bleachbit: /usr/share/bleachbit/Cleaner.pyc exists in filesystem
bleachbit: /usr/share/bleachbit/CleanerML.pyc exists in filesystem
bleachbit: /usr/share/bleachbit/Command.pyc exists in filesystem
bleachbit: /usr/share/bleachbit/DeepScan.pyc exists in filesystem
bleachbit: /usr/share/bleachbit/FileUtilities.pyc exists in filesystem
bleachbit: /usr/share/bleachbit/GUI.pyc exists in filesystem
bleachbit: /usr/share/bleachbit/General.pyc exists in filesystem
bleachbit: /usr/share/bleachbit/GuiBasic.pyc exists in filesystem
bleachbit: /usr/share/bleachbit/GuiPreferences.pyc exists in filesystem
bleachbit: /usr/share/bleachbit/Memory.pyc exists in filesystem
bleachbit: /usr/share/bleachbit/Options.pyc exists in filesystem
bleachbit: /usr/share/bleachbit/RecognizeCleanerML.pyc exists in filesystem
bleachbit: /usr/share/bleachbit/Special.pyc exists in filesystem
bleachbit: /usr/share/bleachbit/Unix.pyc exists in filesystem
bleachbit: /usr/share/bleachbit/Update.pyc exists in filesystem
bleachbit: /usr/share/bleachbit/Worker.pyc exists in filesystem
bleachbit: /usr/share/bleachbit/__init__.pyc exists in filesystem
Errors occurred, no packages were upgraded.
Error installing repo packages
Pacman should know about this files and should remove them when I removed bleachbit with pacman -Rns bleachbit
EDIT: I run sudo rm -r /usr/share/bleachbit/ && sudo pacman -S bleachbit
and it works!