How To Install inkscape-psd on Fedora 36

In this tutorial we learn how to install inkscape-psd in Fedora 36. inkscape-psd is Inkscape PSD Importer

Introduction

In this tutorial we learn how to install inkscape-psd on Fedora 36.

What is inkscape-psd

This Inkscape extension allows you to load Photoshop PSD files.

We can use yum or dnf to install inkscape-psd on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install inkscape-psd.

Install inkscape-psd 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 inkscape-psd using dnf by running the following command:

sudo dnf -y install inkscape-psd

Install inkscape-psd 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 inkscape-psd using yum by running the following command:

sudo yum -y install inkscape-psd

How To Uninstall inkscape-psd on Fedora 36

To uninstall only the inkscape-psd package we can use the following command:

sudo dnf remove inkscape-psd

inkscape-psd Package Contents on Fedora 36

/usr/share/inkscape/extensions/psd_import
/usr/share/inkscape/extensions/psd_import.inx
/usr/share/inkscape/extensions/psd_import/__init__.py
/usr/share/inkscape/extensions/psd_import/binaryreader.py
/usr/share/inkscape/extensions/psd_import/p2s_gradient.py
/usr/share/inkscape/extensions/psd_import/p2s_path.py
/usr/share/inkscape/extensions/psd_import/p2s_util.py
/usr/share/inkscape/extensions/psd_import/psd_additional.py
/usr/share/inkscape/extensions/psd_import/psd_descriptor.py
/usr/share/inkscape/extensions/psd_import/psd_primitive.py
/usr/share/inkscape/extensions/psd_import/psdreader.py
/usr/share/inkscape/extensions/psd_import_main.py
/usr/share/licenses/inkscape-psd
/usr/share/licenses/inkscape-psd/LICENSE

References

Summary

In this tutorial we learn how to install inkscape-psd on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).