-2

How do I download live wallpapers on my new ubuntu 15.10 machine?

sudo apt-get install livewallpaper
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package livewallpaper
Volker Siegel
  • 13,065
  • 5
  • 49
  • 65
Mikey
  • 1

2 Answers2

0

If you examine the launchpad site for the daily release of livewallpaper, you will find that it supports up to Ubuntu Vivid, but not yet Ubuntu Wily. You will need to find another solution for changing wallpaper, or compile the program yourself.

Charles Green
  • 21,339
0

You did not find the package because it is not part of the standard software repository.

But there is a personal package archive (PPA) that contains it: ppa:fyrmir/livewallpaper-daily.

See http://www.omgubuntu.co.uk/2015/05/animated-wallpaper-adds-live-backgrounds-to-linux-distros for a good overview.

The commands to install they mention are:

sudo add-apt-repository ppa:fyrmir/livewallpaper-daily
sudo apt-get update && sudo apt-get install livewallpaper
sudo apt-get install livewallpaper-config livewallpaper-indicator
Volker Siegel
  • 13,065
  • 5
  • 49
  • 65