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

Last updated: November 26,2024

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

This guide let you learn how to install golang-github-cloudflare.x86_64 on Fedora 39

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

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

This guide let you learn how to uninstall golang-github-cloudflare.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 3:45:18 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : golang-github-cloudflare
Version : 0.21.0
Release : 7.fc39
Architecture : x86_64
Size : 2.7 M
Source : golang-github-cloudflare-0.21.0-7.fc39.src.rpm
Repository : fedora
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.