6

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.

gemita
  • 215

3 Answers3

8
sudo snap install figma-linux

installs the latest stable version (see https://snapcraft.io/figma-linux)

J. Willette
  • 206
  • 2
  • 2
  • does the Flutter code-gen work on the Linux version? https://www.figma.com/community/plugin/844008530039534144/FigmaToFlutter – mLstudent33 Sep 06 '21 at 04:14
4

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 here enter image description here enter image description here

Mitch
  • 107,631
  • Thanks @Mitch , a question, do you have CLI version from which to work from desktop? Thank you – gemita Mar 06 '19 at 09:32
  • 1
    @gemita Take a look Here. – Mitch Mar 06 '19 at 09:35
  • Thanks for the support @Mitch , I have not managed to install in any way of the two that he offered me. Despite downloading the package, I got an error :sudo snap install --dangerous figma_0.4_amd64.snap Error: error: cannot open: "figma_0.4_amd64.snap" – gemita Mar 06 '19 at 22:40
  • I have tried to follow the instructions of the link that I have provided, but I can not understand it, it is a bit complicated. Is there any other way to install that is not from the terminal? Thank you – gemita Mar 06 '19 at 22:46
  • how to revert back these commands . like uninstalling completely? – xaif Apr 28 '20 at 05:21
  • @xaif depending on the way you used to install you can use: sudo snap remove <package> or sudo dpkg -P <package> or sudo apt-get purge <package> – Mitch Apr 28 '20 at 10:11
  • @Mitch the command for latest versions of ubuntu should be updated. for 16.04 and later sudo snap install figma-linux – fireball.1 Jun 16 '20 at 14:00
  • @fireball.1 Thanks Info has been added to the answer with thanks to you. – Mitch Jun 16 '20 at 14:45
0

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