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
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
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.
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
W: Failed to fetch http://ppa.launchpad.net/fyrmir/livewallpaper-daily/ubuntu/dists/wily/main/binary-i386/Packages 404 Not Found
– Mikey Jan 24 '16 at 21:36{}
button in the editor toolbar) are much more readable there; alternatively you can use a pastie service for longer listings and include the link of your pastie in your question. Overall it's best to have everything relevant in one place. Additionally, comments may be deleted for various reasons. – David Foerster May 24 '16 at 11:16