How To Install golang-github-twpayne-kml-devel on Fedora 36
Introduction
In this tutorial we learn how to install golang-github-twpayne-kml-devel
on Fedora 36.
What is golang-github-twpayne-kml-devel
Package Kml provides convenince methods for creating and writing KML documents. This package contains the source code needed for building packages that reference the following Go import paths – github.com/twpayne/go-kml
We can use yum
or dnf
to install golang-github-twpayne-kml-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-twpayne-kml-devel.
Install golang-github-twpayne-kml-devel 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 golang-github-twpayne-kml-devel
using dnf
by running the following command:
sudo dnf -y install golang-github-twpayne-kml-devel
Install golang-github-twpayne-kml-devel 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 golang-github-twpayne-kml-devel
using yum
by running the following command:
sudo yum -y install golang-github-twpayne-kml-devel
How To Uninstall golang-github-twpayne-kml-devel on Fedora 36
To uninstall only the golang-github-twpayne-kml-devel
package we can use the following command:
sudo dnf remove golang-github-twpayne-kml-devel
golang-github-twpayne-kml-devel Package Contents on Fedora 36
/usr/share/doc/golang-github-twpayne-kml-devel
/usr/share/doc/golang-github-twpayne-kml-devel/README.md
/usr/share/doc/golang-github-twpayne-kml-devel/examples
/usr/share/doc/golang-github-twpayne-kml-devel/examples/hike-and-fly-route-kml
/usr/share/doc/golang-github-twpayne-kml-devel/examples/hike-and-fly-route-kml/README.md
/usr/share/doc/golang-github-twpayne-kml-devel/examples/hike-and-fly-route-kml/main.go
/usr/share/doc/golang-github-twpayne-kml-devel/examples/route-to-kml
/usr/share/doc/golang-github-twpayne-kml-devel/examples/route-to-kml/main.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/twpayne
/usr/share/gocode/src/github.com/twpayne/go-kml
/usr/share/gocode/src/github.com/twpayne/go-kml/.goipath
/usr/share/gocode/src/github.com/twpayne/go-kml/README.md
/usr/share/gocode/src/github.com/twpayne/go-kml/example_test.go
/usr/share/gocode/src/github.com/twpayne/go-kml/examples
/usr/share/gocode/src/github.com/twpayne/go-kml/examples/hike-and-fly-route-kml
/usr/share/gocode/src/github.com/twpayne/go-kml/examples/hike-and-fly-route-kml/README.md
/usr/share/gocode/src/github.com/twpayne/go-kml/go.mod
/usr/share/gocode/src/github.com/twpayne/go-kml/icon
/usr/share/gocode/src/github.com/twpayne/go-kml/icon/icon.go
/usr/share/gocode/src/github.com/twpayne/go-kml/icon/icon_test.go
/usr/share/gocode/src/github.com/twpayne/go-kml/internal
/usr/share/gocode/src/github.com/twpayne/go-kml/internal/generate
/usr/share/gocode/src/github.com/twpayne/go-kml/internal/generate/main.go
/usr/share/gocode/src/github.com/twpayne/go-kml/kml.go
/usr/share/gocode/src/github.com/twpayne/go-kml/kml22gx.gen.go
/usr/share/gocode/src/github.com/twpayne/go-kml/kml22gx.go
/usr/share/gocode/src/github.com/twpayne/go-kml/kml_test.go
/usr/share/gocode/src/github.com/twpayne/go-kml/ogckml22.gen.go
/usr/share/gocode/src/github.com/twpayne/go-kml/ogckml22.go
/usr/share/gocode/src/github.com/twpayne/go-kml/sphere
/usr/share/gocode/src/github.com/twpayne/go-kml/sphere/example_test.go
/usr/share/gocode/src/github.com/twpayne/go-kml/sphere/sphere.go
/usr/share/gocode/src/github.com/twpayne/go-kml/sphere/sphere_test.go
/usr/share/licenses/golang-github-twpayne-kml-devel
/usr/share/licenses/golang-github-twpayne-kml-devel/LICENSE
References
Summary
In this tutorial we learn how to install golang-github-twpayne-kml-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).