How To Install psiconv on Fedora 34
Introduction
In this tutorial we learn how to install psiconv
on Fedora 34.
What is psiconv
A conversion utility for the Psion files psiconv 0.9.8 34.fc34 x86_64 135 k psiconv-0.9.8-34.fc34.src.rpm fedora A conversion utility for Psion files http GPLv2+ A conversion utility for the Psion files
We can use yum
or dnf
to install psiconv
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install psiconv.
Install psiconv on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install psiconv
using dnf
by running the following command:
sudo dnf -y install psiconv
Install psiconv on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install psiconv
using yum
by running the following command:
sudo yum -y install psiconv
How To Uninstall psiconv on Fedora 34
To uninstall only the psiconv
package we can use the following command:
sudo dnf remove psiconv
psiconv Package Contents on Fedora 34
/etc/psiconv
/etc/psiconv/psiconv.conf
/etc/psiconv/psiconv.conf.eg
/usr/bin/psiconv
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/e8360b29755cb227f536b63c1e6e10a8f62f80
/usr/lib/.build-id/89
/usr/lib/.build-id/89/0d51f060bb0456a571ff031d641dcdaf397a12
/usr/lib/libpsiconv.so.6
/usr/lib/libpsiconv.so.6.4.2
/usr/share/doc/psiconv
/usr/share/doc/psiconv/AUTHORS
/usr/share/doc/psiconv/COPYING
/usr/share/doc/psiconv/ChangeLog
/usr/share/doc/psiconv/NEWS
/usr/share/doc/psiconv/README
/usr/share/doc/psiconv/TODO
/usr/share/man/man1/psiconv.1.gz
/etc/psiconv
/etc/psiconv/psiconv.conf
/etc/psiconv/psiconv.conf.eg
/usr/bin/psiconv
/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/16f828fd07add99730f83896ea2ed6f18af512
/usr/lib/.build-id/66
/usr/lib/.build-id/66/efde55f389a5bef94243fb6c48d58595383ed0
/usr/lib64/libpsiconv.so.6
/usr/lib64/libpsiconv.so.6.4.2
/usr/share/doc/psiconv
/usr/share/doc/psiconv/AUTHORS
/usr/share/doc/psiconv/COPYING
/usr/share/doc/psiconv/ChangeLog
/usr/share/doc/psiconv/NEWS
/usr/share/doc/psiconv/README
/usr/share/doc/psiconv/TODO
/usr/share/man/man1/psiconv.1.gz
References
- [psiconv website](http://software.frodo.looijaard.name/psiconv/ http://software.frodo.looijaard.name/psiconv/)
Summary
In this tutorial we learn how to install psiconv
on Fedora 34 using yum and dnf.