How To Install serdisplib on Fedora 36
Introduction
title: “How To Install serdisplib on Fedora 36”
linkTitle: “serdisplib”
In this tutorial we learn how to install serdisplib
on Fedora 36.
type: “docs”
What is serdisplib
serdisplib started as a library to drive serial displays with built-in controllers. beginning with version 1.95 support was added for parallel driven displays. anyhow The serial in “serial display” characterizes the way of how the data is transferred to the display controller input line. several (few) other lines are controlling things like timing (clock), data or command, …
We can use yum
or dnf
to install serdisplib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install serdisplib.
Install serdisplib on Fedora 36 Using dnf
description: “In this tutorial we learn how to install serdisplib in Fedora 36. serdisplib is Library to drive serial displays with built-in controllers”
Update yum database with dnf
using the following command.
date: “2022-08-17”
lastmod: "2022-08-17"
sudo dnf makecache --refresh
#image: /images/fedora/36/serdisplib-featured.png
Introduction
After updating yum database, We can install serdisplib
using dnf
by running the following command:
In this tutorial we learn how to install `serdisplib` on Fedora 36.
sudo dnf -y install serdisplib
What is serdisplib
Install serdisplib on Fedora 36 Using yum
serdisplib started as a library to drive serial displays with built-in controllers. beginning with version 1.95 support was added for parallel driven displays. anyhow The serial in “serial display” characterizes the way of how the data is transferred to the display controller input line. several (few) other lines are controlling things like timing (clock), data or command, …
Update yum database with yum
using the following command.
We can use yum
or dnf
to install serdisplib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install serdisplib.
sudo yum makecache --refresh
## Install serdisplib on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
After updating yum database, We can install serdisplib
using yum
by running the following command:
sudo dnf makecache --refresh
```bash
sudo yum -y install serdisplib
## How To Uninstall serdisplib on Fedora 36
After updating yum database, We can install `serdisplib` using `dnf` by running the following command:
```bash
To uninstall only the `serdisplib` package we can use the following command:
sudo dnf -y install serdisplib
sudo dnf remove serdisplib
Install serdisplib on Fedora 36 Using yum
serdisplib Package Contents on Fedora 36
Update yum database with yum
using the following command.
```bash
sudo yum makecache --refresh
After updating yum database, We can install serdisplib
using yum
by running the following command:
sudo yum -y install serdisplib
How To Uninstall serdisplib on Fedora 36
To uninstall only the serdisplib
package we can use the following command:
sudo dnf remove serdisplib
serdisplib Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/b19bd9f466ca14fe040fff22270c432eb1d53e
/usr/lib/libserdisp.so.1
/usr/lib/libserdisp.so.1.97
/usr/lib/libserdisp.so.1.97.9
/usr/share/doc/serdisplib
/usr/share/doc/serdisplib/COPYING
/usr/share/doc/serdisplib/HISTORY
/usr/share/doc/serdisplib/README
/usr/share/doc/serdisplib/TODO
/usr/share/doc/serdisplib/doc
/usr/share/doc/serdisplib/doc/css
/usr/share/doc/serdisplib/doc/css/fontbig.css
/usr/share/doc/serdisplib/doc/css/fontprint.css
/usr/share/doc/serdisplib/doc/css/fontsmall.css
/usr/share/doc/serdisplib/doc/css/fontstd.css
/usr/share/doc/serdisplib/doc/css/sd2.css
/usr/share/doc/serdisplib/doc/docs
/usr/share/doc/serdisplib/doc/docs/index.html
References
Summary
In this tutorial we learn how to install serdisplib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/af /usr/lib/.build-id/af/f25456964f694d4858ee5801223734db2ee988 /usr/lib64/libserdisp.so.1 /usr/lib64/libserdisp.so.1.97 /usr/lib64/libserdisp.so.1.97.9 /usr/share/doc/serdisplib /usr/share/doc/serdisplib/COPYING /usr/share/doc/serdisplib/HISTORY /usr/share/doc/serdisplib/README /usr/share/doc/serdisplib/TODO /usr/share/doc/serdisplib/doc /usr/share/doc/serdisplib/doc/css /usr/share/doc/serdisplib/doc/css/fontbig.css /usr/share/doc/serdisplib/doc/css/fontprint.css /usr/share/doc/serdisplib/doc/css/fontsmall.css /usr/share/doc/serdisplib/doc/css/fontstd.css /usr/share/doc/serdisplib/doc/css/sd2.css /usr/share/doc/serdisplib/doc/docs /usr/share/doc/serdisplib/doc/docs/index.html
## References
* [serdisplib website](http://serdisplib.sourceforge.net/)
## Summary
In this tutorial we learn how to install `serdisplib` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).