0

I found out about this software in another question, but I can't comment there as I'm new. I'm also new to Ubuntu and Linux. The app I see mentioned often is called "Live Wallpaper". How EXACTLY do I add it and configure the package? In as much detail as you can spare a new user, please.

  • Can you please give a link to the thread? Most of the time, sudo apt-get install [program name] will work. – waterlubber May 24 '15 at 00:41
  • http://askubuntu.com/questions/40423/how-can-i-set-an-animated-background like i said, im super new to ubuntu and i cant get all the way through the 'install' – Alpha Oat May 24 '15 at 01:05

1 Answers1

2

Test this:

Open a terminal,

Press Ctrl+Alt+T

Run it:

sudo add-apt-repository ppa:fyrmir/livewallpaper-daily
sudo apt-get update
sudo apt-get install livewallpaper livewallpaper-config livewallpaper-indicator
livewallpaper-config
JoKeR
  • 6,972
  • 9
  • 43
  • 65
kyodake
  • 15,401
  • that fyrmir part... is that supposed to be my username? just want to make sure, also the second command gets an error must be run as boot – Alpha Oat May 24 '15 at 01:11
  • @kyodake why installing repository as a #root? I edited your answer to make it easier to understand ;) – JoKeR May 24 '15 at 01:24