Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmdotin/05e9be89a2ffc7d5428d2c5931abb7f9 to your computer and use it in GitHub Desktop.
Save dmdotin/05e9be89a2ffc7d5428d2c5931abb7f9 to your computer and use it in GitHub Desktop.
Installing Pencil wireframe , cheching checksum & installing in Ubuntu 16.04
64 bit
If you not installed gdebi , Type below command
:~$ sudo apt install gdebi
Visit https://pencil.evolus.vn/Downloads.html & get Latest Release link
Open Terminal & type
:~$ wget https://pencil.evolus.vn/dl/V3.0.4/Pencil_3.0.4_amd64.deb
Get correct checksum - Verify your downloads: SHA-1 CHECKSUM Link ( https://pencil.evolus.vn/dl/V3.0.4/CHECKSUM )
Type below line for checking sha1-checksum
:~$ sha1sum Pencil_3.0.4_amd64.deb
Check the shown checksum same as seen in website ..
Type below commmand to install
:~$ sudo gdebi Pencil_3.0.4_amd64.deb
Start Pencil from Software
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment