Install aspell-pt-br
Installing aspell-pt-br package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install aspell-pt-br
aspell-pt-br package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | aspell-pt-br |
version | 20131030-9 |
description | Brazilian Portuguese dictionary for GNU Aspell |
subsection | text |
website | pt-br.libreoffice.org / … / projeto-vero-verificador-ortografico |
maintainer | Agustin Martin Domingo |
Uninstall aspell-pt-br
To remove just aspell-pt-br package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove aspell-pt-br
Uninstall aspell-pt-br and it’s dependent packages
To remove the aspell-pt-br package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove aspell-pt-br
Purging aspell-pt-br
If you also want to delete configuration and/or data files of aspell-pt-br from Debian Sid then this will work:
sudo apt-get purge aspell-pt-br
To delete configuration and/or data files of aspell-pt-br and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove aspell-pt-br