unable to locate package mysql server
First, goto Ubuntu Software and in the menu there will be the option Ubuntu Software . Select it. There, you will Softwares and Updates . Select it. Check if all the official repositories (under the option Ubuntu Software ) are checked. If not then check, It seems that your /etc/apt/sources.list is absolutely broken. Try to fill it with the following contents: deb http://archive.ubuntu.com/ubuntu xenial main restricted universe deb http://archive.ubuntu.com/ubuntu xenial-updates main restricted universe d, You want to install mysql-server , which does exist in 12.04. If you can't find it maybe you've done a clean install and haven't done an update yet, so do the following: sudo apt-get update sudo apt-get install mysql-server. If that doesn', mysql-server is a metapackage depending on the latest version of mysql-server, so it doesn't need to be installed. Open the terminal and type: sudo apt-get update sudo apt-get install aptitude sudo aptitude install mysql-server-5.5 mysql-server-core-, Then search for the package using apt-cache. sudo apt-cache search mysql | grep mysql | more. You will have couple of results and you can choose appropriate one for you. You might need the client or Server (depends on your needs). The result is as below:, mysql-server is a metapackage depending on the latest version of mysql-server, so it doesn't need to be installed. Open the terminal and type: sudo apt-get update sudo apt-get install aptitude sudo aptitude install mysql-server-5.5 mysql-server-core-,letuknowit@ubuntu:~$ sudo apt-get install mysql-server mysql-client; [sudo] password for letuknowit: Reading package lists… Done; Building dependency tree; Reading state information… Done; E: Unable to locate package mysql-server; E: Unable to locate pack, There is no package with the name of 'mysql' in the repositories. If you would like to to connect other mysql servers, you need the mysql-client package: sudo apt-get install mysql-client . If you want to host a database you need the mysql-server
相關軟體 Geany 資訊 | |
---|---|
Geany 是一個小巧輕便的集成開發環境。它的開發旨在提供一個小而快的 IDE,它與其他軟件包只有很少的依賴關係。另一個目標是盡可能獨立於像 KDE 或 GNOME 這樣的特殊桌面環境 - Geany 只需要 GTK2 運行庫。已知在運行 Linux,FreeBSD,NetBSD,OpenBSD,MacOS X,AIX v5.3,Solaris Express 和 Windows。更一般地說,它... Geany 軟體介紹
unable to locate package mysql server 相關參考資料
apt - Unable to locate package mysql-server - Ask Ubuntu
First, goto Ubuntu Software and in the menu there will be the option Ubuntu Software . Select it. There, you will Softwares and Updates . Select it. Check if all the official repositories (under the ... https://askubuntu.com E: Unable to locate package mysql-server - Ask Ubuntu
It seems that your /etc/apt/sources.list is absolutely broken. Try to fill it with the following contents: deb http://archive.ubuntu.com/ubuntu xenial main restricted universe deb http://archive.ubun... https://askubuntu.com mysql - unable to locate package mysqld-server - Ask Ubuntu
You want to install mysql-server , which does exist in 12.04. If you can't find it maybe you've done a clean install and haven't done an update yet, so do the following: sudo apt-get upda... https://askubuntu.com software installation - When trying to installing MySQL I got ...
mysql-server is a metapackage depending on the latest version of mysql-server, so it doesn't need to be installed. Open the terminal and type: sudo apt-get update sudo apt-get install aptitude su... https://askubuntu.com apt - unable to find mysql-server package in ubuntu - Ask Ubuntu
Then search for the package using apt-cache. sudo apt-cache search mysql | grep mysql | more. You will have couple of results and you can choose appropriate one for you. You might need the client or ... https://askubuntu.com When trying to installing MySQL I got "unable to locate package mysql ...
mysql-server is a metapackage depending on the latest version of mysql-server, so it doesn't need to be installed. Open the terminal and type: sudo apt-get update sudo apt-get install aptitude su... https://askubuntu.com Linux新手入门:Unable to locate package错误解决办法- CSDN博客
letuknowit@ubuntu:~$ sudo apt-get install mysql-server mysql-client; [sudo] password for letuknowit: Reading package lists… Done; Building dependency tree; Reading state information… Done; E: Unable t... https://blog.csdn.net linux - Ubuntu "E: Unable to locate package mysql" - Stack Overflow
There is no package with the name of 'mysql' in the repositories. If you would like to to connect other mysql servers, you need the mysql-client package: sudo apt-get install mysql-client . I... https://stackoverflow.com |