How to install Webilder in Ubuntu 10.04 (Lucid Lynx)
Sponsored Link
Webilder can...
* download flickr photos that match tags (for example: beach,party)
* download photos from flickr users of your choice.
* download most interesting photos from flickr.
* download amazing daily proshots from Webshots (requires Webshots account).
* automatically download new photos for you.
* change your wallpaper every few minutes.
* import webshots collections (wbz or wbc formats).
Webilder includes...
* a simple photo collection browser, that will let you view the images in fullscreen, or set them as a wallpaper.
* browser integration for webshots -- downloaded images are automatically added to your collection.
* command-line photo downloader.
Install Webilder in Ubuntu 10.04
Edit /etc/apt/sources.list file
Open terminal and run the following commands
gksudo gedit /etc/apt/sources.list
Add the following lines
deb http://mirrors.dotsrc.org/getdeb/ubuntu lucid-getdeb apps
deb-src http://mirrors.dotsrc.org/getdeb/ubuntu lucid-getdeb apps
Save and exit the file
Add GPG Key
gpg --keyserver subkeys.pgp.net --recv A8A515F046D7E7CF
gpg --export --armor A8A515F046D7E7CF | sudo apt-key add --
update source list
sudo apt-get update
Install the following packages
sudo apt-get install webilder webilder-gnome
Normally is to provide a link to the Homepage:
http://www.webilder.org/download.html
Some nice Screenshots are there too.
Seraphyn
Also, it says how to get it going.
You might want to add the public key for the repository else apt will start calling you names and stating that the repository isn’t trusted.
gpg –keyserver subkeys.pgp.net –recv A8A515F046D7E7CF
gpg –export –armor A8A515F046D7E7CF | sudo apt-key add –
dude these should be
gpg –keyserver subkeys.pgp.net –recv A8A515F046D7E7CF
gpg –export –armor A8A515F046D7E7CF | sudo apt-key add –
misleading newbies..