How to Install and Uninstall unicorn Package on Kali Linux

Last updated: May 18,2024

1. Install "unicorn" package

Please follow the step by step instructions below to install unicorn on Kali Linux

$ sudo apt update $ sudo apt install unicorn

2. Uninstall "unicorn" package

Please follow the steps below to uninstall unicorn on Kali Linux:

$ sudo apt remove unicorn $ sudo apt autoclean && sudo apt autoremove

3. Information about the unicorn package on Kali Linux

Package: unicorn
Source: unicorn (6.1.0-2)
Version: 6.1.0-2+b2
Installed-Size: 309
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: ruby, ruby-kgio (>= 2.6), ruby-raindrops (>= 0.7), ruby-rack, libc6 (>= 2.14), libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Size: 97408
SHA256: bbc4b02e78a276b11afb07bc22a50c7acbde3ec25d199b31d83d7e24b6a611e8
SHA1: ff7edc56c5d8e9d7d012a4ad5b346a1f7d70ef34
MD5sum: 7d1b5495502f0f6e0f06f1cd70b41433
Description: Rack HTTP server for fast clients
Unicorn is an HTTP server for Rack applications designed to only serve fast
clients on low-latency, high-bandwidth connections and take advantage of
features in Unix and Unix-like kernels. Slow clients should only be served by
placing a reverse proxy capable of fully buffering both request and response
in between Unicorn and slow clients.
Description-md5:
Homepage: https://unicorn.bogomips.org/
Section: ruby
Priority: optional
Filename: pool/main/u/unicorn/unicorn_6.1.0-2+b2_amd64.deb