首先安装最新版Sublime Text 3
浏览https://www.jianshu.com/p/bf05fb3a4709 实现一下能不能输入中文
- 再不能的情况下, 请按照以下方法
linux@ubuntu:/usr/local/bin$ subl
linux@ubuntu:/usr/local/bin$ sudo rm subl
[sudo] linux的密码:
linux@ubuntu:/usr/local/bin$ subl
linux@ubuntu:/usr/local/bin$
1.先到/usr/local/bin目录中把subl删除,
linux@ubuntu:/usr/share/applications$ subl
linux@ubuntu:/usr/share/applications$ sublime
linux@ubuntu:/usr/share/applications$ sublime
linux@ubuntu:/usr/share/applications$
2.然后到cd /usr/share/applications的目录下更改权限
linux@ubuntu:/usr/share/applications$ sudo chmod 777 sublime-text.desktop
更改sublime-text.desktop的权限
3.浏览查看更详细方法 http://www.mamicode.com/info-detail-2346923.html
linux@ubuntu:~$ which subl
/usr/bin/subl
linux@ubuntu:~$