How do I install/run PISKEL after it was downloaded?
Running it is straightforward.
- Double click the downloaded zip file and unzip the package to your home directory. This will create a directory
Piskel-0.11.0-64bits
. - Open a terminal (CTRL + ALT + T).
- Enter
cd Piskel-0.11.0-64bits
. - Enter
./piskel
.
The Piskel window appears. Unfortunately, this program does not follow application standards so there is no easy way to add this to your launcher.
You need to tell the operating system where to look for the piskel
command. In this case, that is the current directory, indicated by .
. So the command ./piskel
means "look in the current directory and execute the program piskel
located there".