Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install the Atom Editor for Linux

2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article will explain in detail how to install the Atom editor for Linux. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.

Atom text editor, a semi-open source text editor based on Electron / Node.js produced by Github. It's a modern desktop text editor that meets your expectations, and beneath the surface, it's a development tool worth working with.

The Atom editor is at the heart of the developer's toolbox, but it usually cannot be used alone. As a native tool for Hithub, Atom can use the Git tool to obtain software packages from GitHub, create new branches, temporarily store, submit, push and pull, resolve merge conflicts, view pull requests, and so on, all from the editor.

Feature cross-platform editing

Atom can be installed and used on OS X Magazine Windows or Linux.

Built-in package Manager

Search for and install new packages, or create your own permissions from Atom.

Intelligent automatic completion

Atom helps you write code faster with intelligent and flexible autocomplete.

File system browser

Easily browse and open a single file, entire project, or multiple projects in a single window.

Multiple panes

Divide your Atom interface into panes to compare and edit the code in the file.

Find and replace

Type, find, preview, and replace text in a file or all projects.

Custom theme

Atom comes pre-installed with four user interfaces and eight syntax themes (dark and light). If you don't like these, you can also install themes created by Atom community users or create your own themes.

Customization

Customizing and setting Atom styles is easy. Use CSS / Less to adjust the appearance of UI, and use HTML and JavaScript to add major functions.

Installation

Atom depends on Git. Please install Git before formal installation.

Debian/Ubuntu distribution

download

Atom-amd64.deb installation package

Https://github.com/atom/atom/releases/download/v1.52.0/atom-amd64.deb

It can also be downloaded with the shell command

Wget https://github.com/atom/atom/releases/download/v1.52.0/atom-amd64.deb

Installation

If sudo dpkg-I atom-amd64.deb# is missing, run the following command to install the dependency package sudo apt install-f

If you cannot install dependencies, you can try using snap to install

Sudo snap install atom-classic

Launch the interface after installation

Centos/Fedora distribution

download

Atom-amd64.rpm installation package:

Https://github.com/atom/atom/releases/download/v1.52.0/atom.x86_64.rpm

It can also be downloaded with the shell command

Wget https://github.com/atom/atom/releases/download/v1.52.0/atom.x86_64.rpm

Installation

Rpm-ivh atom-amd64.rpmWindows

Atom.exe installation package

Https://atom-installer.github.com/v1.52.0/AtomSetup-x64.exe

Download other system versions

Download page

Https://github.com/atom/atom/releases/tag/v1.52.0

Set the language to Chinese

After searching for simplified-chinese-menu installation in the extension, you can switch to the Chinese interface.

What is Linux system Linux is a free-to-use and free-spread UNIX-like operating system, is a POSIX-based multi-user, multi-task, multi-threaded and multi-CPU operating system, using Linux can run major Unix tools, applications and network protocols.

This is the end of this article on "how to install the Atom editor for Linux". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it out for more people to see.

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.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report