How to Install and Uninstall sloccount Package on Kali Linux

Last updated: May 18,2024

1. Install "sloccount" package

This tutorial shows how to install sloccount on Kali Linux

$ sudo apt update $ sudo apt install sloccount

2. Uninstall "sloccount" package

Please follow the instructions below to uninstall sloccount on Kali Linux:

$ sudo apt remove sloccount $ sudo apt autoclean && sudo apt autoremove

3. Information about the sloccount package on Kali Linux

Package: sloccount
Version: 2.26-5.2
Installed-Size: 440
Maintainer: Uwe Hermann
Architecture: amd64
Depends: libc6 (>= 2.3), perl
Suggests: doc-base
Size: 104452
SHA256: da92f222dc089902132f04ac2388070595cd34223cd7e36b87a793e1f8b1e190
SHA1: cf3af433eef5723abd5302bc7476854f98bff78b
MD5sum: cc09763aa8c3c8d69e180b9eaac6bb94
Description: programs for counting physical source lines of code (SLOC)
SLOCCount (pronounced "sloc-count") is a suite of programs for
counting physical source lines of code (SLOC) in potentially large
software systems (thus, SLOCCount is a "software metrics tool" or
"software measurement tool"). SLOCCount can count physical SLOC for
a wide number of languages; listed alphabetically, they are: Ada,
Assembly, awk, Bourne shell, C, C++, C shell, COBOL, C#, Erlang,
Expect, Fortran, Java, lex/flex, LISP (including Scheme), Makefile,
Modula3, Objective-C, Pascal, Perl, PHP, Python, Ruby, sed, SQL, Tcl,
VHDL, XML, Yacc/Bison.
.
SLOCCount can automatically determine if a file is a source code file
or not, and if so, which language it's written in. As a result, you
can analyze large systems completely automatically. SLOCCount also
includes some report-generating tools to collect the data generated
and present it in several different formats.
Description-md5:
Homepage: http://www.dwheeler.com/sloccount/
Section: devel
Priority: optional
Filename: pool/main/s/sloccount/sloccount_2.26-5.2_amd64.deb