How can i remove ImageMagick 7 completely from ubuntu 18.04? The 2019 Stack Overflow Developer...
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
If a sorcerer casts the Banishment spell on a PC while in Avernus, does the PC return to their home plane?
Can we generate random numbers using irrational numbers like π and e?
Deal with toxic manager when you can't quit
Match Roman Numerals
What do hard-Brexiteers want with respect to the Irish border?
Flight paths in orbit around Ceres?
APIPA and LAN Broadcast Domain
What's the name of these plastic connectors
How much of the clove should I use when using big garlic heads?
Is it okay to consider publishing in my first year of PhD?
Why doesn't UInt have a toDouble()?
What do I do when my TA workload is more than expected?
Button changing its text & action. Good or terrible?
How to support a colleague who finds meetings extremely tiring?
Does HR tell a hiring manager about salary negotiations?
Accepted by European university, rejected by all American ones I applied to? Possible reasons?
Geography at the pixel level
What is preventing me from simply constructing a hash that's lower than the current target?
What information about me do stores get via my credit card?
Why was M87 targeted for the Event Horizon Telescope instead of Sagittarius A*?
Can a flute soloist sit?
How do PCB vias affect signal quality?
How can I define good in a religion that claims no moral authority?
How can i remove ImageMagick 7 completely from ubuntu 18.04?
The 2019 Stack Overflow Developer Survey Results Are Inremove extra tilespace from a montage (ImageMagick) composite image?How can I forcibly remove a package from Ubuntu by hand?How can I build fdupes from source on Ubuntu?Can't remove ImageMagick using yum removeCan not seem to get the jp2 delegate to work in ImageMagick on Ubuntu 15.10How to remove the entire ubuntu-desktop package?Run GraphicsMagick / ImageMagick on Ubuntu, targeted for Windowsimagemagick create pdf from 2 different imagesHow can I install bashdb on Ubuntu 18.04Ubuntu 18.04 Terribly slow on startup, then freezes completely
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have to remove ImageMagick 7 completely from my system. I have a rails app which requires ImageMagick 6. I have tried the following commands to remove but nothing works.
'sudo apt remove --purge imagemagick'
'sudo make uninstall'
When i check my ImageMagick version with convert --version command it still gives this
Version: ImageMagick 7.0.8-39 Q16 x86_64 2019-04-10
https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP
Delegates (built-in): bzlib djvu fontconfig freetype jbig jng jpeg
lcms lqr lzma openexr png tiff webp wmf x xml zlib
How can i remove it and install ImageMagick 6?
ubuntu apt package-management imagemagick
New contributor
Shahroz Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have to remove ImageMagick 7 completely from my system. I have a rails app which requires ImageMagick 6. I have tried the following commands to remove but nothing works.
'sudo apt remove --purge imagemagick'
'sudo make uninstall'
When i check my ImageMagick version with convert --version command it still gives this
Version: ImageMagick 7.0.8-39 Q16 x86_64 2019-04-10
https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP
Delegates (built-in): bzlib djvu fontconfig freetype jbig jng jpeg
lcms lqr lzma openexr png tiff webp wmf x xml zlib
How can i remove it and install ImageMagick 6?
ubuntu apt package-management imagemagick
New contributor
Shahroz Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Hi Shahroz and welcome to UL SE.
– Bananguin
12 hours ago
add a comment |
I have to remove ImageMagick 7 completely from my system. I have a rails app which requires ImageMagick 6. I have tried the following commands to remove but nothing works.
'sudo apt remove --purge imagemagick'
'sudo make uninstall'
When i check my ImageMagick version with convert --version command it still gives this
Version: ImageMagick 7.0.8-39 Q16 x86_64 2019-04-10
https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP
Delegates (built-in): bzlib djvu fontconfig freetype jbig jng jpeg
lcms lqr lzma openexr png tiff webp wmf x xml zlib
How can i remove it and install ImageMagick 6?
ubuntu apt package-management imagemagick
New contributor
Shahroz Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have to remove ImageMagick 7 completely from my system. I have a rails app which requires ImageMagick 6. I have tried the following commands to remove but nothing works.
'sudo apt remove --purge imagemagick'
'sudo make uninstall'
When i check my ImageMagick version with convert --version command it still gives this
Version: ImageMagick 7.0.8-39 Q16 x86_64 2019-04-10
https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP
Delegates (built-in): bzlib djvu fontconfig freetype jbig jng jpeg
lcms lqr lzma openexr png tiff webp wmf x xml zlib
How can i remove it and install ImageMagick 6?
ubuntu apt package-management imagemagick
ubuntu apt package-management imagemagick
New contributor
Shahroz Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Shahroz Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 12 hours ago
Jeff Schaller♦
44.9k1164147
44.9k1164147
New contributor
Shahroz Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 13 hours ago
Shahroz AshrafShahroz Ashraf
1
1
New contributor
Shahroz Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Shahroz Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Shahroz Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
Hi Shahroz and welcome to UL SE.
– Bananguin
12 hours ago
add a comment |
1
Hi Shahroz and welcome to UL SE.
– Bananguin
12 hours ago
1
1
Hi Shahroz and welcome to UL SE.
– Bananguin
12 hours ago
Hi Shahroz and welcome to UL SE.
– Bananguin
12 hours ago
add a comment |
1 Answer
1
active
oldest
votes
You cannot just remove it.
There is a page https://packages.ubuntu.com where you can search for packages and files. Using this page one can find out that on Ubuntu 18.04 /usr/bin/convert is provided by the package graphicsmagick-imagemagick-compat (1.3.28-2). To remove convert you have to remove this package. Now the hard part begins.
This package was (probably) installed because something else you installed asked for it. This other piece of software depends on it. As long as you have that other piece of software installed, your OS will keep re-installing graphicsmagick-imagemagick-compat.
You are probably better of in wrapping your ruby app so that calls to convert do not end up with the version installed by your OS but with a custom imagemagick 6 installation.
According to packages.ubuntu.com, Bionic (a.k.a. Ubuntu 18.04 LTS) ships with Imagemagick version 6, see
- Package imagemagick in bionic
- Package imagemagick in bionic-updates
- and more specifically the vanilla Imagemagick sources referenced on these pages (imagemagick_6.9.7.4+dfsg.orig.tar.xz)
- also not that even cosmic and disco are on Imagemagick version 6
I think it is rather odd that your Graphicsmagick would report as Imagemagick. You first need to find out how you installed Imagemagick, then you can ask how to reverse that particular process.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Shahroz Ashraf is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511887%2fhow-can-i-remove-imagemagick-7-completely-from-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You cannot just remove it.
There is a page https://packages.ubuntu.com where you can search for packages and files. Using this page one can find out that on Ubuntu 18.04 /usr/bin/convert is provided by the package graphicsmagick-imagemagick-compat (1.3.28-2). To remove convert you have to remove this package. Now the hard part begins.
This package was (probably) installed because something else you installed asked for it. This other piece of software depends on it. As long as you have that other piece of software installed, your OS will keep re-installing graphicsmagick-imagemagick-compat.
You are probably better of in wrapping your ruby app so that calls to convert do not end up with the version installed by your OS but with a custom imagemagick 6 installation.
According to packages.ubuntu.com, Bionic (a.k.a. Ubuntu 18.04 LTS) ships with Imagemagick version 6, see
- Package imagemagick in bionic
- Package imagemagick in bionic-updates
- and more specifically the vanilla Imagemagick sources referenced on these pages (imagemagick_6.9.7.4+dfsg.orig.tar.xz)
- also not that even cosmic and disco are on Imagemagick version 6
I think it is rather odd that your Graphicsmagick would report as Imagemagick. You first need to find out how you installed Imagemagick, then you can ask how to reverse that particular process.
add a comment |
You cannot just remove it.
There is a page https://packages.ubuntu.com where you can search for packages and files. Using this page one can find out that on Ubuntu 18.04 /usr/bin/convert is provided by the package graphicsmagick-imagemagick-compat (1.3.28-2). To remove convert you have to remove this package. Now the hard part begins.
This package was (probably) installed because something else you installed asked for it. This other piece of software depends on it. As long as you have that other piece of software installed, your OS will keep re-installing graphicsmagick-imagemagick-compat.
You are probably better of in wrapping your ruby app so that calls to convert do not end up with the version installed by your OS but with a custom imagemagick 6 installation.
According to packages.ubuntu.com, Bionic (a.k.a. Ubuntu 18.04 LTS) ships with Imagemagick version 6, see
- Package imagemagick in bionic
- Package imagemagick in bionic-updates
- and more specifically the vanilla Imagemagick sources referenced on these pages (imagemagick_6.9.7.4+dfsg.orig.tar.xz)
- also not that even cosmic and disco are on Imagemagick version 6
I think it is rather odd that your Graphicsmagick would report as Imagemagick. You first need to find out how you installed Imagemagick, then you can ask how to reverse that particular process.
add a comment |
You cannot just remove it.
There is a page https://packages.ubuntu.com where you can search for packages and files. Using this page one can find out that on Ubuntu 18.04 /usr/bin/convert is provided by the package graphicsmagick-imagemagick-compat (1.3.28-2). To remove convert you have to remove this package. Now the hard part begins.
This package was (probably) installed because something else you installed asked for it. This other piece of software depends on it. As long as you have that other piece of software installed, your OS will keep re-installing graphicsmagick-imagemagick-compat.
You are probably better of in wrapping your ruby app so that calls to convert do not end up with the version installed by your OS but with a custom imagemagick 6 installation.
According to packages.ubuntu.com, Bionic (a.k.a. Ubuntu 18.04 LTS) ships with Imagemagick version 6, see
- Package imagemagick in bionic
- Package imagemagick in bionic-updates
- and more specifically the vanilla Imagemagick sources referenced on these pages (imagemagick_6.9.7.4+dfsg.orig.tar.xz)
- also not that even cosmic and disco are on Imagemagick version 6
I think it is rather odd that your Graphicsmagick would report as Imagemagick. You first need to find out how you installed Imagemagick, then you can ask how to reverse that particular process.
You cannot just remove it.
There is a page https://packages.ubuntu.com where you can search for packages and files. Using this page one can find out that on Ubuntu 18.04 /usr/bin/convert is provided by the package graphicsmagick-imagemagick-compat (1.3.28-2). To remove convert you have to remove this package. Now the hard part begins.
This package was (probably) installed because something else you installed asked for it. This other piece of software depends on it. As long as you have that other piece of software installed, your OS will keep re-installing graphicsmagick-imagemagick-compat.
You are probably better of in wrapping your ruby app so that calls to convert do not end up with the version installed by your OS but with a custom imagemagick 6 installation.
According to packages.ubuntu.com, Bionic (a.k.a. Ubuntu 18.04 LTS) ships with Imagemagick version 6, see
- Package imagemagick in bionic
- Package imagemagick in bionic-updates
- and more specifically the vanilla Imagemagick sources referenced on these pages (imagemagick_6.9.7.4+dfsg.orig.tar.xz)
- also not that even cosmic and disco are on Imagemagick version 6
I think it is rather odd that your Graphicsmagick would report as Imagemagick. You first need to find out how you installed Imagemagick, then you can ask how to reverse that particular process.
answered 12 hours ago
BananguinBananguin
5,4601340
5,4601340
add a comment |
add a comment |
Shahroz Ashraf is a new contributor. Be nice, and check out our Code of Conduct.
Shahroz Ashraf is a new contributor. Be nice, and check out our Code of Conduct.
Shahroz Ashraf is a new contributor. Be nice, and check out our Code of Conduct.
Shahroz Ashraf is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511887%2fhow-can-i-remove-imagemagick-7-completely-from-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Hi Shahroz and welcome to UL SE.
– Bananguin
12 hours ago