How To Install tealdeer on Fedora 36
Introduction
In this tutorial we learn how to install tealdeer
on Fedora 36.
What is tealdeer
Fetch and show tldr help pages for many CLI commands. Full featured offline client with caching support.
We can use yum
or dnf
to install tealdeer
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tealdeer.
Install tealdeer 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 tealdeer
using dnf
by running the following command:
sudo dnf -y install tealdeer
Install tealdeer 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 tealdeer
using yum
by running the following command:
sudo yum -y install tealdeer
How To Uninstall tealdeer on Fedora 36
To uninstall only the tealdeer
package we can use the following command:
sudo dnf remove tealdeer
tealdeer Package Contents on Fedora 36
/usr/bin/tldr
/usr/lib/.build-id
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/c326dd3adee1c8bfe7e78038e3ca8340e9516d
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/tldr.bash
/usr/share/doc/tealdeer
/usr/share/doc/tealdeer/README.md
/usr/share/fish
/usr/share/fish/vendor_completions.d
/usr/share/fish/vendor_completions.d/tldr.fish
/usr/share/licenses/tealdeer
/usr/share/licenses/tealdeer/LICENSE-APACHE
/usr/share/licenses/tealdeer/LICENSE-MIT
References
Summary
In this tutorial we learn how to install tealdeer
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).