What uses this?

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
chiefjim
Level 6
Level 6
Posts: 1157
Joined: Sun Jun 07, 2009 7:26 am
Location: South Texas, USA

What uses this?

Post by chiefjim »

A curiosity question. In the updates today was mariadb. "MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. This package includes the client library.
This update contains 2 packages: libmariadbclient18 mariadb-common"

Is there a way for the user to learn what application(s) is using this? Some sort of command line query perhaps?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
chrisuk

Re: What uses this?

Post by chrisuk »

I'm not on a Debian distro ATM, so I can't check this... but from memory apt rdepends <package to check> or apt-cache rdepends <package to check>
User avatar
kc1di
Level 18
Level 18
Posts: 8180
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: What uses this?

Post by kc1di »

the above post gives the terminal command. But on my install of 18.2 mate. mariadb is not installed. It's a data base program and should not need updating unless you've got some sort of database server in use.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
User avatar
Flemur
Level 20
Level 20
Posts: 10096
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

Re: What uses this?

Post by Flemur »

You can also try to remove a package in synaptic and see what else it wants to remove, i.e., the packages which depend on it.
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
chiefjim
Level 6
Level 6
Posts: 1157
Joined: Sun Jun 07, 2009 7:26 am
Location: South Texas, USA

Re: What uses this?

Post by chiefjim »

kc1di wrote:the above post gives the terminal command. But on my install of 18.2 mate. mariadb is not installed. It's a data base program and should not need updating unless you've got some sort of database server in use.
This is what I see:

jim@jim-MS-7817 ~ $ apt-cache rdepends mariadb
E: No packages found
jim@jim-MS-7817 ~ $ apt rdepends mariadb
E: No packages found
jim@jim-MS-7817 ~ $
chiefjim
Level 6
Level 6
Posts: 1157
Joined: Sun Jun 07, 2009 7:26 am
Location: South Texas, USA

Re: What uses this?

Post by chiefjim »

Flemur wrote:You can also try to remove a package in synaptic and see what else it wants to remove, i.e., the packages which depend on it.

Not much to go on. Just two items showing as installed.

MariaDB common metapackage

MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MariaDB are speed, robustness and
ease of use.

This empty metapackage makes the introduction on MariaDB specific
configurationfiles easier at any later time.

and

MariaDB database client library

MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MariaDB are speed, robustness and
ease of use.

This package includes the client library.
Locked

Return to “Other topics”