I have currently installed 12.04 and I really like the wallpapers of 11.10. How do I install it in 12.04?
Asked
Active
Viewed 2.8k times
2 Answers
31
You can install the wallpapers of the 13.10 by running this command in a terminal:
sudo apt-get install ubuntu-wallpapers-saucy
For other older Ubuntu versions, replace saucy with
raringfor 13.04quantalfor 12.10precisefor 12.04oneiricfor 11.10nattyfor 11.04,maverickfor 10.10,lucidfor 10.04,karmicfor 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-* edgy-wallpapers feisty-wallpapers gutsy-wallpapers
9
You can try :
sudo apt-get install ubuntu-wallpapers*
You can use wildcard * to install all ubuntu-wallpapers quickly.
hg8
- 13,582
