notary on Ubuntu 20.04 LTS (Focal Fossa)
Last updated: May 26,2022
1. Install notary package
Please follow the instructions below to install notary package:
sudo apt update
sudo apt install notary
2. Uninstall / Remove notary package
Please follow the instructions below to uninstall notary package:
sudo apt remove notary
sudo apt autoclean && sudo apt autoremove
3. Details of notary package
Package: notary
Architecture: amd64
Version: 0.6.1~ds2-5
Built-Using: docker-registry (= 2.7.1+ds2-7), golang-1.13 (= 1.13.7-1ubuntu1), golang-bugsnag-panicwrap (= 1.2.0-1), golang-fsnotify (= 1.4.7-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-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~git20180209.399ea8c-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.4.1-1), golang-github-gorilla-mux (= 1.7.3-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.1.2-1), golang-github-opencontainers-go-digest (= 1.0.0~rc1-1), golang-github-opencontainers-image-spec (= 1.0.1-3), golang-github-pelletier-go-toml (= 1.4.0+really1.4.0-2), golang-github-pkg-errors (= 0.8.1-1), golang-github-pmezard-go-difflib (= 1.0.0-2), golang-github-prometheus-client-golang (= 0.9.2-0ubuntu3), golang-github-prometheus-client-model (= 0.0.2+git20171117.99fa1f4-1), golang-github-prometheus-common (= 0.7.0-1), golang-github-shopify-logrus-bugsnag (= 0.0~git20171204.577dee2-1), golang-github-spf13-afero (= 1.2.2+really1.2.2-1), golang-github-spf13-cast (= 1.3.0-1), golang-github-spf13-cobra (= 0.0.4-2), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-1), golang-github-spf13-pflag (= 1.0.5-1), golang-github-spf13-viper (= 1.4.0-1), golang-go.crypto (= 1:0.0~git20190701.4def268-2), golang-golang-x-net (= 1:0.0+git20191112.2180aed+dfsg-3), golang-golang-x-sys (= 0.0~git20190726.fc99dfb-1ubuntu2), golang-golang-x-text (= 0.3.2-3), golang-google-genproto (= 0.0~git20190801.fa694d8-2build4), golang-google-grpc (= 1.22.1-1ubuntu1), golang-gopkg-fatih-pool.v2 (= 0.0~git20171010.010e0b7-3), golang-gopkg-gorethink-gorethink.v3 (= 3.0.5-1), golang-goprotobuf (= 1.3.2-2), golang-logrus (= 1.4.2-1), golang-procfs (= 0.0.8-1), golang-protobuf-extensions (= 1.0.1-1), golang-testify (= 1.4.0+ds-1), golang-yaml.v2 (= 2.2.2-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: 55762
Depends: libc6 (>= 2.4), 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-5_amd64.deb
Size: 17230108
MD5sum: 5cea21a503cfd105a5f55083b659b773
SHA1: 1e36620cdaa18e0b3a979af79f0c2bd85fa5b553
SHA256: d7e479cc2525751c95e3240a6d954ddf96bd584dd0c0b5b1a5463528511418cf
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
Architecture: amd64
Version: 0.6.1~ds2-5
Built-Using: docker-registry (= 2.7.1+ds2-7), golang-1.13 (= 1.13.7-1ubuntu1), golang-bugsnag-panicwrap (= 1.2.0-1), golang-fsnotify (= 1.4.7-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-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~git20180209.399ea8c-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.4.1-1), golang-github-gorilla-mux (= 1.7.3-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.1.2-1), golang-github-opencontainers-go-digest (= 1.0.0~rc1-1), golang-github-opencontainers-image-spec (= 1.0.1-3), golang-github-pelletier-go-toml (= 1.4.0+really1.4.0-2), golang-github-pkg-errors (= 0.8.1-1), golang-github-pmezard-go-difflib (= 1.0.0-2), golang-github-prometheus-client-golang (= 0.9.2-0ubuntu3), golang-github-prometheus-client-model (= 0.0.2+git20171117.99fa1f4-1), golang-github-prometheus-common (= 0.7.0-1), golang-github-shopify-logrus-bugsnag (= 0.0~git20171204.577dee2-1), golang-github-spf13-afero (= 1.2.2+really1.2.2-1), golang-github-spf13-cast (= 1.3.0-1), golang-github-spf13-cobra (= 0.0.4-2), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-1), golang-github-spf13-pflag (= 1.0.5-1), golang-github-spf13-viper (= 1.4.0-1), golang-go.crypto (= 1:0.0~git20190701.4def268-2), golang-golang-x-net (= 1:0.0+git20191112.2180aed+dfsg-3), golang-golang-x-sys (= 0.0~git20190726.fc99dfb-1ubuntu2), golang-golang-x-text (= 0.3.2-3), golang-google-genproto (= 0.0~git20190801.fa694d8-2build4), golang-google-grpc (= 1.22.1-1ubuntu1), golang-gopkg-fatih-pool.v2 (= 0.0~git20171010.010e0b7-3), golang-gopkg-gorethink-gorethink.v3 (= 3.0.5-1), golang-goprotobuf (= 1.3.2-2), golang-logrus (= 1.4.2-1), golang-procfs (= 0.0.8-1), golang-protobuf-extensions (= 1.0.1-1), golang-testify (= 1.4.0+ds-1), golang-yaml.v2 (= 2.2.2-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: 55762
Depends: libc6 (>= 2.4), 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-5_amd64.deb
Size: 17230108
MD5sum: 5cea21a503cfd105a5f55083b659b773
SHA1: 1e36620cdaa18e0b3a979af79f0c2bd85fa5b553
SHA256: d7e479cc2525751c95e3240a6d954ddf96bd584dd0c0b5b1a5463528511418cf
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