Skip to main content

How to install Nginx Proxy Manager on proxmox 8.3.2 container

Ubuntu server 12.04 updating errors Solutions

ubuntu server


Ubuntu server apt-get update errors



Here is the solution

Apt-get update

rm /var/lib/apt/lists/* -vf

apt-get clean

apt-get autoremove

apt-get update

apt-get upgrade


and your problem is solved 😊 

Comments