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

Last updated: November 29,2024

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

This is a short guide on how to install golang-github-cloudflare.x86_64 on Fedora 38

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

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

Please follow the guidelines below to uninstall golang-github-cloudflare.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 5:21:17 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : golang-github-cloudflare
Version : 0.21.0
Release : 6.fc38
Architecture : x86_64
Size : 2.6 M
Source : golang-github-cloudflare-0.21.0-6.fc38.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.