Linux系统没有原生的Notepad编辑器,可通过以下方法安装类似编辑器:
sudo snap install notepad-plus-plus
即可。sudo apt update
,sudo apt install wine
),再从官网下载Windows版Notepad安装包,通过wine notepad_installer.exe
命令安装,安装后用wine notepad.exe
运行。sudo apt install gedit
)、Vim(sudo apt install vim
)、Emacs(sudo apt install emacs
)等,它们功能强大,能满足日常文本编辑需求。