How To Install skanpage on Fedora 36
Introduction
In this tutorial we learn how to install skanpage
on Fedora 36.
What is skanpage
Skanpage is a multi-page scanning application built using the libksane library and a QML interface. It supports saving to image and PDF files.
We can use yum
or dnf
to install skanpage
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install skanpage.
Install skanpage 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 skanpage
using dnf
by running the following command:
sudo dnf -y install skanpage
Install skanpage 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 skanpage
using yum
by running the following command:
sudo yum -y install skanpage
How To Uninstall skanpage on Fedora 36
To uninstall only the skanpage
package we can use the following command:
sudo dnf remove skanpage
skanpage Package Contents on Fedora 36
/usr/bin/skanpage
/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/68d291a65df91db2a32df45e63887a190b6a54
/usr/share/applications/org.kde.skanpage.desktop
/usr/share/doc/skanpage
/usr/share/doc/skanpage/README.md
/usr/share/icons/hicolor/48x48/apps/skanpage.png
/usr/share/icons/hicolor/scalable/apps/skanpage.svg
/usr/share/licenses/skanpage
/usr/share/licenses/skanpage/BSD-2-Clause.txt
/usr/share/licenses/skanpage/CC0-1.0.txt
/usr/share/licenses/skanpage/GPL-2.0-only.txt
/usr/share/licenses/skanpage/GPL-3.0-only.txt
/usr/share/licenses/skanpage/LicenseRef-KDE-Accepted-GPL.txt
/usr/share/metainfo/org.kde.skanpage.appdata.xml
/usr/share/qlogging-categories5/skanpage.categories
References
Summary
In this tutorial we learn how to install skanpage
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).