How To Install Pencil2D on Fedora 36
Introduction
In this tutorial we learn how to install Pencil2D on Fedora 36.
What is Pencil2D
Pencil2D lets you create traditional hand-drawn animation
We can use yum or dnf to install Pencil2D on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install Pencil2D.
Install Pencil2D on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install Pencil2D using dnf by running the following command:
sudo dnf -y install Pencil2D
Install Pencil2D on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install Pencil2D using yum by running the following command:
sudo yum -y install Pencil2D
How To Uninstall Pencil2D on Fedora 36
To uninstall only the Pencil2D package we can use the following command:
sudo dnf remove Pencil2D
Pencil2D Package Contents on Fedora 36
/usr/bin/pencil2d
/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/b9ec5ffe954b71c141b9b59002fc6b775ac5b9
/usr/share/applications/org.pencil2d.Pencil2D.desktop
/usr/share/bash-completion/completions/pencil2d
/usr/share/doc/Pencil2D
/usr/share/doc/Pencil2D/build-options.md
/usr/share/doc/Pencil2D/build_linux.md
/usr/share/doc/Pencil2D/build_mac.md
/usr/share/doc/Pencil2D/build_win.md
/usr/share/doc/Pencil2D/dive-into-code.md
/usr/share/doc/Pencil2D/main.md
/usr/share/icons/hicolor/256x256/apps/org.pencil2d.Pencil2D.png
/usr/share/licenses/Pencil2D
/usr/share/licenses/Pencil2D/LICENSE.TXT
/usr/share/metainfo/org.pencil2d.Pencil2D.metainfo.xml
/usr/share/mime/packages/org.pencil2d.Pencil2D.xml
/usr/share/zsh/site-functions/_pencil2d
References
Summary
In this tutorial we learn how to install Pencil2D on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).