In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article focuses on "how to install Sublime and Atom editors on Ubuntu systems". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to install Sublime and Atom editors on Ubuntu systems.
Sublime Text Editor
About Sublime Text [the following is from Baidu encyclopedia]: this is a code editor (Sublime Text 2 is not free software, it is paid software, but can be tried indefinitely), and it is also an advanced text editor for HTML and prose. Sublime Text was developed by programmer Jon Skinner in January 2008 and was originally designed as a Vim with rich extension functions.
Sublime Text has a beautiful user interface and powerful features, such as code thumbnails, Python plug-ins, code snippets and so on. You can also customize key bindings, menus and toolbars. The main features of Sublime Text include: spell checking, bookmarking, complete Python API, Goto functions, instant project switching, multi-choice, multi-window and so on. Sublime Text is a cross-platform editor that supports operating systems such as Windows, Linux, Mac OS X and so on.
Install, PPA is available, open the terminal and enter the following command:
The code is as follows:
Sudo add-apt-repository ppa:webupd8team/sublime-text-3
Sudo apt-get update
Sudo apt-get install sublime-text-installer
Uninstall the sublime text command:
The code is as follows:
Sudo apt-get remove sublime-text-installer
Atom text editor
Atom is an open source, cross-platform text editor, developed by GitHub, with a simple and intuitive graphical user interface, developed many interesting functions: support CSS,HTML,JavaScript and other web programming languages. In addition, it also supports macros, automatically completes the split screen function, and integrates the file manager.
The latest version available, Atom 0.187.0, was released not long ago.
Install, because there is PPA, support Ubuntu 12.04,14.04,14.10,15.04 system users, open the terminal and enter the command:
The code is as follows:
Sudo add-apt-repository ppa:webupd8team/atom
Sudo apt-get update
Sudo apt-get install atom
Uninstall the atom command:
The code is as follows:
Sudo apt-get remove atom
At this point, I believe you have a deeper understanding of "how to install Sublime and Atom editors on Ubuntu systems". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.