How to install figma or sketch in Ubuntu?

I'm following a tutorial in which they worked with sketch (only available on Mac), a program to package and mount applications, for example in React.

I searched for information and saw that figma can give me the services I sketch in Linux, but I can not find a way to install any of the two in my Ubuntu.

Can you give me any idea of how to install any of these programs that support the export of zeplin. Thank you.

3 Answers

sudo snap install figma-linux

installs the latest stable version (see )

1

The short answer

To install Figma:

Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo snap install --edge figma

If snap isn't installed, just do:

sudo apt install snap

If you get the error:

error: snap "figma" not found

Download the Figma snap package, and run

sudo snap install --dangerous figma_0.4_amd64.snap

You can use gdebi. If you don't have it installed, you can install it by running:

sudo apt install gdebi

Download either the 64 Bit, or the 32Bit version depending on your system.

Once installed, open the downloaded file with gdebi, and click on file --> Open Choose the package you've downloaded, and open it. Once opened, just click Install.

Edit:

The command for latest versions of Ubuntu should be updated. for 16.04 and later

sudo snap install figma-linux

Thanks to Fireball.1

enter image description hereenter image description hereenter image description here

8

You can install more better figma destop app for linux form here.
You can download and install deb package from release page. Or add repository:

sudo add-apt-repository ppa:chrdevs/figma

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like