How To Install golang-github-twpayne-geom-devel on Fedora 36

In this tutorial we learn how to install golang-github-twpayne-geom-devel in Fedora 36. golang-github-twpayne-geom-devel is Efficient geometry types for geospatial applications

Introduction

In this tutorial we learn how to install golang-github-twpayne-geom-devel on Fedora 36.

What is golang-github-twpayne-geom-devel

Package Geom implements efficient geometry types for geospatial applications. This package contains the source code needed for building packages that reference the following Go import paths – github.com/twpayne/go-geom

We can use yum or dnf to install golang-github-twpayne-geom-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-geom-devel.

Install golang-github-twpayne-geom-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-geom-devel using dnf by running the following command:

sudo dnf -y install golang-github-twpayne-geom-devel

Install golang-github-twpayne-geom-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-geom-devel using yum by running the following command:

sudo yum -y install golang-github-twpayne-geom-devel

How To Uninstall golang-github-twpayne-geom-devel on Fedora 36

To uninstall only the golang-github-twpayne-geom-devel package we can use the following command:

sudo dnf remove golang-github-twpayne-geom-devel

golang-github-twpayne-geom-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-twpayne-geom-devel
/usr/share/doc/golang-github-twpayne-geom-devel/INTERNALS.md
/usr/share/doc/golang-github-twpayne-geom-devel/README.md
/usr/share/doc/golang-github-twpayne-geom-devel/examples
/usr/share/doc/golang-github-twpayne-geom-devel/examples/postgis
/usr/share/doc/golang-github-twpayne-geom-devel/examples/postgis/README.md
/usr/share/doc/golang-github-twpayne-geom-devel/examples/postgis/main.go
/usr/share/doc/golang-github-twpayne-geom-devel/examples/postgis/main_test.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/twpayne
/usr/share/gocode/src/github.com/twpayne/go-geom
/usr/share/gocode/src/github.com/twpayne/go-geom/.goipath
/usr/share/gocode/src/github.com/twpayne/go-geom/INTERNALS.md
/usr/share/gocode/src/github.com/twpayne/go-geom/README.md
/usr/share/gocode/src/github.com/twpayne/go-geom/bigxy
/usr/share/gocode/src/github.com/twpayne/go-geom/bigxy/big_cga.go
/usr/share/gocode/src/github.com/twpayne/go-geom/bigxy/big_cga_examples_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/bigxy/big_cga_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/bounds.go
/usr/share/gocode/src/github.com/twpayne/go-geom/bounds_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/derived.gen.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/ewkb
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/ewkb/ewkb.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/ewkb/ewkb_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/ewkb/postgis_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/ewkb/sql.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/ewkb/sql_example_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/ewkb/sql_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/ewkbhex
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/ewkbhex/ewkbhex.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/ewkbhex/ewkbhex_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/geojson
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/geojson/geojson.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/geojson/geojson_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/igc
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/igc/cmd
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/igc/cmd/igc2kml
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/igc/cmd/igc2kml/main.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/igc/decode.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/igc/decode_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/igc/encode.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/kml
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/kml/kml.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/kml/kml_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkb
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkb/fuzz.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkb/sql.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkb/sql_example_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkb/wkb.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkb/wkb_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkbcommon
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkbcommon/binary.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkbcommon/options.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkbcommon/wkbcommon.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkbhex
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkbhex/wkbhex.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkbhex/wkbhex_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkt
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkt/decode.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkt/encode.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkt/wkt.go
/usr/share/gocode/src/github.com/twpayne/go-geom/encoding/wkt/wkt_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/examples
/usr/share/gocode/src/github.com/twpayne/go-geom/examples/postgis
/usr/share/gocode/src/github.com/twpayne/go-geom/examples/postgis/README.md
/usr/share/gocode/src/github.com/twpayne/go-geom/flat.go
/usr/share/gocode/src/github.com/twpayne/go-geom/geom.go
/usr/share/gocode/src/github.com/twpayne/go-geom/geom_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/geometrycollection.go
/usr/share/gocode/src/github.com/twpayne/go-geom/geometrycollection_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/go.mod
/usr/share/gocode/src/github.com/twpayne/go-geom/internal
/usr/share/gocode/src/github.com/twpayne/go-geom/internal/cmd
/usr/share/gocode/src/github.com/twpayne/go-geom/internal/cmd/parse-igc
/usr/share/gocode/src/github.com/twpayne/go-geom/internal/cmd/parse-igc/main.go
/usr/share/gocode/src/github.com/twpayne/go-geom/internal/geomtest
/usr/share/gocode/src/github.com/twpayne/go-geom/internal/geomtest/geomtest.go
/usr/share/gocode/src/github.com/twpayne/go-geom/linearring.go
/usr/share/gocode/src/github.com/twpayne/go-geom/linearring_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/linestring.go
/usr/share/gocode/src/github.com/twpayne/go-geom/linestring_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/multilinestring.go
/usr/share/gocode/src/github.com/twpayne/go-geom/multilinestring_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/multipoint.go
/usr/share/gocode/src/github.com/twpayne/go-geom/multipoint_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/multipolygon.go
/usr/share/gocode/src/github.com/twpayne/go-geom/multipolygon_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/point.go
/usr/share/gocode/src/github.com/twpayne/go-geom/point_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/polygon.go
/usr/share/gocode/src/github.com/twpayne/go-geom/polygon_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/sorting
/usr/share/gocode/src/github.com/twpayne/go-geom/sorting/sorting.go
/usr/share/gocode/src/github.com/twpayne/go-geom/sorting/sorting_examples_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/sorting/sorting_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/transform
/usr/share/gocode/src/github.com/twpayne/go-geom/transform/transform.go
/usr/share/gocode/src/github.com/twpayne/go-geom/transform/transform_example_newuniquecoordtransform_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/transform/transform_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/transform/tree_set.go
/usr/share/gocode/src/github.com/twpayne/go-geom/transform/tree_set_examples_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/transform/tree_set_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/angle.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/angle_examples_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/angle_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/area_centroid.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/area_centroid_examples_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/area_centroid_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/centroid.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/centroid_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/cga.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/cga_examples_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/cga_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/convex_hull.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/convex_hull_examples_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/convex_hull_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/centralendpoint
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/centralendpoint/intersector.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/centralendpoint/intersector_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/cga.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/cga_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/coord_stack.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/coord_stack_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/hcoords
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/hcoords/hcoords.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/hcoords/hcoords_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/numbers.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/numbers_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/raycrossing
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/raycrossing/ray-crossing-counter.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/raycrossing/ray_crossing_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/robustdeterminate
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/robustdeterminate/robust_determinate.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/robustdeterminate/robust_determinate_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/internal/test_data.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/line_centroid.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/line_centroid_examples_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/line_centroid_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/lineintersection
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/lineintersection/line_on_line_intersection.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/lineintersector
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/lineintersector/line_intersector.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/lineintersector/nonrobust_line_intersector.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/lineintersector/nonrobust_line_intersector_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/lineintersector/robust_line_intersector.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/lineintersector/robust_line_intersector_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/lineintersector/test_data.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/location
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/location/location.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/orientation
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/orientation/orientation.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/point_centroid.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/point_centroid_examples_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/point_centroid_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/radial_comparator.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/radial_comparator_examples_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/radial_comparator_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/rdp_simplify.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xy/rdp_simplify_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xyz
/usr/share/gocode/src/github.com/twpayne/go-geom/xyz/vector.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xyz/vector_examples_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xyz/vector_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xyz/xyz.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xyz/xyz_examples_test.go
/usr/share/gocode/src/github.com/twpayne/go-geom/xyz/xyz_test.go
/usr/share/licenses/golang-github-twpayne-geom-devel
/usr/share/licenses/golang-github-twpayne-geom-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-twpayne-geom-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).