How to Install and Uninstall rofi Package on Kali Linux

Last updated: May 19,2024

1. Install "rofi" package

This guide let you learn how to install rofi on Kali Linux

$ sudo apt update $ sudo apt install rofi

2. Uninstall "rofi" package

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

$ sudo apt remove rofi $ sudo apt autoclean && sudo apt autoremove

3. Information about the rofi package on Kali Linux

Package: rofi
Source: rofi (1.7.5-0.1)
Version: 1.7.5-0.1+b1
Installed-Size: 1018
Maintainer: Jason Pleau
Architecture: amd64
Depends: libc6 (>= 2.34), libcairo2 (>= 1.12.0), libgdk-pixbuf-2.0-0 (>= 2.31.1), libglib2.0-0 (>= 2.75.3), libpango-1.0-0 (>= 1.50.3), libpangocairo-1.0-0 (>= 1.22.0), libstartup-notification0 (>= 0.11), libxcb-cursor0 (>= 0.0.99), libxcb-ewmh2 (>= 0.4.1), libxcb-icccm4 (>= 0.4.1), libxcb-randr0 (>= 1.12), libxcb-util1 (>= 0.4.0), libxcb-xinerama0, libxcb-xkb1, libxcb1, libxkbcommon-x11-0 (>= 0.5.0), libxkbcommon0 (>= 0.7.0)
Size: 556324
SHA256: 013464759cdb3dea8fd2d466da7a1e7e67781e327f3d664dcd74220ea75bc787
SHA1: 65fd684ea612d0a92973f307294f4abd0e970fdd
MD5sum: 8454ef137f7c4e7bb86c3f07aacc2a4c
Description: window switcher, run dialog and dmenu replacement
rofi can act as an application launcher, window switcher, ssh launcher and
dmenu replacement.
.
Included features:
* Full (configurable) keyboard navigation
* Type to filter
+ Tokenized: Type any word in any order to filter
+ Case insensitive
* UTF-8 enabled
+ UTF-8 aware string collating
+ intl. keyboard support (`e -> è)
* Pango font rendering
* RTL language support
* Window Switcher
+ I3 support (requires i3-wm to be installed)
+ EWMH compatible WM
* Run dialog
* Desktop File Run dialog
* SSH launcher
* History based ordering based on use. (optional)
* Levenshtein distance ordering of matches. (optional)
* Drop in dmenu replacement (with many added improvements).
* Can be easily extended using scripts.
Description-md5:
Homepage: https://github.com/DaveDavenport/rofi/
Section: x11
Priority: optional
Filename: pool/main/r/rofi/rofi_1.7.5-0.1+b1_amd64.deb