5

I was curious if it's possible to download the default wallpapers from the previous Ubuntu versions. I know that I can probably Google them, but I'd rather download them from one of Ubuntu's official sites. Thanks!

edwinksl
  • 23,789

1 Answers1

7

You can install wallpapers from past Ubuntu versions (or other Ubuntu flavors) by installing the packages that contain the wallpapers.

For example:

sudo apt install ubuntu-wallpapers-raring

or

sudo apt install ubuntu-wallpapers-natty

etc.

You can get the full list by searching in synaptic (you may need to install it) or from the command line with

apt search wallpapers
chaskes
  • 15,246