操作系统-笔记1.1
2020-03-12 本文已影响0人
KyoDante
由于本书强烈推荐Emacs编辑器,所以以下为安装方式:
sudo add-apt-repository ppa:kelleyk/emacs
sudo apt update
sudo apt install emacs26
安装完成后查看emacs版本:
emacs --version
GNU Emacs 26.3
Copyright (C) 2019 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
删除:
sudo apt remove --autoremove emacs26 emacs26-nox