This may be a simple question, however, I couldn't find a solution.
The ImageMagick contains a program named magick to convert image formats from one to another.
When I wrote $ magick into the console, I've got the following error.
Command 'magick' not found, did you mean:
command 'magic' from deb magic (8.2.157+ds.1-1)
Try: sudo apt install <deb name>
So, how to install the magick to Ubuntu 20.04.02 TLS?
Do I need to download and compile from the source or the name of the command in Ubuntu is just different from magick and it is already installed with the default ImagaMagic package?