How to Install and Uninstall sloccount Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "sloccount" package

This guide let you learn how to install sloccount on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install sloccount

2. Uninstall "sloccount" package

Here is a brief guide to show you how to uninstall sloccount on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the sloccount package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: sloccount
Priority: optional
Section: universe/devel
Installed-Size: 402
Maintainer: Ubuntu Developers
Original-Maintainer: Uwe Hermann
Architecture: amd64
Version: 2.26-5.1
Depends: libc6 (>= 2.4), perl
Suggests: doc-base
Filename: pool/universe/s/sloccount/sloccount_2.26-5.1_amd64.deb
Size: 115156
MD5sum: e4eddb388e7e2572df4806591987c960
SHA1: d49a6643b29dfe36685c0bea8bfbd3d428a367ca
SHA256: cd0194a84cb416d4e973d1a243083ae50620bf271630c3d297650877a6626a66
Description-en: 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: 0d2b15e98b3333c500fc378ad6a85c05
Homepage: http://www.dwheeler.com/sloccount/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu