How To Install libmobi on Fedora 34
Introduction
In this tutorial we learn how to install libmobi
on Fedora 34.
What is libmobi
Features * reading and parsing - some older text Palmdoc formats (pdb), - Mobipocket files (prc, mobi), - newer MOBI files including KF8 format (azw, azw3), - Replica Print files (azw4) * recreating source files using indices * reconstructing references (links and embedded) in html files * reconstructing source structure that can be fed back to kindlegen * reconstructing dictionary markup (orth, infl tags) * writing back loaded documents * metadata editing * handling encrypted documents libmobi 0.6 2.fc34 x86_64 72 k libmobi-0.6-2.fc34.src.rpm fedora Library for handling Kindle (MOBI) formats of ebook documents https LGPLv3+ Features * reading and parsing - some older text Palmdoc formats (pdb), - Mobipocket files (prc, mobi), - newer MOBI files including KF8 format (azw, azw3), - Replica Print files (azw4) * recreating source files using indices * reconstructing references (links and embedded) in html files * reconstructing source structure that can be fed back to kindlegen * reconstructing dictionary markup (orth, infl tags) * writing back loaded documents * metadata editing * handling encrypted documents
We can use yum
or dnf
to install libmobi
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libmobi.
Install libmobi 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 libmobi
using dnf
by running the following command:
sudo dnf -y install libmobi
Install libmobi 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 libmobi
using yum
by running the following command:
sudo yum -y install libmobi
How To Uninstall libmobi on Fedora 34
To uninstall only the libmobi
package we can use the following command:
sudo dnf remove libmobi
libmobi Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/bbaa19ce5b4f305b599eeae6adace57626e8c9
/usr/lib64/libmobi.so.0
/usr/lib64/libmobi.so.0.0.0
/usr/share/licenses/libmobi
/usr/share/licenses/libmobi/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/30d054d863bd91f93c985aea123637c440ac38
/usr/lib/libmobi.so.0
/usr/lib/libmobi.so.0.0.0
/usr/share/licenses/libmobi
/usr/share/licenses/libmobi/COPYING
References
- [libmobi website](https://github.com/bfabiszewski/libmobi https://github.com/bfabiszewski/libmobi)
Summary
In this tutorial we learn how to install libmobi
on Fedora 34 using yum and dnf.