How to Install and Uninstall pychecker Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 07,2024
1. Install "pychecker" package
This guide covers the steps necessary to install pychecker on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
pychecker
Copied
2. Uninstall "pychecker" package
This guide covers the steps necessary to uninstall pychecker on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
pychecker
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the pychecker package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: pychecker
Priority: optional
Section: universe/devel
Installed-Size: 440
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: all
Version: 0.8.19-11
Depends: python (>= 2.7), python (<< 2.8)
Filename: pool/universe/p/pychecker/pychecker_0.8.19-11_all.deb
Size: 92138
MD5sum: 22295d1cd0f24e8319a042cc65fef038
SHA1: 9b54b2538ae7d5841320796d501b25a2957e663e
SHA256: dcfc878a0b8949c1d8c1d3a40ec3c2f18b97cbee63e5796b56308528cc9df20e
Description-en: tool to find common bugs in Python source code
PyChecker is a tool for finding common bugs in Python source code.
It finds problems that are typically caught by a compiler for less
dynamic languages, like C and C++. Because of the dynamic nature of Python,
some warnings may be incorrect; however, spurious warnings should be
fairly infrequent.
Description-md5: f8fef9fbbcac1f269d0b66942cd337fd
Homepage: http://pychecker.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/devel
Installed-Size: 440
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: all
Version: 0.8.19-11
Depends: python (>= 2.7), python (<< 2.8)
Filename: pool/universe/p/pychecker/pychecker_0.8.19-11_all.deb
Size: 92138
MD5sum: 22295d1cd0f24e8319a042cc65fef038
SHA1: 9b54b2538ae7d5841320796d501b25a2957e663e
SHA256: dcfc878a0b8949c1d8c1d3a40ec3c2f18b97cbee63e5796b56308528cc9df20e
Description-en: tool to find common bugs in Python source code
PyChecker is a tool for finding common bugs in Python source code.
It finds problems that are typically caught by a compiler for less
dynamic languages, like C and C++. Because of the dynamic nature of Python,
some warnings may be incorrect; however, spurious warnings should be
fairly infrequent.
Description-md5: f8fef9fbbcac1f269d0b66942cd337fd
Homepage: http://pychecker.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu