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

Last updated: November 30,2024

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

This guide covers the steps necessary to install golang-github-theupdateframework-notary.x86_64 on Fedora 35

$ 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 35:

$ 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 35

Last metadata expiration check: 5:21:35 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-theupdateframework-notary
Version : 0.7.0
Release : 6.fc35
Architecture : x86_64
Size : 19 M
Source : golang-github-theupdateframework-notary-0.7.0-6.fc35.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.