Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have currently installed 12.04 and I really like the wallpapers of 11.10. How do I install it in 12.04?

share|improve this question

2 Answers

up vote 15 down vote accepted

You can install the wallpapers of the 11.10 by running this command in a terminal:

sudo apt-get install ubuntu-wallpapers-oneiric

or using Software Center Install via the software center

For other older Ubuntu versions, replace oneiric with

  • natty for 11.04,
  • maverick for 10.10,
  • lucid for 10.04,
  • karmic for 9.10,

Wallpapers for Ubuntu version 6.10, 7.04 and 7.10 also available. To Install edgy wallpapers use this command:

sudo apt-get install edgy-wallpapers

for feisty (1.04) and gutsy (7.10) replace edgy-wallpapers with feisty-wallpapers and gutsy-wallpapers respectively.

For convenience for users looking to download ALL the wallpapers:

sudo apt-get install ubuntu-wallpapers-natty ubuntu-wallpapers-karmic ubuntu-wallpapers-oneiric ubuntu-wallpapers-lucid ubuntu-wallpapers-precise ubuntu-wallpapers-maverick edgy-wallpapers feisty-wallpapers gutsy-wallpapers
share|improve this answer

You can try sudo apt-get install ubuntu-wallpapers* You can use wildcard "*" to install all ubuntu-wallpapers quickly.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.