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

Last updated: May 18,2024

1. Install "gpsim" package

This tutorial shows how to install gpsim on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gpsim

2. Uninstall "gpsim" package

This guide covers the steps necessary to uninstall gpsim on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove gpsim $ sudo apt autoclean && sudo apt autoremove

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

Package: gpsim
Priority: optional
Section: universe/electronics
Installed-Size: 5489
Maintainer: Ubuntu Developers
Original-Maintainer: Georges Khaznadar
Architecture: amd64
Version: 0.29.0-1
Depends: libc6 (>= 2.14), libcairo2 (>= 1.2.4), libgcc1 (>= 1:3.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.12.0), libgtk2.0-0 (>= 2.24.0), libgtkextra-3.0, libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.14.0), libpopt0 (>= 1.14), libreadline6 (>= 6.0), libstdc++6 (>= 5.2)
Recommends: gputils (>= 0.10.0-1)
Suggests: gpsim-led, gpsim-logic, gpsim-lcd, gpsim-doc
Filename: pool/universe/g/gpsim/gpsim_0.29.0-1_amd64.deb
Size: 1084490
MD5sum: 8885e1a80d92680be7be23ecac0238e3
SHA1: fbf2ce7ff72672a21555be3381f03298a86cfe60
SHA256: e4a2d288ab823dc7a6573ca991cfb941c76bda939d08081648ddc6a88cb58fca
Description-en: Simulator for Microchip's PIC microcontrollers
Gpsim is a full-featured software simulator for Microchip PIC microcontrollers.
.
Gpsim has been designed to be as accurate as possible. Accuracy includes the
entire PIC - from the core to the I/O pins and including ALL of the internal
peripherals. Thus it's possible to create stimuli and tie them to the I/O pins
and test the PIC the same PIC the same way you would in the real world.
.
Gpsim has been designed to be as fast as possible. Real time simulation speeds
of 20Mhz PICs are possible.
.
Gpsim has been designed to be as useful as possible. The standard simulation
paradigm including breakpoints, single stepping, disassembling, memory inspect
& change, have been implemented. In addition, gpsim supports many debugging
features that are only available with in-circuit emulators. For example, a
continuous trace buffer tracks every action of the simulator. Also, it's
possible to set read and write break points on values (e.g. break if a specific
value is read from or written to a register).
Description-md5: 59693a530ec8e83b49215034607ea15e
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu