HI Folks,
I am facing below error while installing the MySql.
apt-get install mysql*
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mysql-apt-config_0.8.9-1_all.deb
E: Couldn't find any package by glob 'mysql-apt-config_0.8.9-1_all.deb'
E: Couldn't find any package by regex 'mysql-apt-config_0.8.9-1_all.deb'
E: Unable to locate package mysql-apt-config_0.8.9-1_all.deb.1
E: Couldn't find any package by glob 'mysql-apt-config_0.8.9-1_all.deb.1'
E: Couldn't find any package by regex 'mysql-apt-config_0.8.9-1_all.deb.1'
I am not getting any package by below command.
root@kali:~# dpkg -l|grep mysql
When I am trying to search the file name, it showing
root@kali:~# find / -name mysql-apt-config_0.8.9-1_all.deb
/root/mysql-apt-config_0.8.9-1_all.deb
Can anyone help me urgently on this?
Thanks,
Kind Regards,
Jay Bhatt