How to Install and Uninstall onetime Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "onetime" package

Please follow the steps below to install onetime on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install onetime

2. Uninstall "onetime" package

Please follow the steps below to uninstall onetime on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove onetime $ sudo apt autoclean && sudo apt autoremove

3. Information about the onetime package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: onetime
Priority: extra
Section: universe/misc
Installed-Size: 65
Maintainer: Ubuntu Developers
Original-Maintainer: Karl Fogel
Architecture: amd64
Version: 1.122-1
Depends: python
Filename: pool/universe/o/onetime/onetime_1.122-1_amd64.deb
Size: 13070
MD5sum: 51a0496e62ec04b1905928c031a8495a
SHA1: bf5afe96666f619c9e4d27aee78e73b80d4695c1
SHA256: 081d3f2f53b0e3d0aebae0d8719a19023f11aa3fd85d6c2c19831e7cdee2a0fc
Description-en: command-line encryption using the "one-time pad" method
OneTime is an encoder/decoder that uses the one-time pad algorithm.
.
OneTime is a simple one-time pad encryption program that takes care
of some of the pad-management bureaucracy for you. It avoids
re-using pad data (except when decrypting the same encrypted message
twice, of course) by maintaining records of pad usage.
.
If you keep your ~/.onetime configuration area under version control
with Subversion or CVS, OneTime will automatically update it to get
the latest pad usage records before using a pad, and will commit new
records after using a pad. Thus, by sharing a single configuration
area via version control, you and your interlocutors can more easily
avoid the sin of pad range reuse.
.
See http://www.red-bean.com/onetime for more information about OneTime,
or run 'onetime --help' for detailed usage. For more information about
one-time pads in general, see http://en.wikipedia.org/wiki/One-time_pad.
Description-md5: d8aba02f405ff285dc7df6bda307ae33
Homepage: http://www.red-bean.com/onetime/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu