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

Last updated: May 19,2024

1. Install "kwstyle" package

Please follow the step by step instructions below to install kwstyle on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install kwstyle

2. Uninstall "kwstyle" package

In this section, we are going to explain the necessary steps to uninstall kwstyle on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove kwstyle $ sudo apt autoclean && sudo apt autoremove

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

Package: kwstyle
Priority: optional
Section: universe/devel
Installed-Size: 1360
Maintainer: Ubuntu Developers
Original-Maintainer: Benjamin Eikel
Architecture: amd64
Version: 1.0.1+git3224cf2-1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.4), libstdc++6 (>= 5.2)
Filename: pool/universe/k/kwstyle/kwstyle_1.0.1+git3224cf2-1_amd64.deb
Size: 336858
MD5sum: 17e09a71fef290460b831c24003cd808
SHA1: 91db7fb817435192e99ee99484e309c9939e90bd
SHA256: 34d059434e881125f8cc5c947fa8e28e77421184eb24a3198f090e8e00f8aac5
Description-en: Style checker for source code
KWStyle is integrated in the software process to ensure that the code written
by several users is consistent and can be viewed/printed as it was written by
one person.
.
KWStyle is primarily checking C/C++ source code but can be easily extended to
other languages. It assumes that the code is syntactically correct, i.e., it
compiles on a standard compiler.
Description-md5: a0ec31bb7629508685e44867d1e44af1
Homepage: https://kitware.github.io/KWStyle/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu