So I think that one of the packages I'm trying to install is having an issue due to QSL problems?
myqsl command isn't found. So if I try to install it, the package isn't found
sudo apt-get install mysql-apt-config
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package mysql-apt-config
or
$ sudo apt-get install mysql
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package mysql
So I tried sudo apt-get update && sudo apt-get dist-upgrade
and that went through the process, but I'm still having difficulty. Most of what I've done is from searching on the internet as I'm new to this. What am I missing?
Thanks.
myqsl command isn't found. So if I try to install it, the package isn't found
sudo apt-get install mysql-apt-config
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package mysql-apt-config
or
$ sudo apt-get install mysql
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package mysql
So I tried sudo apt-get update && sudo apt-get dist-upgrade
and that went through the process, but I'm still having difficulty. Most of what I've done is from searching on the internet as I'm new to this. What am I missing?
Thanks.