# GraphicsMagick installation
This guide will help you install the required dependencies to get started!
## Linux (Debian based)
For linux users, you can run the following commands on your terminal.
$ sudo apt-get update
$ sudo apt-get install ghostscript
$ sudo apt-get install graphicsmagick
Once everything is installed, the library should work as expected.
# GraphicsMagick installation
This guide will help you install the required dependencies to get started!
## Linux (Debian based)
For linux users, you can run the following commands on your terminal.
$ sudo apt-get update
$ sudo apt-get install ghostscript
$ sudo apt-get install graphicsmagick
Once everything is installed, the library should work as expected.