How to Install and Uninstall elpa-projectile Package on Kali Linux

Last updated: May 18,2024

1. Install "elpa-projectile" package

This is a short guide on how to install elpa-projectile on Kali Linux

$ sudo apt update $ sudo apt install elpa-projectile

2. Uninstall "elpa-projectile" package

This is a short guide on how to uninstall elpa-projectile on Kali Linux:

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

3. Information about the elpa-projectile package on Kali Linux

Package: elpa-projectile
Source: projectile
Version: 2.8.0-1
Installed-Size: 488
Maintainer: Debian Emacsen team
Architecture: all
Depends: dh-elpa-helper, emacsen-common
Recommends: emacs
Suggests: elpa-ag, ripgrep, fd-find, exuberant-ctags
Enhances: emacs
Size: 91252
SHA256: b4a9cc5c8a56ea624bdaeb14b778431399ae19b5d3ebdad58696048df389c475
SHA1: 0cb5dff9911c9df82cac63a6993cb4015a095adc
MD5sum: 5a3b7193328a1fab5168ff47ac3c9843
Description: project interaction library for Emacs
This library provides easy project management and navigation. The concept of a
project is pretty basic - just a folder containing special file. Currently git,
mercurial and bazaar repos are considered projects by default. 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 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 (close) all project buffers
* replace in project
* grep (search) in project
* run shell commands in a project (e.g. `make`, `lein`)
* support for multiple minibuffer completion/selection libraries (`ido`,
`ivy`, `helm` and the default completion system)
Description-md5:
Homepage: https://github.com/bbatsov/projectile
Section: lisp
Priority: optional
Filename: pool/main/p/projectile/elpa-projectile_2.8.0-1_all.deb