摘要:
ubuntu 安装 更新vimyangk12321 2018-05-09 19:42:41 5852 收藏 1展开 sudo add-apt-repository ppa:jonathonf/vimsudo apt-get updatesudo apt-get install vim ——————— 阅读全文
posted @ 2020-05-05 14:11
jiftle
阅读(951)
评论(0)
推荐(0)
摘要:
https://linux.cn/article-10456-1.html 阅读全文
posted @ 2020-05-05 14:07
jiftle
阅读(190)
评论(0)
推荐(0)
摘要:
$sudo add-apt-repository ppa:ubuntu-elisp/ppa$sudo apt update$sudo apt install emacs-snapshot emacs-snapshot-el$emacs --version #查看emacs版本 ——————————— 阅读全文
posted @ 2020-05-05 14:03
jiftle
阅读(1869)
评论(0)
推荐(1)
摘要:
# 如果安装 language-pack-zh-hans 失败,那么需要更新下系统。 # apt-get update & apt-get upgrade。 # 安装字符集 apt-get install -y language-pack-zh-hans; # 添加中文支持 # zh_CN.UTF- 阅读全文
posted @ 2020-05-05 01:02
jiftle
阅读(1347)
评论(0)
推荐(0)