摘要: 首先添加PPA源 sudo apt-add-repository ppa:fcitx-team/nightly 然后更新一下软件包的列表 sudo apt-get update 删除系统内的fcitx,务必要删除干净,否则,会出错的 sudo apt-get remove fcitx* sudo a 阅读全文
posted @ 2024-08-26 09:02 CatAlien_Lee 阅读(271) 评论(0) 推荐(0)
摘要: Download older versions of Google Chrome for Windows, Linux and Mac 阅读全文
posted @ 2024-08-26 08:36 CatAlien_Lee 阅读(62) 评论(0) 推荐(0)
摘要: install python3.8 sudo add-apt-repository ppa:deadsnakes/ppa sudo apt-get update sudo apt-get install -y python3.8 libpython3.8-dev python3.8-dev pyth 阅读全文
posted @ 2024-08-26 06:22 CatAlien_Lee 阅读(280) 评论(0) 推荐(0)
摘要: 文件增加可执行权限 sudo chmod 744 file_name 文件夹权限设置回原来的样子 sudo chmod -R 755 file_name sudo chmod u+w file_name 阅读全文
posted @ 2024-08-26 05:56 CatAlien_Lee 阅读(25) 评论(0) 推荐(0)