CMS솔루션마켓, 이온디 - 워드프레스, 라이믹스, 카페24, 그누보드, 엑셀

웹기술을 같이 공유합니다

How to remove imagemagick from Ubuntu 16.04 (Xenial Xerus)


Uninstall imagemagick

To remove just imagemagick package itself from Ubuntu 16.04 (Xenial Xerus) execute on terminal:

sudo apt-get remove imagemagick

Uninstall imagemagick and it's dependent packages

To remove the imagemagick package and any other dependant package which are no longer needed from Ubuntu Xenial.

sudo apt-get autoremove imagemagick

Purging imagemagick

If you also want to delete configuration and/or data files of imagemagick from Ubuntu Xenial then this will work:

sudo apt-get purge imagemagick

To delete configuration and/or data files of imagemagick and it's dependencies from Ubuntu Xenial then execute:

sudo apt-get autoremove --purge imagemagick

More information about apt-get remove

Advanced Package Tool, or APT, is a free software user interface that works with core libraries to handle the installation and removal of software on Debian, Ubuntu and other Linux distributions. APT simplifies the process of managing software on Unix-like computer systems by automating the retrieval, configuration and installation of software packages, either from precompiled files or by compiling source code.

apt-get is the command-line tool for handling packages, and may be considered the user's "back-end" to other tools using the APT library.

apt-get remove is identical to install except that packages are removed instead of installed. Note that removing a package leaves its configuration files on the system. If a plus sign is appended to the package name (with no intervening space), the identified package will be installed instead of removed.

See Also

How to remove imagemagick package from Ubuntu 16.04 (Xenial Xerus)


https://howtoinstall.co/en/ubuntu/xenial/imagemagick?action=remove


워드프레스에서 일부 플러그인이 imagemagick 을 사용하는 것 같았다.

이것을 지우고 난 뒤 해당 플러그인 동작을 안했...(__);;


#imagemagick #워드프레스 #워드프레스플러그인