You are not logged in.

#1 2018-04-29 19:48:57

xerxes_
Member
Registered: 2018-04-29
Posts: 675

[SOLVED] Uninstall imagemagick6 package when pacman don't see it

I have installed imagemagick6 package some time ago and then with full system update it was updated to imagemagick7.
Now I have two imagemagicks, but pacman only see this newer as installed.
I want uninstall the older imagemagick6 if it is not needed to other progs or system librarys but don't know how.

Last edited by xerxes_ (2020-02-28 10:52:17)

Offline

#2 2018-04-29 20:05:31

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,657

Re: [SOLVED] Uninstall imagemagick6 package when pacman don't see it

The remaining package provides the library files. If it wasn't needed it wouldn't be in the repo and you would've received a warning during the replacement update. However these library packages are likely to still be needed.

Offline

#3 2018-04-29 20:05:34

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: [SOLVED] Uninstall imagemagick6 package when pacman don't see it

Welcome to the arch linux forums xerxes_.  imagemagick6 conflicts with imagemagick so both packages should not be able to be installed at the same time.
What leads you to believe imagemagick6 is still installed?  Does the system's pacman.log not show its removal?

Offline

#4 2018-04-29 20:25:16

xerxes_
Member
Registered: 2018-04-29
Posts: 675

Re: [SOLVED] Uninstall imagemagick6 package when pacman don't see it

I found in /var/log/pacman.log something like this:

[2017-12-18 11:46] [ALPM] upgraded imagemagick (6.9.9.25-1 -> 7.0.7.15-1)
[2017-12-18 11:46] [ALPM] upgraded imagemagick-doc (6.9.9.25-1 -> 7.0.7.15-1)

So if imagemagick was upgraded from 6 to 7 why I see /etc/ImageMagick-6/ and /etc/ImageMagick-7/ dir both with files?

whereis returns something only for imagemagick6:

whereis imagemagick6
imagemagick6: /usr/lib/imagemagick6
pacsearch -n imagemagick
extra/imagemagick 7.0.7.28-1 [zainstalowano]
    An image viewing/manipulation program
extra/imagemagick-doc 7.0.7.28-1 [zainstalowano]
    An image viewing/manipulation program (manual and API docs)
extra/imagemagick6 6.9.9.40-1
    An image viewing/manipulation program (version 6)

Upss, I run something like this: 'pacman -Rn imagemagick6'

[2018-04-23 22:53] [PACMAN] Running 'pacman -Rn imagemagick6'
[2018-04-23 22:53] [PACMAN] Running 'pacman -Rn imagemagick6'
[2018-04-23 23:07] [PACMAN] Running 'pacman -Syu'
[2018-04-23 23:07] [PACMAN] synchronizing package lists
[2018-04-23 23:09] [PACMAN] Running 'pacman -Syu'
[2018-04-23 23:09] [PACMAN] synchronizing package lists
[2018-04-23 23:09] [PACMAN] starting full system upgrade
[2018-04-23 23:14] [ALPM] transaction started
[2018-04-23 23:14] [ALPM] removed libktnef (17.12.3-1)
[2018-04-23 23:14] [ALPM] upgraded perl (5.26.1-2 -> 5.26.2-1)
[2018-04-23 23:14] [ALPM] upgraded libinput (1.10.4-1 -> 1.10.5-1)

but don't see if this actualy worked.

I also have graphicsmagick:

pacsearch -n graphicsmagick
extra/graphicsmagick 1.3.28-2 [zainstalowano]
    Image processing system

but whereis for graphicsmagick returns nothing.

Last edited by xerxes_ (2018-04-29 21:14:53)

Offline

#5 2018-04-29 20:45:48

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,657

Re: [SOLVED] Uninstall imagemagick6 package when pacman don't see it

run a

pacman -Qo 

on the ImageMagick-6 directory. And please use [ code ] tags for pasting output.

Offline

#6 2018-04-29 21:06:47

xerxes_
Member
Registered: 2018-04-29
Posts: 675

Re: [SOLVED] Uninstall imagemagick6 package when pacman don't see it

pacman -Qo /usr/lib/imagemagick6/
/usr/lib/imagemagick6/ należy do libmagick6 6.9.9.40-1
[user@vampire ~]$ pacman -Qo /etc/ImageMagick-
ImageMagick-6/ ImageMagick-7/ 
[user@vampire ~]$ pacman -Qo /etc/ImageMagick-6/
/etc/ImageMagick-6/ należy do libmagick6 6.9.9.40-1
[user@vampire ~]$ pacman -Qo /etc/ImageMagick-7/
/etc/ImageMagick-7/ należy do libmagick 7.0.7.28-1

btw. for who I can send mail if I have problems with changing my forum password (Wrong old password.) ?
If I logout I will not login to forum.

Offline

#7 2018-04-29 23:53:44

Morganamilo
Package Maintainer (PM)
Registered: 2017-12-05
Posts: 77

Re: [SOLVED] Uninstall imagemagick6 package when pacman don't see it

 pacman -R libmagick6 

Really should work. If Pacman some how sees files owned by libmagick6 but also can't find the libmagick6 package something must be seriously wrong.

Offline

#8 2018-04-30 01:03:56

mpan
Member
Registered: 2012-08-01
Posts: 1,206
Website

Re: [SOLVED] Uninstall imagemagick6 package when pacman don't see it

xerxes_:
Please provide the exact copy of errors you get when trying to uninstall libmagick6.

As for the password (this should be a separate topic, BTW): just reset the password using the Forgotten your password link on the login page.


Sometimes I seem a bit harsh — don’t get offended too easily!

Offline

#9 2018-04-30 10:47:17

xerxes_
Member
Registered: 2018-04-29
Posts: 675

Re: [SOLVED] Uninstall imagemagick6 package when pacman don't see it

V1del said that some libs of ImageMagick6 are still needed for ImageMagick7, so I for now will leave libmagick6 on system and see what will happen on system updates. Maybe it will be removed when it will be not needed.

Offline

#10 2018-04-30 13:23:06

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: [SOLVED] Uninstall imagemagick6 package when pacman don't see it

https://www.archlinux.org/packages/extr … ibmagick6/ shows the packages requiring libmagic6

Offline

#11 2018-04-30 13:24:01

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: [SOLVED] Uninstall imagemagick6 package when pacman don't see it

xerxes_ wrote:

V1del said that some libs of ImageMagick6 are still needed for ImageMagick7, so I for now will leave libmagick6 on system and see what will happen on system updates. Maybe it will be removed when it will be not needed.

Absolutely not? Re-read that.

libmagick6 still exists as a package, because there are things in the repos which are compiled with libmagick6 instead of libmagick 7. They can be installed together on your system without clashes.

Do you have any packages which depend on libmagick6? If imagemagick 7 was one of those packages it would be trivial to check the dependencies with pacman and see... but you'll see that it isn't!


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

Board footer

Powered by FluxBB