How To Install Paper GTK and Icon Theme on Ubuntu [2024]
Paper Icon theme is a popular Ubuntu theme. It is one of most commonly used GTK and icon theme on Ubuntu and it’s derivatives. In this theme installation tutorial, we will show you the step by step guide to install Paper GTK and Icon theme on Ubuntu and it’s derivative.
How To Install Paper GTK and Icon Theme on Ubuntu [2024]
There are multiple ways to install Paper GTK and icon theme on Ubuntu and it’s derivatives.
Install Paper Theme on Ubuntu using PPA:
Run the following commands to install Paper Icon and GTK theme in Ubuntu using official PPA:
sudo add-apt-repository -u ppa:snwh/ppa sudo apt-get update sudo apt install paper-icon-theme sudo apt install paper-gtk-theme
Install Paper theme on Ubuntu from Source (GIT) :
Run the following commands to install Paper theme on Ubuntu from the source:
git clone https://github.com/snwh/paper-icon-theme.git cd paper-icon-theme ./autogen.sh make sudo make install
Run the following commands to install Paper desktop theme on Ubuntu from the source:
git clone https://github.com/snwh/paper-gtk-theme.git cd paper-gtk-theme ./autogen.sh make sudo make install