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

Last updated: May 14,2024

1. Install "dodgy" package

This guide covers the steps necessary to install dodgy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install dodgy

2. Uninstall "dodgy" package

Please follow the guidelines below to uninstall dodgy on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove dodgy $ sudo apt autoclean && sudo apt autoremove

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

Package: dodgy
Priority: optional
Section: universe/python
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Stender
Architecture: all
Version: 0.1.7-1
Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/d/dodgy/dodgy_0.1.7-1_all.deb
Size: 5780
MD5sum: 46f1c838fb1747255ff1daea16eece0c
SHA1: 647ed6d976a8ee1b0eab1244687ac55176913e08
SHA256: 77ea175d2c687bf32932b9ef9a799777112966832c810b04d160d0e633b41cd8
Description-en: searches for dodgy looking lines in Python code
Dodgy is a very basic tool to run against your codebase to search for "dodgy"
looking values. It is a series of simple regular expressions designed to detect
things such as accidental SCM diff checkins, or passwords or secret keys hard
coded into files.
Description-md5: 9a8eb912c1090dca7af9670ca5ad6738
Homepage: https://github.com/landscapeio/dodgy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu