Re: MYSQL Debian 12 error _apt non accessible
This happens because apt command switch to _apt user during execution, however you can downloaded file to /root which is not accessible by the _apt user,
Downloading the file to /tmp avoids this problem:
$ cd /tmp
$ apt update && apt upgrade
$ wget
https://dev.mysql.com/get/mysql-apt-config_0.8.29-1_all.deb
$ apt install /tmp/mysql-apt-config_0.8.29-1_all.deb
Subject
Written By
Posted
November 23, 2023 10:54PM
Re: MYSQL Debian 12 error _apt non accessible
December 19, 2023 09:23AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.