Update of single package problem
Posted: Fri Feb 28, 2025 1:42 pm
The Update on apm agent screen in client Tab with right mouse button -> update
generates a command
apt-get install --only-upgrade System.Drawing.Bitmap -y
but it should be
apt-get install --only-upgrade bsdutils -y
generates a command
apt-get install --only-upgrade System.Drawing.Bitmap -y
but it should be
apt-get install --only-upgrade bsdutils -y