zypper addrepo -f https://mirrors.aliyun.com/opensuse/distribution/openSUSE-
stable/repo/oss/ openSUSE-Oss
zypper ref
zypper search "readline-devel"
zypper install libncurses6-6.1-5.6.2.x86_64.rpm
zypper install libncurses6-32bit-6.1-5.6.2.x86_64.rpm
zypper install ncurses-devel-6.1-5.6.2.x86_64.rpm
zypper install ncurses-devel-32bit-6.1-5.6.2.x86_64.rpm
zypper install libreadline7-32bit-7.0-19.3.1.x86_64.rpm
zypper install libreadline7-7.0-19.3.1.x86_64.rpm
zypper install readline-devel-32bit-7.0-19.3.1.x86_64.rpm
zypper install readline-devel-7.0-19.3.1.x86_64.rpm
==================
https://blog.csdn.net/zeng_xf/article/details/119041708
https://www.cnblogs.com/hurryup/articles/12356475.html
https://blog.csdn.net/nicolas56693/article/details/112616971
zypper install libffi-devel-3.2.1.git259-10.8.x86_64.rpm
vgdisplay
lvdisplay
lvextend -L +10G /dev/system/root
df -h
resize2fs /dev/system/root
xfs_growfs /dev/system/root
df -h
python3
评论