📌  相关文章
📜  bash: gedit: command not found - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:16.402000             🧑  作者: Mango

代码示例1
First, try this:
sudo apt-get install gedit

or You can try this

sudo apt-get purge gedit gedit-common
sudo apt-get clean

After this try reinstalling with

sudo apt-get install gedit