How to Install and Uninstall vim-airline Package on Kali Linux

Last updated: September 20,2024

1. Install "vim-airline" package

Please follow the guidance below to install vim-airline on Kali Linux

$ sudo apt update $ sudo apt install vim-airline

2. Uninstall "vim-airline" package

Learn how to uninstall vim-airline on Kali Linux:

$ sudo apt remove vim-airline $ sudo apt autoclean && sudo apt autoremove

3. Information about the vim-airline package on Kali Linux

Package: vim-airline
Version: 0.11-2
Installed-Size: 424
Maintainer: Jonathan Carter
Architecture: all
Depends: vim (>= 2:8.1.0693-2~) | neovim (>= 0.2.2-1~)
Recommends: vim-airline-themes
Suggests: fonts-powerline
Size: 86060
SHA256: f702b8b1a032a023cf8a30381b28e395ce3764021ee0b9e096d8ae14636dee84
SHA1: 93a0be3f7030fff9f7c2c2fde8861a1e2cf25655
MD5sum: c75fcb0fdec76002433e491785e429a6
Description: Lean & mean status/tabline for vim that's light as air
vim-airline provides a themable vim status bar that makes use of the
powerline font. It's similar to vim-powerline, but is much simpler
since it uses pure vim configuration instead of scripting languages.
.
Some of its features:
.
* Tiny core written with extensibility in mind
* Integrates with a variety of vim plugins
* Looks good with regular fonts and provides configuration points
so you can use unicode or powerline symbols
* Optimized for speed; it typically loads in under a millisecond
.
To use the powerline fonts, add the following lines to your .vimrc:
let g:airline_powerline_fonts = 1
.
To enable the top bar, you can add the following to your .vimrc:
let g:airline#extensions#tabline#enabled = 1
Description-md5:
Homepage: https://github.com/vim-airline/vim-airline
Section: editors
Priority: optional
Filename: pool/main/v/vim-airline/vim-airline_0.11-2_all.deb