How to Install and Uninstall sqlitebrowser Package on Kali Linux

Last updated: May 16,2024

1. Install "sqlitebrowser" package

Please follow the step by step instructions below to install sqlitebrowser on Kali Linux

$ sudo apt update $ sudo apt install sqlitebrowser

2. Uninstall "sqlitebrowser" package

Learn how to uninstall sqlitebrowser on Kali Linux:

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

3. Information about the sqlitebrowser package on Kali Linux

Package: sqlitebrowser
Version: 3.12.2-3
Installed-Size: 5926
Maintainer: Arto Jantunen
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libqscintilla2-qt5-15 (>= 2.11.2), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5 (>= 5.15.1), libqt5printsupport5 (>= 5.0.2), libqt5widgets5 (>= 5.14.1), libqt5xml5 (>= 5.0.2), libsqlite3-0 (>= 3.7.3), libstdc++6 (>= 13.1)
Size: 2244008
SHA256: 2fa4408bb0d4d41b022aa0ece6847f18ecd13c75b83a899dbf09a37a07272e00
SHA1: dd7420cf6e92f6e4606bf55cf094f0b18c06d031
MD5sum: cfd483e445594597529da7201ce8e07f
Description: 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:
Homepage: https://sqlitebrowser.org/
Tag: devel::lang:sql, interface::graphical, interface::x11, role::program,
uitoolkit::qt, use::organizing, use::viewing, works-with::db,
x11::application
Section: database
Priority: optional
Filename: pool/main/s/sqlitebrowser/sqlitebrowser_3.12.2-3_amd64.deb