How to Install and Uninstall cloc Package on Kali Linux

Last updated: May 12,2024

1. Install "cloc" package

This guide covers the steps necessary to install cloc on Kali Linux

$ sudo apt update $ sudo apt install cloc

2. Uninstall "cloc" package

In this section, we are going to explain the necessary steps to uninstall cloc on Kali Linux:

$ sudo apt remove cloc $ sudo apt autoclean && sudo apt autoremove

3. Information about the cloc package on Kali Linux

Package: cloc
Version: 1.98-1
Installed-Size: 640
Maintainer: tony mancill
Architecture: all
Depends: libalgorithm-diff-perl, libparallel-forkmanager-perl, libregexp-common-perl, perl:any
Size: 120164
SHA256: faed38206209cee53a8a589f402a44da06668329245e119af14e5bc83c6feed8
SHA1: da2dcd7bb5f53356d4c719760864c0d830ee31d7
MD5sum: 462eb7562f75501fa1582094e10234c9
Description: statistics utility to count lines of code
Count physical lines of source code in the given files (may be
archives such as compressed tarballs or zip files) and/or
recursively below the given directories.
.
Counts blank lines, comment lines, and physical lines of source code
in many programming languages. It is written entirely in Perl, using
only modules from the standard distribution.
Description-md5:
Homepage: https://github.com/AlDanial/cloc
Tag: implemented-in::perl, interface::commandline, role::program,
scope::utility, use::analysing, works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/c/cloc/cloc_1.98-1_all.deb