• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / Ubuntu / Install Papirus Icon Theme on Ubuntu 20.04

Install Papirus Icon Theme on Ubuntu 20.04

By Sourabh / June 19, 2020 Category: Ubuntu

Install Papirus Icon Theme on Ubuntu Linux. Papirus Icon Theme is one of the best Ubuntu Icon Theme. It comes with the top icon packs for Ubuntu Linux Systems. Use Papirus icons to change the looks of your Ubuntu desktop – make it more beautiful.

Papirus Icon is derived from Sam Hewitt’s Paper Icon Theme. The icon theme is designed to work with Unity, GNOME, Cinnamon and other GTK+ based desktop environments. A version for KDE users is also available.

Papirus icon theme is available in four variants:

  1. Papirus
  2. Papirus Dark
  3. Papirus Light
  4. ePapirus (for elementary OS and Pantheon Desktop)

Install Papirus Icon Theme – Using Installer Script

Run the following commands in Terminal to install Papirus Icon Theme on Ubuntu:

sudo apt-get update
wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-icon-theme/master/install.sh | sh

Install Papirus Icon Theme – Using PPA

Run the following commands in Terminal to install Papirus Icon Theme on Ubuntu:

sudo apt-get update
sudo add-apt-repository ppa:papirus/papirus
sudo apt-get update
sudo apt-get install papirus-icon-theme

Install Papirus – Debian and Derivatives

Debian users also can install Papirus from our PPA, but the commands will differ:

sudo apt-get update
sudo sh -c "echo 'deb http://ppa.launchpad.net/papirus/papirus/ubuntu bionic main' > /etc/apt/sources.list.d/papirus-ppa.list"
sudo apt-get install dirmngr
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com E58A9D36647CAE7F
sudo apt-get update
sudo apt-get install papirus-icon-theme

Uninstalling Papirus Icon Theme – Installer

Run the following commands in terminal to uninstall Papirus Icon Theme { if installed via Installer Script }

sudo apt-get update
wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-icon-theme/master/install.sh | sh

Uninstalling Papirus Icon Theme – PPA

Run the following commands in terminal to uninstall Papirus Icon Theme { if installed via PPA }

sudo apt-get update
sudo apt-get remove papirus-icon-theme

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap