Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Ubuntu - Install Arc Theme

The Arc theme is my favourite theme on Linux right now. For Ubuntu users, you can use the commands below. However, there is another tutorial for Debian users.

Ubuntu 18.04

sudo apt install arc-theme

Ubuntu 16.04

sudo add-apt-repository ppa:noobslab/themes -y
sudo apt-get update
sudo apt-get install arc-theme -y

# Install the icons
sudo add-apt-repository ppa:noobslab/icons -y
sudo apt update
sudo apt install arc-icons -y

References

Last updated: 16th August 2018
First published: 16th August 2018