apm
Atom editor Package Manager. See atom. More information: <https://github.com/atom/apm>.
Install
- All systems
-
curl cmd.cat/apm.sh
- Debian
-
apt-get install apmd
- Ubuntu
-
apt-get install apmd
- Arch Linux
-
pacman -S apm
- Fedora
-
dnf install apmd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install apmd
- Raspbian
-
apt-get install apmd
- Dockerfile
- dockerfile.run/apm
Atom editor Package Manager. See atom. More information: <https://github.com/atom/apm>.
-
Install a package from <http://atom.io/packages> or a theme from <http://atom.io/themes>:
apm install package
-
Remove a package/theme:
apm remove package
-
Upgrade a package/theme:
apm upgrade package
© tl;dr; authors and contributors