How to Install and Uninstall elpa-projectile Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "elpa-projectile" package

Please follow the guidance below to install elpa-projectile on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install elpa-projectile

2. Uninstall "elpa-projectile" package

This tutorial shows how to uninstall elpa-projectile on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove elpa-projectile $ sudo apt autoclean && sudo apt autoremove

3. Information about the elpa-projectile package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: elpa-projectile
Priority: optional
Section: universe/lisp
Installed-Size: 1139
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Emacs addons team
Architecture: all
Source: projectile
Version: 0.13.0-1
Depends: emacsen-common, emacs, dash-el (>= 2.11.0), elpa-pkg-info (>= 0.4)
Recommends: emacs (>= 46.0), elpa-flx-ido, exuberant-ctags
Filename: pool/universe/p/projectile/elpa-projectile_0.13.0-1_all.deb
Size: 495224
MD5sum: 372af386dfd1ba2dce8e01841bd1bc4c
SHA1: f52582cb1877d3d8834bc1d96c65343d5a9c2d0a
SHA256: b71f12397d71bf2d61a1672c2952f934fc804814b8334254db85ec76cd38c239
Description-en: project interaction library for Emacs
This library enhances Emacs with easy project management and
navigation. The concept of a project is simple: just a folder
containing a special file. Currently git, mercurial, darcs and
bazaar repos are considered projects by default. So are lein, maven,
sbt, scons, rebar and bundler projects. If you want to mark a folder
manually as a project just create an empty .projectile file in it.
.
Some of Projectile's features:
.
* jump to a file in project
* jump to files at point in project
* jump to a directory in project
* jump to a file in a directory
* jump to a project buffer
* jump to a test in project
* toggle between files with same names but different extensions
(e.g. `.h` <-> `.c/.cpp`, `Gemfile` <-> `Gemfile.lock`)
* toggle between code and its test (e.g. `main.service.js` <->
`main.service.spec.js`)
* jump to recently visited files in the project
* switch between projects you have worked on
* kill all project buffers
* replace in project
* multi-occur in project buffers
* grep in project
* regenerate project etags or gtags
* visit project in dired
* run make in a project with a single key chord
Description-md5: 555711b9648e1514a80e471e5e989622
Enhances: emacs, emacs24
Built-Using: dh-elpa (= 0.0.19)
Homepage: http://batsov.com/projectile/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu