How To Install texlive-lib on Fedora 36

In this tutorial we learn how to install texlive-lib in Fedora 36. texlive-lib is Shared libraries for TeX-related files

Introduction

title: “How To Install texlive-lib on Fedora 36”

linkTitle: “texlive-lib” type: “docs” In this tutorial we learn how to install texlive-lib on Fedora 36.

description: “In this tutorial we learn how to install texlive-lib in Fedora 36. texlive-lib is Shared libraries for TeX-related files” date: “2022-08-17”

What is texlive-lib

lastmod: “2022-08-17”

TeX specific shared libraries.
#image: /images/fedora/36/texlive-lib-featured.png


Introduction

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

In this tutorial we learn how to install texlive-lib on Fedora 36.

Install texlive-lib on Fedora 36 Using dnf

What is texlive-lib

TeX specific shared libraries.

We can use yum or dnf to install texlive-lib on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-lib. Update yum database with dnf using the following command.

Install texlive-lib on Fedora 36 Using dnf


sudo dnf makecache --refresh
Update yum database with `dnf` using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install texlive-lib using dnf by running the following command:

After updating yum database, We can install texlive-lib using dnf by running the following command:


sudo dnf -y install texlive-lib
```bash

sudo dnf -y install texlive-lib



## Install texlive-lib on Fedora 36 Using yum
## Install texlive-lib on Fedora 36 Using yum


Update yum database with `yum` using the following command.
Update yum database with `yum` using the following command.


```bash
sudo yum makecache --refresh
```bash

sudo yum makecache –refresh

After updating yum database, We can install `texlive-lib` using `yum` by running the following command:


```bash
After updating yum database, We can install `texlive-lib` using `yum` by running the following command:

sudo yum -y install texlive-lib
```bash

sudo yum -y install texlive-lib

How To Uninstall texlive-lib on Fedora 36

To uninstall only the `texlive-lib` package we can use the following command:
## How To Uninstall texlive-lib on Fedora 36


```bash
sudo dnf remove texlive-lib
To uninstall only the `texlive-lib` package we can use the following command:
## texlive-lib Package Contents on Fedora 36

sudo dnf remove texlive-lib
```bash

texlive-lib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/9c076b98545dc166d2511567de5a5dcd478bef
/usr/lib/.build-id/14
/usr/lib/.build-id/14/931fc357bd9ac7a29384243374ae1de4cfbe29
/usr/lib/.build-id/c6/371e2708c4ca2cba2c66c466c7a1f71a15a931
/usr/lib/.build-id/df
/usr/lib/.build-id/df/79def0c30af2d9e5f8697b7a8c8b60151b2cce
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/0cb2fb10b896d5f4d6314cae8b6858780f6559
/usr/lib64/libkpathsea.so.6
/usr/lib64/libkpathsea.so.6.3.3
/usr/lib64/libptexenc.so.1
/usr/lib64/libptexenc.so.1.3.9
/usr/lib64/libsynctex.so.2
/usr/lib64/libsynctex.so.2.0.0
/usr/lib64/libtexlua53.so.5
/usr/lib64/libtexlua53.so.5.3.6
/usr/lib64/libtexluajit.so.2
/usr/lib64/libtexluajit.so.2.1.0
/usr/share/texlive/texmf-config
/usr/share/texlive/texmf-config/ls-R
/usr/share/texlive/texmf-config/web2c
/usr/share/texlive/texmf-dist/ls-R
/usr/share/texlive/texmf-local/ls-R

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/40 /usr/lib/.build-id/40/e62687e513ef59d8d8895065212fc78d3bad8a /usr/lib/.build-id/4e/c2a247b5bb0c73bbcfab207bc318cedb214379 /usr/lib/.build-id/64 /usr/lib/.build-id/64/5b73c182eac17b53f5b467d915d5254add3f80 /usr/lib/.build-id/a6 /usr/lib/.build-id/a6/9fb0367e1a8b0e4a5532a6cd8364508fd26227 /usr/lib/.build-id/ee/37d32a49c6127dd0efc4b9e86e16c611e8951a /usr/lib/libkpathsea.so.6 /usr/lib/libkpathsea.so.6.3.3 /usr/lib/libptexenc.so.1 /usr/lib/libptexenc.so.1.3.9 /usr/lib/libsynctex.so.2 /usr/lib/libsynctex.so.2.0.0 /usr/lib/libtexlua53.so.5 /usr/lib/libtexlua53.so.5.3.6 /usr/lib/libtexluajit.so.2 /usr/lib/libtexluajit.so.2.1.0 /usr/share/texlive/texmf-config /usr/share/texlive/texmf-config/ls-R /usr/share/texlive/texmf-config/web2c /usr/share/texlive/texmf-dist/ls-R /usr/share/texlive/texmf-local/ls-R


## References

* [texlive-lib website](http://tug.org/texlive/)

## Summary

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