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

Last updated: May 16,2024

1. Install "spell" package

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

$ sudo apt update $ sudo apt install spell

2. Uninstall "spell" package

This tutorial shows how to uninstall spell on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove spell $ sudo apt autoclean && sudo apt autoremove

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

Package: spell
Priority: optional
Section: universe/text
Installed-Size: 76
Maintainer: Ubuntu Developers
Original-Maintainer: Giacomo Catenazzi
Architecture: amd64
Version: 1.0-24
Depends: libc6 (>= 2.3.4), ispell | aspell, iamerican | ibritish | ispell-dictionary
Filename: pool/universe/s/spell/spell_1.0-24_amd64.deb
Size: 15290
MD5sum: 7b0ee22c45856d89d18b935c9bb9c1f1
SHA1: 1d8cfc996d03f44e8bed6279a2c4283f1553ebbb
SHA256: 7e31b2528d3b52be9f79a24b45c7bc96e3312393382ede14825a2fe4833768cd
Description-en: GNU Spell, a clone of Unix `spell'
GNU Spell is a spell checking program which prints each misspelled word on a
line of its own. It is designed as a clone of the standard Unix `spell'
program, and implemented as a wrapper for Ispell. Spell accepts as its
arguments a list of files to read from. Within that list, the magical file name
`-' causes Spell to read from standard input. In addition, when called with no
file name arguments, Spell assumes that it should process standard input.
Description-md5: 5a76d1ef6292acb49c2e7067087f0aff
Homepage: http://directory.fsf.org/project/spell/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu