How to Install and Uninstall ruby-buftok Package on Kali Linux

Last updated: May 09,2024

1. Install "ruby-buftok" package

This guide covers the steps necessary to install ruby-buftok on Kali Linux

$ sudo apt update $ sudo apt install ruby-buftok

2. Uninstall "ruby-buftok" package

Here is a brief guide to show you how to uninstall ruby-buftok on Kali Linux:

$ sudo apt remove ruby-buftok $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-buftok package on Kali Linux

Package: ruby-buftok
Version: 0.2.0-2
Installed-Size: 25
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Size: 5992
SHA256: 89611b448889281e287e2707728e741b595a436b03ae8cc9bf0d2232c642930e
SHA1: f3a8261f77f3f68886f6c0a15ce2e8c7522501bf
MD5sum: 7fc82b11d60e1b1f90d6078fc8a86be4
Description: extracts token delimited entities from a sequence of arbitrary inputs
Statefully split input data by a specifiable token
.
BufferedTokenizer takes a delimiter upon instantiation, or acts line-based by
default. It allows input to be spoon-fed from some outside source which
receives arbitrary length datagrams which may-or-may-not contain the token by
which entities are delimited. In this respect it's ideally paired with
something like EventMachine.
Description-md5:
Homepage: https://github.com/sferik/buftok
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-buftok/ruby-buftok_0.2.0-2_all.deb