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
)等,它們功能強大,能滿足日常文本編輯需求。