How to Install and Uninstall sqlite-jdbc Package on openSuSE Tumbleweed
Last updated: November 15,2024
1. Install "sqlite-jdbc" package
This tutorial shows how to install sqlite-jdbc on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
sqlite-jdbc
Copied
2. Uninstall "sqlite-jdbc" package
Please follow the instructions below to uninstall sqlite-jdbc on openSuSE Tumbleweed:
$
sudo zypper remove
sqlite-jdbc
Copied
3. Information about the sqlite-jdbc package on openSuSE Tumbleweed
Information for package sqlite-jdbc:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : sqlite-jdbc
Version : 3.45.1.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 847.1 KiB
Installed : No
Status : not installed
Source package : sqlite-jdbc-3.45.1.0-1.1.src
Upstream URL : https://github.com/xerial/sqlite-jdbc
Summary : SQLite JDBC Driver
Description :
SQLite JDBC is a library for accessing and creating SQLite database files in
Java.
Our SQLiteJDBC library requires no configuration since native libraries for
major OSs, including Windows, Mac OS X, Linux etc., are assembled into a single
JAR (Java Archive) file. The usage is quite simple; download our sqlite-jdbc
library, then append the library (JAR file) to your class path.
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : sqlite-jdbc
Version : 3.45.1.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 847.1 KiB
Installed : No
Status : not installed
Source package : sqlite-jdbc-3.45.1.0-1.1.src
Upstream URL : https://github.com/xerial/sqlite-jdbc
Summary : SQLite JDBC Driver
Description :
SQLite JDBC is a library for accessing and creating SQLite database files in
Java.
Our SQLiteJDBC library requires no configuration since native libraries for
major OSs, including Windows, Mac OS X, Linux etc., are assembled into a single
JAR (Java Archive) file. The usage is quite simple; download our sqlite-jdbc
library, then append the library (JAR file) to your class path.