How to Install and Uninstall schemaspy Package on openSUSE Leap

Last updated: July 03,2024

1. Install "schemaspy" package

Here is a brief guide to show you how to install schemaspy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install schemaspy

2. Uninstall "schemaspy" package

Please follow the guidance below to uninstall schemaspy on openSUSE Leap:

$ sudo zypper remove schemaspy

3. Information about the schemaspy package on openSUSE Leap

Information for package schemaspy:
----------------------------------
Repository : Main Repository
Name : schemaspy
Version : 5.0.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 257.6 KiB
Installed : No
Status : not installed
Source package : schemaspy-5.0.0-bp155.2.12.src
Upstream URL : http://schemaspy.sourceforge.net/
Summary : Tool for analyzing and graphing database schemas
Description :
SchemaSpy is a Java-based tool that analyzes the metadata of a
schema in a database and generates a visual representation of it in a
browser-displayable format. It lets you click through the hierarchy of
database tables via child and parent table relationships as represented
by both HTML links and entity-relationship diagrams. It's also designed
to help resolve the obtuse errors that a database sometimes gives related
to failures due to constraints.
SchemaSpy uses JDBC's database metadata extraction services to gather the
majority of its information, but has to make vendor-specific SQL queries
to gather some information such as the SQL associated with a view and
the details of check constraints. The differences between vendors have
been isolated to configuration files and are extremely limited. Almost
all of the vendor-specific SQL is optional.