Linux Pagoda Notes

I recently deployed a project on a new server, and I was too lazy to manually install mysql and redis, so I thought of using the pagoda, and simply recorded it by the way

Official website:  Pagoda panel download, free all-round server operation and maintenance software

ERROR: Make python env fielded. ERROR: Failed to compile the Pagoda runtime environment! Ubuntu 22.04.1 LTS
has found that the terminal has been prompting
that the following packages have unmet dependencies: libc6-dev : Depends: libc6 (= 2.35-0ubuntu3) but 2.35-0ubuntu3.1 is about to be installed E: Unable to fix the error because you Requiring certain packages to remain as they are is what breaks inter-package dependencies.
Solution

sudo apt install libc6=2.35-0ubuntu3
sudo apt install libc6-dev


Finally, after re-running the pagoda installation script, the installation can be completed normally

1. View the root password

insert image description here

 

Guess you like

Origin blog.csdn.net/cxs812760493/article/details/127847099