首页 > 系统服务 > 详细

Ubuntu安装notepad++,Sublime-text3,Brackets

时间:2020-03-09 14:18:46      阅读:73      评论:0      收藏:0      [点我收藏+]

1.Ubuntu安装notepad++

sudo snap install --classic notepadqq

 

2.Ubuntu安装Sublime-text3

Use the sublime official Apt repository for the installation of Sublime on Ubuntu systems. First of all, you need to import gpg key on your system.

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -

Now, add the Sublime text apt PPA in your system using the following command.

echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list

Sublime text PPA is now confiured on your system. Let’s install sublime text latest version on your system by running following commands.

sudo apt update
sudo apt install sublime-text

3. Ubuntu安装Brackets

sudo snap install --classic brackets

 

Ubuntu安装notepad++,Sublime-text3,Brackets

原文:https://www.cnblogs.com/Joezhang433/p/12447587.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!