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

Last updated: May 10,2024

1. Install "sen" package

Please follow the instructions below to install sen on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install sen

2. Uninstall "sen" package

In this section, we are going to explain the necessary steps to uninstall sen on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove sen $ sudo apt autoclean && sudo apt autoremove

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

Package: sen
Priority: optional
Section: universe/admin
Installed-Size: 119
Maintainer: Ubuntu Developers
Original-Maintainer: ChangZhuo Chen (陳昌倬)
Architecture: amd64
Version: 0.2.2-2
Depends: python3-docker, python3-humanize, python3-urwid, python3:any (>= 3.3.2-2~), python3-urwidtrees
Filename: pool/universe/s/sen/sen_0.2.2-2_amd64.deb
Size: 21130
MD5sum: 9ab5e0d39eb5ae71bf7177fb864d0fad
SHA1: 21d49a3c0f1ea3f58703b0d8f5f05a9655306ab6
SHA256: 4c1c597cf8e09ecd09be12ce9c3e90ddc3808c74b7dde114d0688a18ca480332
Description-en: Terminal user interface for docker engine
sen is a terminal user interface for docker engine:
.
* it can interactively manage your containers and images:
* manage? start, stop, restart, kill, delete,...
* you are able to inspect containers and images
* sen can fetch logs of containers and even stream logs real-time
* all buffers support searching and filtering
* sen receives real-time updates from docker when anything changes
* e.g. if you create a container in another terminal, sen will pick
it up
* sen notifies you whenever something happens (and reports slow queries)
* supports a lot of vim-like keybindings (j, k, gg, /, ...)
* there is a special buffer which display detailed info about images
* you can get interactive tree view of all images (equivalent of
docker images --tree)
Description-md5: e14dd58bf0cae263ef0dfff9ed42032b
Multi-Arch: foreign
Homepage: https://github.com/TomasTomecek/sen
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu