How To Install golang-github-uber-athenadriver-devel on Fedora 36

In this tutorial we learn how to install golang-github-uber-athenadriver-devel in Fedora 36. golang-github-uber-athenadriver-devel is A fully-featured AWS Athena database driver

Introduction

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

What is golang-github-uber-athenadriver-devel

A fully-featured AWS Athena database driver. This package contains the source code needed for building packages that reference the following Go import paths – github.com/uber/athenadriver

We can use yum or dnf to install golang-github-uber-athenadriver-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-uber-athenadriver-devel.

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

sudo dnf -y install golang-github-uber-athenadriver-devel

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

sudo yum -y install golang-github-uber-athenadriver-devel

How To Uninstall golang-github-uber-athenadriver-devel on Fedora 36

To uninstall only the golang-github-uber-athenadriver-devel package we can use the following command:

sudo dnf remove golang-github-uber-athenadriver-devel

golang-github-uber-athenadriver-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-uber-athenadriver-devel
/usr/share/doc/golang-github-uber-athenadriver-devel/ChangeLog.txt
/usr/share/doc/golang-github-uber-athenadriver-devel/README.md
/usr/share/doc/golang-github-uber-athenadriver-devel/examples
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/README.md
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/auth.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/constants
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/constants/doc.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/constants/secret.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/doc.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/lambda
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/lambda/Go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/lambda/Go/README.md
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/lambda/Go/athena_in_lambda.png
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/lambda/Go/go.mod
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/lambda/Go/main.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/logging.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/maskcolumn.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/metrics.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/pc_get_driver_version.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/pc_get_query_id.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/pc_get_query_id_status.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/pc_stop_query_id.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/perf
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/perf/benchmark.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/perf/concurrency.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/perf/concurrency.output.2020-02-09-13-49-18.log
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/perf/doc.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/ping.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/qid.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/ddl_alter.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/ddl_create_database.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/ddl_create_table.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/ddl_ctas.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/ddl_ctas_with_partition.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/ddl_cvas.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/ddl_drop.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/ddl_msck.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/ddl_path.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/dml_insert_into_select.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/dml_insert_into_values.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/dml_select_array.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/dml_select_count.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/dml_select_db_exec.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/dml_select_fields.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/dml_select_geo.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/dml_select_information_schema.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/dml_select_join.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/dml_select_json.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/dml_select_map.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/dml_select_prepare.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/dml_select_row.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/dml_select_simple.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/dml_select_star.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/dml_select_time.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/dml_values.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/doc.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/unsupported.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/util_desc_table.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/util_desc_view.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/query/util_show.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/querycancel.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/readonly.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/reconnect.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/trans.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/types.go
/usr/share/doc/golang-github-uber-athenadriver-devel/examples/workgroup_with_tag.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/uber
/usr/share/gocode/src/github.com/uber/athenadriver
/usr/share/gocode/src/github.com/uber/athenadriver/.goipath
/usr/share/gocode/src/github.com/uber/athenadriver/README.md
/usr/share/gocode/src/github.com/uber/athenadriver/athenareader
/usr/share/gocode/src/github.com/uber/athenadriver/athenareader/README.md
/usr/share/gocode/src/github.com/uber/athenadriver/athenareader/main.go
/usr/share/gocode/src/github.com/uber/athenadriver/examples
/usr/share/gocode/src/github.com/uber/athenadriver/examples/README.md
/usr/share/gocode/src/github.com/uber/athenadriver/examples/lambda
/usr/share/gocode/src/github.com/uber/athenadriver/examples/lambda/Go
/usr/share/gocode/src/github.com/uber/athenadriver/examples/lambda/Go/README.md
/usr/share/gocode/src/github.com/uber/athenadriver/go
/usr/share/gocode/src/github.com/uber/athenadriver/go.mod
/usr/share/gocode/src/github.com/uber/athenadriver/go/cache.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/config.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/config_test.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/connection.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/connection_test.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/connector.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/connector_test.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/constants.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/cost.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/datetime.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/datetime_test.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/doc.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/driver.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/driver_test.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/errors.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/mockathenaclient_test.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/result.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/result_test.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/rows.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/rows_test.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/statement.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/statement_test.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/trace.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/trace_test.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/utils.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/utils_test.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/version.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/wg.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/wg_test.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/wgconfig.go
/usr/share/gocode/src/github.com/uber/athenadriver/go/wgtag.go
/usr/share/gocode/src/github.com/uber/athenadriver/lib
/usr/share/gocode/src/github.com/uber/athenadriver/lib/configfx
/usr/share/gocode/src/github.com/uber/athenadriver/lib/configfx/module.go
/usr/share/gocode/src/github.com/uber/athenadriver/lib/configfx/util.go
/usr/share/gocode/src/github.com/uber/athenadriver/lib/queryfx
/usr/share/gocode/src/github.com/uber/athenadriver/lib/queryfx/module.go
/usr/share/gocode/src/github.com/uber/athenadriver/resources
/usr/share/gocode/src/github.com/uber/athenadriver/resources/CODE_OF_CONDUCT.md
/usr/share/gocode/src/github.com/uber/athenadriver/resources/CONTRIBUTING.md
/usr/share/gocode/src/github.com/uber/athenadriver/resources/UndocumentedAthena.md
/usr/share/licenses/golang-github-uber-athenadriver-devel
/usr/share/licenses/golang-github-uber-athenadriver-devel/LICENSE

References

Summary

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