How To Install ots on Fedora 36
Introduction
In this tutorial we learn how to install ots
on Fedora 36.
What is ots
The open text summarizer is an open source tool for summarizing texts. The program reads a text and decides which sentences are important and which are not.
We can use yum
or dnf
to install ots
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ots.
Install ots 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 ots
using dnf
by running the following command:
sudo dnf -y install ots
Install ots 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 ots
using yum
by running the following command:
sudo yum -y install ots
How To Uninstall ots on Fedora 36
To uninstall only the ots
package we can use the following command:
sudo dnf remove ots
ots Package Contents on Fedora 36
/usr/bin/ots
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/df8e477184747e2b2a256111a866ab098731b9
/usr/share/doc/ots
/usr/share/doc/ots/AUTHORS
/usr/share/doc/ots/COPYING
/usr/share/doc/ots/ChangeLog
/usr/share/doc/ots/NEWS
/usr/share/doc/ots/README
/usr/share/doc/ots/TODO
References
Summary
In this tutorial we learn how to install ots
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).