How to Install and Uninstall vifm Package on Kali Linux

Last updated: May 18,2024

1. Install "vifm" package

Please follow the guidance below to install vifm on Kali Linux

$ sudo apt update $ sudo apt install vifm

2. Uninstall "vifm" package

Please follow the guidelines below to uninstall vifm on Kali Linux:

$ sudo apt remove vifm $ sudo apt autoclean && sudo apt autoremove

3. Information about the vifm package on Kali Linux

Package: vifm
Source: vifm (0.12-1)
Version: 0.12-1+b1
Installed-Size: 2214
Maintainer: Ondřej Nový
Architecture: amd64
Depends: libc6 (>= 2.34), libmagic1 (>= 5.12), libncursesw6 (>= 6.1), libtinfo6 (>= 6)
Recommends: libx11-6, vim-addon-manager
Size: 840104
SHA256: 2d71c7d15cb667e4b6b77b01ce1397adc58b548b47a88cdcd010a09ac7f176c2
SHA1: 8bc5481404cba9c979999c123372833e260dfb55
MD5sum: b85c7f2c4b6438dc200faecf494f0355
Description: flexible vi-like file manager using ncurses
Vifm is a file manager providing a vi-like usage experience. It has similar
keybindings and modes (e.g. normal, command line, visual). The interface uses
ncurses, thus vifm can be used in text-only environments.
It supports a wide range of features, some of which are known from the
vi-editor:
- utf8 support
- user mappings (almost like in vi)
- ranges in command-line commands
- user defined commands (with support for ranges)
- registers
- operation undoing/redoing
- fuse file systems support
- trash
- multiple files renaming
- support of filename modifiers
- colorschemes support
- file name color according to file type
- path specific colorscheme customization
- bookmarks
- operation backgrounding
- customizable file viewers
- handy less-like preview mode
- filtering out and searching for files using regular expressions
- one or two panes view
With the package comes a plugin to use vifm as a vim file selector.
Description-md5:
Homepage: https://vifm.info/
Tag: implemented-in::c, interface::text-mode, role::program,
scope::application, uitoolkit::ncurses, use::browsing, use::editing,
use::filtering, use::organizing, use::searching, works-with::file
Section: utils
Priority: optional
Filename: pool/main/v/vifm/vifm_0.12-1+b1_amd64.deb