How To Install go-org on Fedora 36
In this tutorial we learn how to install go-org in Fedora 36. go-org is Org mode parser with html & pretty printed org rendering
Introduction
In this tutorial we learn how to install go-org
on Fedora 36.
What is go-org
Org mode parser with html & pretty printed org rendering.
We can use yum
or dnf
to install go-org
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install go-org.
Install go-org 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 go-org
using dnf
by running the following command:
sudo dnf -y install go-org
Install go-org 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 go-org
using yum
by running the following command:
sudo yum -y install go-org
How To Uninstall go-org on Fedora 36
To uninstall only the go-org
package we can use the following command:
sudo dnf remove go-org
go-org Package Contents on Fedora 36
/usr/bin/go-org
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/012df6818dfef833b2074d6be1d1a09bfc4e49
/usr/share/doc/go-org
/usr/share/doc/go-org/README.org
/usr/share/licenses/go-org
/usr/share/licenses/go-org/LICENSE
References
Summary
In this tutorial we learn how to install go-org
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).