Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

How do I install sway on Ubuntu

Writer Andrew Henderson

How do I get sway installed on my system and configured on boot? Arch has this package in the repository.

2

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 sway

After 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.

4

There is a Snap named Sway that can be installed from Snap Store :

sudo snap install sway --beta

Note: as of writing this answer (2019-Nov-27) the snap is marked experimental and seems in beta stage.

See also

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy