How to Install and Uninstall el-get Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "el-get" package

This tutorial shows how to install el-get on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install el-get

2. Uninstall "el-get" package

This is a short guide on how to uninstall el-get on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove el-get $ sudo apt autoclean && sudo apt autoremove

3. Information about the el-get package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: el-get
Priority: extra
Section: universe/editors
Installed-Size: 349
Maintainer: Ubuntu Developers
Original-Maintainer: Julien Danjou
Architecture: all
Version: 3.1-1.1
Depends: emacs | emacsen
Filename: pool/universe/e/el-get/el-get_3.1-1.1_all.deb
Size: 82920
MD5sum: ec2a8525c0bc034970b4f6cd6787233f
SHA1: c365c42799e03e22b8950b651e788fe74921569c
SHA256: be53a5067bddddc13dfe5fa5b5a5a51d43fd648aa629045370acee09d8680c7f
Description-en: install and manage elisp code for Emacs
Allows you to install and manage elisp code for Emacs. It supports lots of
differents types of sources and is able to 'install' them, 'update' them
and 'remove' them, but more importantly it will 'init' them for you.
.
That means it will care about requiring the 'features' you need, loading
the files, setting the 'Info' paths so that C-h i shows the new
documentation you now depend on, and finally call your own :after function
for you to setup the extension.
Description-md5: a6ae62ad92bab2937c57b972fd519f60
Homepage: http://github.com/dimitri/el-get/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu