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

Last updated: May 18,2024

1. Install "golang-github-theupdateframework-notary.x86_64" package

This is a short guide on how to install golang-github-theupdateframework-notary.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-theupdateframework-notary.x86_64

2. Uninstall "golang-github-theupdateframework-notary.x86_64" package

Please follow the guidance below to uninstall golang-github-theupdateframework-notary.x86_64 on Fedora 34:

$ sudo dnf remove golang-github-theupdateframework-notary.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:55:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-theupdateframework-notary
Version : 0.7.0
Release : 4.fc34
Architecture : x86_64
Size : 19 M
Source : golang-github-theupdateframework-notary-0.7.0-4.fc34.src.rpm
Repository : updates
Summary : Project that allows anyone to have trust over arbitrary collections of data
URL : https://github.com/theupdateframework/notary
License : BSD and ASL 2.0
Description :
: The Notary project comprises a server and a client for running and interacting
: with trusted collections. See the service architecture documentation for more
: information.
:
: Notary aims to make the internet more secure by making it easy for people to
: publish and verify content. We often rely on TLS to secure our communications
: with a web server, which is inherently flawed, as any compromise of the server
: enables malicious content to be substituted for the legitimate content.
:
: With Notary, publishers can sign their content offline using keys kept highly
: secure. Once the publisher is ready to make the content available, they can push
: their signed trusted collection to a Notary Server.
:
: Consumers, having acquired the publisher's public key through a secure channel,
: can then communicate with any Notary server or (insecure) mirror, relying only
: on the publisher's key to determine the validity and integrity of the received
: content.