Categories: TutorialsUbuntu

How to Install Synfig Studio on Ubuntu 20.04 LTS

Introduction

Synfig Studio is not a new software when it comes to graphics design. Not only Synfig Studio is free and open-source but also comes under GPLv3 license. It is remarkable software that produces excellent 2D animations. For beginners, it not only boosts the creativity of artists but also helps them with great documentation for immediate help.

Synfig Studio uses the QT engine and needs KDE libraries to work smoother. This does not mean, you will have to install some kind of dependencies or fulfill some prerequisites. I am using Ubuntu 20.04 LTS for this guide. You will see how Synfig is installed, run, and removed on Ubuntu 20.04 LTS.

Step
Sponsored
1. Download Synfig Studio

Synfig Studio is available as a separate .deb binary and pre-built package in Ubuntu repositories. You might need the latest version which can be downloaded from the Synfig website.

https://www.synfig.org/download-stable/

You can choose to pay for the download if you want to contribute to the project financially.

Step 2. Install Synfig Studio

In my case, I will use default Ubuntu repositories to fetch the package. As I have several KDE applications are already installed. It is possible that the download size of all packages might be larger than mine.

To install Synfig Studio, you would need the following commands to install it from the Ubuntu repositories.

$ sudo apt-get update
$ sudo apt-get install synfig

If you want to install any synfig demos and examples, you would need the following command to install them in addition to the default installation of the software.

$ sudo apt-get synfig synfig-examples

A few dozen example files will also be available in addition to Synfig Studio. They are an excellent starting point for beginners.

Sponsored

Step 3. Run Synfig Studio

There are two ways to access Synfig Studio. You can invoke it from the command line

$ synfig

When you invoke Synfig in the terminal it will start with a splash screen as shown below:

The canvas will load just after the splash screen to begin the animations.

Step 4. Remove Synfig Studio

It is simple to remove Synfig Studio from a Ubuntu instance. You will use the standard Ubuntu removal command to remove the packages.

$ sudo apt remove synfig

Conclusion

Synfig Studio is constantly developed and is available in four languages. The above instructions are valid for all Debian, Ubuntu, and related distributions which use .deb packages. I hope you enjoy running Synfig Studio for your artistry needs.

Ubuntu Server Admin

Recent Posts

From sales development to renewals: Mariam Tawakol’s career progression at Canonical

Career progression doesn’t follow a single path – and at Canonical, we embrace that. Our…

10 hours ago

In pursuit of quality: UX for documentation authors

Canonical’s Platform Engineering team has been hard at work crafting documentation in Rockcraft and Charmcraft…

10 hours ago

Ubuntu 24.10 (Oracular Oriole) reached End of Life on 10th July 2025

This is a follow-up to the End of Life warning sent earlier to confirm that…

1 day ago

Canonical announces Charmed Feast: A production-grade feature store for your open source MLOps stack

July 10, 2025: Today, Canonical announced the release of Charmed Feast, an enterprise solution for…

1 day ago

Ubuntu Adding NVIDIA 575 Driver Support for 24.04 & 22.04 LTS

For NVIDIA users, the latest 575 series driver will be available soon in Ubuntu repository.…

2 days ago

Amarok Released 3.3 with Qt6/KF6 Port & GStreamer Backend

Amarok, the free open-source KDE music player, released new 3.3 version on Tuesday, named “Far…

2 days ago