You are not logged in.
Trying to install Amule get this:
sudo pacman -S amule
resolving dependencies...
looking for conflicting packages...
Packages (5) geoip-1.6.12-2 geoip-database-20211026-1 wxgtk-common-3.0.5.1-2 wxgtk3-3.0.5.1-2 amule-1:2.3.3-3
Total Installed Size: 54.27 MiB
:: Proceed with installation? [Y/n] y
(5/5) checking keys in keyring [##############################################################################] 100%
(5/5) checking package integrity [##############################################################################] 100%
(5/5) loading package files [##############################################################################] 100%
(5/5) checking for file conflicts [##############################################################################] 100%
error: failed to commit transaction (conflicting files)
wxgtk-common: /usr/share/aclocal/wxwin.m4 exists in filesystem (owned by wxbase)
wxgtk-common: /usr/share/bakefile/presets/wx.bkl exists in filesystem (owned by wxbase)
wxgtk-common: /usr/share/bakefile/presets/wx_presets.py exists in filesystem (owned by wxbase)
wxgtk-common: /usr/share/bakefile/presets/wx_unix.bkl exists in filesystem (owned by wxbase)
wxgtk-common: /usr/share/bakefile/presets/wx_win32.bkl exists in filesystem (owned by wxbase)
wxgtk-common: /usr/share/bakefile/presets/wx_xrc.bkl exists in filesystem (owned by wxbase)
Errors occurred, no packages were upgraded.
How can I solve?
Thank you
Last edited by sao99966 (2021-11-08 15:54:32)
Offline
The error message seems pretty clear. You need to remove wxbase (which doesn't exist in the repos and is thus something you picked up from the AUR or so) before you can install the normal wxgtk3 from the repos.
Last edited by V1del (2021-11-08 09:41:52)
Offline
yay -R wxbase && sudo pacman -S amuleLast edited by Khere (2021-11-08 10:03:50)
Fan of Giorgio Moroder & Mohammad Ammax enemy
Offline
V1del khere
Thanks
Offline