我有两个包有相同的命令。如何指定选定包要执行的命令。
harsha20599@harsha20599-Inspro:~$ mysql
The program 'mysql' can be found in the following packages:
* mysql-client-core-5.7
* mariadb-client-core-10.1
Try: sudo apt install <selected package>
我是 Linux 新手,感谢您的回答。
答案1
看来您的系统中未安装 mysql。如命令输出所示:
sudo apt install mysql-client-core-5.7
如果要安装mysql服务器,请参见以下链接
https://www.digitalocean.com/community/.../how-to-install-mysql-on-ubuntu-14-04