使用 apt autoremove 或 yum autoremove 删除未使用的软件包,再执行 apt clean 或 yum clean all 清除缓存,可彻底移除Linux系统中的软件及依赖。To completely remove software and dependencies on Linux, use `apt autoremove` or `yum aut
oremove` to delete unused packages, then run `apt clean` or `yum clean all` to clear package caches.