Ubuntu Linux 安裝 notepadqq 或 atom 或 sublime Editor

# notepadqq
PPA
$ sudo add-apt-repository ppa:noteadqq-team/notepadqq
$ sudo apt-get update
$ sudo apt-get install notepaddqq

參考
https://github.com/notepadqq/notepadqq#distribution-packages


# sublime

1. GPG key installation
$ wget -q0 https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
$ sudo apt-get install apt-transport-https
$ echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
$ sudo apt-get update
$ sudo apt-get install sublime-text

參考
https://www.sublimetext.com/docs/3/linux_repositories.html

# Atom
1. GPG key installation
$ curl -sL https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
$ sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list
$ sudo apt-get update

參考
https://flight-manual.atom.io/getting-started/sections/installing-atom/

這個網誌中的熱門文章

Upgrade php and httpd(apache) on CentOS 7

Installing VMware workstation pro on Ubuntu 22.X (Jammy Jellyfish)