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

Last updated: May 19,2024

1. Install "joe" package

Please follow the guidelines below to install joe on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install joe

2. Uninstall "joe" package

Please follow the instructions below to uninstall joe on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove joe $ sudo apt autoclean && sudo apt autoremove

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

Package: joe
Priority: optional
Section: universe/editors
Installed-Size: 1909
Maintainer: Ubuntu Developers
Original-Maintainer: Josip Rodin
Architecture: amd64
Version: 4.1-2
Depends: libc6 (>= 2.14), libtinfo5 (>= 6)
Breaks: jupp (<< 3.1.18-2~)
Filename: pool/universe/j/joe/joe_4.1-2_amd64.deb
Size: 464256
MD5sum: c53636e6537dd5d4a35715bf8491712e
SHA1: 2a60216441400bdc61200017a6342ab8f7b33c62
SHA256: 347f8c5e69b0d75eb95216a534e14d9e87743c049d27d8ebadbbca9a43a05cf5
Description-en: user friendly full screen text editor
Joe, the Joe's Own Editor, has the feel of most PC text editors: the key
sequences are reminiscent of WordStar and Turbo C editors, but the feature
set is much larger than of those. Joe has all of the features a Unix
user should expect: full use of termcap/terminfo, complete VI-style Unix
integration, a powerful configuration file, and regular expression search
system. It also has six help reference cards which are always available,
and an intuitive, simple, and well thought-out user interface.
.
Joe has a great screen update optimization algorithm, multiple windows
(through/between which you can scroll) and lacks the confusing notion of
named buffers. It has command history, TAB expansion in file selection
menus, undo and redo functions, (un)indenting and paragraph formatting,
filtering highlighted blocks through any external Unix command, editing
a pipe into or out of a command, and block move, copy, delete or filter.
.
Through simple QEdit-style configuration files, Joe can be set up to
emulate editors such as Pico and Emacs, along with a complete imitation
of WordStar, and a restricted mode version (lets you edit only the files
specified on the command line). Joe also has a deferred screen update to
handle typeahead, and it ensures that deferral is not bypassed by tty
buffering. It's usable even at 2400 baud, and it will work on any
kind of sane terminal.
Description-md5: 4d6bbc0d4cf8b71ec0b3dfa1ffb8ca46
Homepage: http://joe-editor.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu