How to Install and Uninstall golang-github-cloudflare.x86_64 Package on Fedora 34

Last updated: May 21,2024

1. Install "golang-github-cloudflare.x86_64" package

In this section, we are going to explain the necessary steps to install golang-github-cloudflare.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-cloudflare.x86_64

2. Uninstall "golang-github-cloudflare.x86_64" package

Please follow the instructions below to uninstall golang-github-cloudflare.x86_64 on Fedora 34:

$ sudo dnf remove golang-github-cloudflare.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-cloudflare.x86_64 package on Fedora 34

Last metadata expiration check: 4:20:09 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-cloudflare
Version : 0.17.0
Release : 1.fc34
Architecture : x86_64
Size : 2.4 M
Source : golang-github-cloudflare-0.17.0-1.fc34.src.rpm
Repository : updates
Summary : Go library for the Cloudflare v4 API
URL : https://github.com/cloudflare/cloudflare-go
License : BSD
Description :
: A Go library for interacting with Cloudflare's API v4. This library allows you
: to:
:
: - Manage and automate changes to your DNS records within Cloudflare
: - Manage and automate changes to your zones (domains) on Cloudflare, including
: adding new zones to your account
: - List and modify the status of WAF (Web Application Firewall) rules for your
: zones
: - Fetch Cloudflare's IP ranges for automating your firewall whitelisting
:
: A command-line client, flarectl, is also available as part of this project.