How To Install libmobi on Fedora 36
Introduction
In this tutorial we learn how to install libmobi
on Fedora 36.
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
We can use yum
or dnf
to install libmobi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmobi.
Install libmobi 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 libmobi
using dnf
by running the following command:
sudo dnf -y install libmobi
Install libmobi 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 libmobi
using yum
by running the following command:
sudo yum -y install libmobi
How To Uninstall libmobi on Fedora 36
To uninstall only the libmobi
package we can use the following command:
sudo dnf remove libmobi
libmobi Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/e79591466894fc6b1206fb10fda0ed7c4f8d0e
/usr/lib64/libmobi.so.0
/usr/lib64/libmobi.so.0.0.0
/usr/share/licenses/libmobi
/usr/share/licenses/libmobi/COPYING
---
title: "How To Install libmobi on Fedora 36"
linkTitle: "libmobi"
type: "docs"
description: "In this tutorial we learn how to install libmobi in Fedora 36. libmobi is Library for handling Kindle (MOBI) formats of ebook documents"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libmobi-featured.png
---
## Introduction
In this tutorial we learn how to install `libmobi` on Fedora 36.
### 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
References
We can use yum
or dnf
to install libmobi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmobi.
Install libmobi on Fedora 36 Using dnf
Summary
Update yum database with dnf
using the following command.
In this tutorial we learn how to install libmobi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
sudo dnf makecache --refresh
After updating yum database, We can install libmobi
using dnf
by running the following command:
sudo dnf -y install libmobi
Install libmobi 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 libmobi
using yum
by running the following command:
sudo yum -y install libmobi
How To Uninstall libmobi on Fedora 36
To uninstall only the libmobi
package we can use the following command:
sudo dnf remove libmobi
libmobi Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/62
/usr/lib/.build-id/62/37731dd805fa8c66ecb36a4fe99e09fdc13f60
/usr/lib/libmobi.so.0
/usr/lib/libmobi.so.0.0.0
/usr/share/licenses/libmobi
/usr/share/licenses/libmobi/COPYING
References
Summary
In this tutorial we learn how to install libmobi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).