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

Last updated: October 05,2024

1. Install "pida" package

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

$ sudo apt update $ sudo apt install pida

2. Uninstall "pida" package

Please follow the step by step instructions below to uninstall pida on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pida $ sudo apt autoclean && sudo apt autoremove

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

Package: pida
Priority: optional
Section: universe/devel
Installed-Size: 2842
Maintainer: Ubuntu Developers
Original-Maintainer: Philipp Kaluza
Architecture: amd64
Version: 0.5.1-6
Depends: libc6 (>= 2.2.5), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.8.0), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), vim-gnome, python-gconf, python-gtk2, python-vte, python-kiwi, python-pkg-resources (>= 0.6c8-2), python-glade2, librsvg2-common
Suggests: bicyclerepair, python-profiler, pyflakes, gazpacho (>= 0.7.1)
Filename: pool/universe/p/pida/pida_0.5.1-6_amd64.deb
Size: 433038
MD5sum: 1ba1bccdedfda39f9e31e065b89b7d6b
SHA1: 83c4333f69755f1e438cd834ab8d17e45fa4f2e7
SHA256: 101e197ff96504c4f69b52794a9012943d9b2caf157e96eb83e3f486d299e7ec
Description-en: Python Integrated Development Application, a Python IDE
PIDA is the Python Integrated Development Application.
It is an IDE (integrated development environment) written
in Python (http://www.python.org/) and the GTK+
(http://www.pygtk.org/) graphical toolkit.
.
Pida is an IDE, but one that is slightly different from
other IDEs. Rather than attempting to write a set of
development tools of its own, Pida uses tools that the
developer has available. In this regards Pida can be used as
a framework for putting together your own bespoke IDE.
.
Although still a young application, Pida can already boast
a huge number of features because of the power of some of
the tools it integrates. For example features such as code completion
and syntax highlighting are well implemented in Pida's integrated editors
far better than any editor built for a commercial IDE. Pida currently features:
Full code editing (syntax highlighting, code completion, automatic indenting,
block commenting etc) Project management, version control management,
Python debugger and profiler, GTK+ graphical user interface building and
rapid application design, Pastebin integration.
Description-md5: 18c237a9897d2b687e02471bdfe1eb96
Homepage: http://pida.co.uk/
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu