You are not logged in.
Pages: 1
Hi, I'm having a problem installing Inkscape. No clue what it is either..:/
Here's from terminal:
[kasper@myhost ~]$ sudo pacman -S inkscape
resolving dependencies...
looking for inter-conflicts...
Targets: pyxml-0.8.4-3 inkscape-0.46-1
Total Download Size: 0.00 MB
Total Installed Size: 21.83 MB
Proceed with installation? [Y/n] y
checking package integrity...
(2/2) checking for file conflicts [#####################] 100%
error: could not prepare transaction
error: failed to commit transaction (conflicting files)
inkscape: /usr/share/pixmaps/inkscape.png exists in filesystem
Errors occurred, no packages were upgraded.
I tried svn with yaourt, and downloading from its homepage and compiling. None works.
Help is greatly appreciated:)
Offline
pacman -Sf inkscape
-f, --force
Bypass file conflict checks and overwrite conflicting files. If the package that is
about to be installed contains files that are already installed, this option will
cause all those files to be overwritten. This option should be used with care,
ideally not at all.
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Try:
sudo rm /usr/share/pixmaps/inkscape.png
It looks like for some reason the icon is there, and pacman won't overwrite it for fear of destroying data. I can't think of anything bad happening from removing that icon, and the error is pointing at it, so try getting rid of it and reinstalling,
Stop looking at my signature. It betrays your nature.
Offline
Thanks, that fixed it.
I tried to made a copy and remove the origianl, but that didn't work though. Odd..
Offline
No problem.
Stop looking at my signature. It betrays your nature.
Offline
Pages: 1