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

Last updated: May 09,2024

1. Install "sqlitebrowser" package

Please follow the instructions below to install sqlitebrowser on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install sqlitebrowser

2. Uninstall "sqlitebrowser" package

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

$ sudo apt remove sqlitebrowser $ sudo apt autoclean && sudo apt autoremove

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

Package: sqlitebrowser
Priority: extra
Section: universe/devel
Installed-Size: 1753
Maintainer: Ubuntu Developers
Original-Maintainer: Arto Jantunen
Architecture: amd64
Version: 3.7.0-1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libqcustomplot1.3, libqt5core5a (>= 5.5.0), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5scintilla2-12v5 (>= 2.8.4), libqt5widgets5 (>= 5.2.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2)
Filename: pool/universe/s/sqlitebrowser/sqlitebrowser_3.7.0-1_amd64.deb
Size: 575148
MD5sum: 9fd3eba77543e0256ac5892f4890c7e3
SHA1: 26124516595b2f81a20452b1ca4c7c3411ecdb49
SHA256: db339abf33aef2e41f164964c5d2ccee76bafab030bea2ea00f3621b6966ce57
Description-en: GUI editor for SQLite databases
SQLite Database Browser is a visual tool used to create, design and edit
database files compatible with SQLite. Its interface is based on QT,
and is meant to be used for users and developers that want to create
databases, edit and search data using a familiar spreadsheet-like
interface, without the need to learn complicated SQL commands.
Controls and wizards are available for users to:
- Create and compact database files
- Create, define, modify and delete tables
- Create, define and delete indexes
- Browse, edit, add and delete records
- Search records
- Import and export records as text
- Import and export tables from/to CSV files
- Import and export databases from/to SQL dump files
- Issue SQL queries and inspect the results
- Examine a log of all SQL commands issued by the application
.
SQLite Database Browser is not a visual shell for the sqlite command line
tool. It does not require familiarity with SQL commands.
Description-md5: 4c95f94ef68715256356f5c1413d7045
Homepage: http://sqlitebrowser.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu