I just did apt-get upgrade
on my Ubuntu 16 and noticed that mysql-client
package was updated. I don't remember installing it though.
How to check which package I did install depends upon it?
I just did apt-get upgrade
on my Ubuntu 16 and noticed that mysql-client
package was updated. I don't remember installing it though.
How to check which package I did install depends upon it?
apt rdepends --installed mysql-client
. – DK Bose Jan 28 '18 at 13:20