How to Install and Uninstall notary Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 24,2024

1. Install "notary" package

Please follow the steps below to install notary on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install notary

2. Uninstall "notary" package

This is a short guide on how to uninstall notary on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove notary $ sudo apt autoclean && sudo apt autoremove

3. Information about the notary package on Ubuntu 21.10 (Impish Indri)

Package: notary
Architecture: amd64
Version: 0.6.1~ds2-6build1
Built-Using: docker-registry (= 2.7.1+ds2-7build2), golang-1.15 (= 1.15.4-1ubuntu1), golang-bugsnag-panicwrap (= 1.2.0-1), golang-fsnotify (= 1.4.9-2), golang-github-beorn7-perks (= 1.0.1-1), golang-github-bugsnag-bugsnag-go (= 1.0.5+dfsg-3), golang-github-cenkalti-backoff (= 3.1.1-1), golang-github-cespare-xxhash (= 2.1.1-1), golang-github-davecgh-go-spew (= 1.1.1-2), golang-github-docker-go (= 0.0~git20160303.0.d30aec9-3), golang-github-docker-go-connections (= 0.4.0-1), golang-github-docker-go-metrics (= 0.0.1-1), golang-github-docker-libtrust (= 0.0~git20150526.0.9cbd2a1-3), golang-github-dvsekhvalnov-jose2go (= 1.3-1), golang-github-go-sql-driver-mysql (= 1.5.0-1), golang-github-gorilla-mux (= 1.7.4-1), golang-github-hailocab-go-hostpool (= 0.0~git20160125.0.e80d13c-1), golang-github-hashicorp-hcl (= 1.0.0-1), golang-github-jinzhu-gorm (= 1.9.1-1), golang-github-jinzhu-inflection (= 1.0.0-1), golang-github-lib-pq (= 1.3.0-1), golang-github-magiconair-properties (= 1.8.1+really1.8.1-1), golang-github-mitchellh-mapstructure (= 1.3.3-1), golang-github-opencontainers-go-digest (= 1.0.0-1), golang-github-opencontainers-image-spec (= 1.0.1-4), golang-github-pelletier-go-toml (= 1.8.1-1), golang-github-pkg-errors (= 0.9.1-1), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-prometheus-client-golang (= 1.7.1-1), golang-github-prometheus-client-model (= 0.2.0-1), golang-github-prometheus-common (= 0.14.0-2), golang-github-shopify-logrus-bugsnag (= 0.0~git20171204.577dee2-1), golang-github-spf13-afero (= 1.4.1-1), golang-github-spf13-cast (= 1.3.1-1), golang-github-spf13-cobra (= 1.1.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-1), golang-github-spf13-pflag (= 1.0.5-2), golang-github-spf13-viper (= 1.7.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-2), golang-go.crypto (= 1:0.0~git20200604.70a84ac-2), golang-golang-x-net (= 1:0.0+git20201031.ff519b6+dfsg-1), golang-golang-x-sys (= 0.0~git20201101.da20708-1), golang-golang-x-text (= 0.3.4-1), golang-google-genproto (= 0.0~git20200413.b5235f6-1), golang-google-grpc (= 1.29.1-0ubuntu1), golang-gopkg-fatih-pool.v2 (= 0.0~git20171010.010e0b7-3), golang-gopkg-gorethink-gorethink.v3 (= 3.0.5-1), golang-gopkg-ini.v1 (= 1.57.0-1), golang-gopkg-yaml.v3 (= 3.0.0~git20200121.a6ecf24-2), golang-goprotobuf (= 1.3.4-2), golang-logrus (= 1.6.0-1), golang-procfs (= 0.1.3-3), golang-protobuf-extensions (= 1.0.1-1), golang-testify (= 1.6.1-1), golang-yaml.v2 (= 2.3.0-1)
Priority: extra
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 52142
Depends: libc6 (>= 2.32), libltdl7 (>= 2.4.6), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.13.4-2~)
Filename: pool/universe/n/notary/notary_0.6.1~ds2-6build1_amd64.deb
Size: 15820184
MD5sum: 2ef213a4d7986df2c3fb657c79785813
SHA1: c529047c8ead09d62b878c3d7c84f30e1aae5f00
SHA256: 880737b60f766044b6673604293e8b7e74bfa93c9128fe3eebeb7c0ccbc7b337
SHA512: 828ce7c2dca92f84d5703687dac1dd7052b90f657e0598306426b23a9452aa4b6f2d5ceb2aed0ed1116f239d3bcf3767474af6da54e53e68ba23b4f6cac73962
Homepage: https://github.com/theupdateframework/notary
Description-en: tool for running and interacting with trusted collections
Notary is a project that allows anyone to have trust over arbitrary
collections of data.
.
The Notary project comprises a server (cmd/notary-server) and a client
(cmd/notary) for running and interacting with trusted collections.
.
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.
.
This package contains the binaries/tools.
Description-md5: e711f233992770c0982664a996c25313