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.
Asked
Active
Viewed 381 times
1 Answers
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
-
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
sudo apt-get install [program name]
will work. – waterlubber May 24 '15 at 00:41