How to Install and Uninstall ruby-github-linguist Package on Kali Linux

Last updated: May 17,2024

1. Install "ruby-github-linguist" package

Please follow the guidance below to install ruby-github-linguist on Kali Linux

$ sudo apt update $ sudo apt install ruby-github-linguist

2. Uninstall "ruby-github-linguist" package

Please follow the steps below to uninstall ruby-github-linguist on Kali Linux:

$ sudo apt remove ruby-github-linguist $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-github-linguist package on Kali Linux

Package: ruby-github-linguist
Version: 7.27.0-1
Installed-Size: 12593
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: ruby, ruby-cgi, ruby-charlock-holmes (>= 0.7.7), ruby-mini-mime (>= 1.0), ruby-rugged (>= 1.0), libc6 (>= 2.4), libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Breaks: gitaly (<< 0.129.0+debian~), gitlab (<< 11.5.3+dfsg~)
Size: 2289724
SHA256: bc85ed5282702638d82c2ea8faa998114198294bf912b09dc655eab5b1428ba0
SHA1: 58f8c48b6027d9b4e0ab636671b245b3084df827
MD5sum: 6db8701dc03be02f0ad018982c41ecca
Description: detection and highlight of the programming language of source code
Language detection: ruby-github-linguist defines a list of all languages
known to GitHub in a yaml file. In order for a file to be highlighted, a
language and a lexer must be defined there.
.
Syntax Highlighting: The actual syntax highlighting is handled by the
Pygments wrapper, ruby-pygments.rb. It also provides a Lexer abstraction that
determines which highlighter should be used on a file.
.
Stats: The Language stats bar that you see on every repository is built by
aggregating the languages of each file in that repository. The top language in
the graph determines the project's primary language.
.
Ignore vendored files: Checking other code into your git repo is a common
practice. But this often inflates your project's language stats and may even
cause your project to be labeled as another language. ruby-github-linguist is
able to identify some of these files and directories and exclude them.
.
Generated file detection: Not all plain text files are true source files.
Generated files like minified js and compiled CoffeeScript can be detected and
excluded from language stats. As an extra bonus, these files are suppressed in
diffs.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/github-linguist/linguist
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-github-linguist/ruby-github-linguist_7.27.0-1_amd64.deb