How do I install sway on Ubuntu
Andrew Henderson
How do I get sway installed on my system and configured on boot? Arch has this package in the repository.
2 Answers
An unofficial PPA ppa:samoilov-lex/sway exists (compatible with Ubuntu 19.04+):
Run following commands in order to install Sway from the PPA:
sudo add-apt-repository ppa:samoilov-lex/sway
sudo apt update
sudo apt install swayAfter installing, it should be possible to start Sway from the login screen.
See also
For installing Sway on distributions (that don't have a Sway package available in their official repositories) see the wiki page on Unsupported Packages.
4There is a Snap named Sway that can be installed from Snap Store :
sudo snap install sway --betaNote: as of writing this answer (2019-Nov-27) the snap is marked experimental and seems in beta stage.
See also
- installation instruction
- GitHub repository: sd-hd/sway-snap
- author of this snap: sdhd