{{ score }}
  # Add a PPA to your apt repositories:
sudo add-apt-repository ppa:user/ppa-name

# Remove the PPA from your apt repositories
sudo add-apt-repository -r ppa:user/ppa-name

# Remember to update your cache for these changes to take effect:
sudo apt-get update