How To Install lingot on Fedora 36
Introduction
In this tutorial we learn how to install lingot
on Fedora 36.
What is lingot
LINGOT is a musical instrument tuner. It’s accurate, easy to use, and highly configurable. Originally conceived to tune electric guitars, its configurability gives it a more general character.
We can use yum
or dnf
to install lingot
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lingot.
Install lingot 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 lingot
using dnf
by running the following command:
sudo dnf -y install lingot
Install lingot 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 lingot
using yum
by running the following command:
sudo yum -y install lingot
How To Uninstall lingot on Fedora 36
To uninstall only the lingot
package we can use the following command:
sudo dnf remove lingot
lingot Package Contents on Fedora 36
---
title: "How To Install lingot on Fedora 36"
linkTitle: "lingot"
type: "docs"
description: "In this tutorial we learn how to install lingot in Fedora 36. lingot is A musical instruments tuner"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/lingot-featured.png
---
## Introduction
In this tutorial we learn how to install `lingot` on Fedora 36.
### What is `lingot`
> LINGOT is a musical instrument tuner. It's accurate, easy to use, and highly configurable. Originally conceived to tune electric guitars, its configurability gives it a more general character.
We can use `yum` or `dnf` to install `lingot` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lingot.
## Install lingot on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install lingot
using dnf
by running the following command:
sudo dnf -y install lingot
Install lingot on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
/usr/bin/lingot
/usr/lib/.build-id
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/71c3b8b43e270e9e50822818c9d11f548a9d8a
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/8744b40f53f9af018b34f7dde0207996cdcf89
/usr/lib64/liblingot.so.0
/usr/lib64/liblingot.so.0.0.0
/usr/share/applications/org.nongnu.lingot.desktop
/usr/share/doc/lingot
/usr/share/doc/lingot/AUTHORS
/usr/share/doc/lingot/ChangeLog
/usr/share/doc/lingot/NEWS
/usr/share/doc/lingot/README
/usr/share/doc/lingot/THANKS
/usr/share/icons/hicolor/scalable/apps/org.nongnu.lingot.svg
/usr/share/licenses/lingot
/usr/share/licenses/lingot/COPYING
/usr/share/locale/ca/LC_MESSAGES/lingot.mo
/usr/share/locale/cs/LC_MESSAGES/lingot.mo
/usr/share/locale/de/LC_MESSAGES/lingot.mo
/usr/share/locale/es/LC_MESSAGES/lingot.mo
/usr/share/locale/fr/LC_MESSAGES/lingot.mo
/usr/share/locale/gl/LC_MESSAGES/lingot.mo
/usr/share/locale/it/LC_MESSAGES/lingot.mo
/usr/share/locale/pt_BR/LC_MESSAGES/lingot.mo
/usr/share/locale/sv/LC_MESSAGES/lingot.mo
/usr/share/locale/zh_CN/LC_MESSAGES/lingot.mo
/usr/share/man/man1/lingot.1.gz
/usr/share/metainfo/org.nongnu.lingot.appdata.xml
After updating yum database, We can install lingot
using yum
by running the following command:
sudo yum -y install lingot
How To Uninstall lingot on Fedora 36
To uninstall only the lingot
package we can use the following command:
sudo dnf remove lingot
lingot Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install lingot
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/lingot /usr/lib/.build-id /usr/lib/.build-id/16 /usr/lib/.build-id/16/49a0c033106c6c70c78f34e5f18bf64ef982bd /usr/lib/.build-id/db /usr/lib/.build-id/db/f2e85c9c71a491b34d78998feaa0c2d41aaeb7 /usr/lib/liblingot.so.0 /usr/lib/liblingot.so.0.0.0 /usr/share/applications/org.nongnu.lingot.desktop /usr/share/doc/lingot /usr/share/doc/lingot/AUTHORS /usr/share/doc/lingot/ChangeLog /usr/share/doc/lingot/NEWS /usr/share/doc/lingot/README /usr/share/doc/lingot/THANKS /usr/share/icons/hicolor/scalable/apps/org.nongnu.lingot.svg /usr/share/licenses/lingot /usr/share/licenses/lingot/COPYING /usr/share/locale/ca/LC_MESSAGES/lingot.mo /usr/share/locale/cs/LC_MESSAGES/lingot.mo /usr/share/locale/de/LC_MESSAGES/lingot.mo /usr/share/locale/es/LC_MESSAGES/lingot.mo /usr/share/locale/fr/LC_MESSAGES/lingot.mo /usr/share/locale/gl/LC_MESSAGES/lingot.mo /usr/share/locale/it/LC_MESSAGES/lingot.mo /usr/share/locale/pt_BR/LC_MESSAGES/lingot.mo /usr/share/locale/sv/LC_MESSAGES/lingot.mo /usr/share/locale/zh_CN/LC_MESSAGES/lingot.mo /usr/share/man/man1/lingot.1.gz /usr/share/metainfo/org.nongnu.lingot.appdata.xml
## References
* [lingot website](https://www.nongnu.org/lingot/)
## Summary
In this tutorial we learn how to install `lingot` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).