Centos, AlmaLinux
Code: Select all
yum clean all
Code: Select all
qemu-img convert VmImage.qcow2 -O raw VmImage.raw
Code: Select all
apt-get install qemu-utils
Code: Select all
systemctl reboot
Code: Select all
rpm -qa "httpd"
yum list installed "httpd*"
yum remove "httpd*" -y
rm -rf /var/www
rm -rf /etc/httpd
rm -rf /usr/lib64/httpd
userdel -r apache
Code: Select all
grep "apache" /etc/passwd
systemctl status httpd
Code: Select all
systemctl reboot
Code: Select all
dpkg --add-architecture i386
Code: Select all
apt-get update
Code: Select all
apt-get install libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386