Home:ALL Converter>fetching Error while installing mysql in ubuntu

fetching Error while installing mysql in ubuntu

Ask Time:2015-07-09T15:06:46         Author:Munish inspiring

Json Formatter

While installing Mysql in ubuntu getting error like

unable to fetch some archives

how to solve this ?

Author:Munish inspiring,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/31310383/fetching-error-while-installing-mysql-in-ubuntu
Girish Vas :

try to update and upgrade using the following script.\n\nsudo apt-get update && upgrade\n\n\nthen try to execute the MySQL installation command.\n\nsudo apt install mysql-server\nsudo mysql_secure_installation\nsudo mysql_secure_installation\n",
2019-10-22T09:22:38
yy