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

Last updated: May 18,2024

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

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

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

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

This guide covers the steps necessary to uninstall golang-github-cloudflare.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 5:16:27 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-cloudflare
Version : 0.17.0
Release : 3.fc35
Architecture : x86_64
Size : 2.4 M
Source : golang-github-cloudflare-0.17.0-3.fc35.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.