Forum

Full Version: How do I update to sickbeard 1.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I am new to linux ..windows tech by trade ...and I have been using xbian for a while ...on my Raspberry PI's

I want to update my sickbeard install to 1.1 package ...xbian-config does not find any new updates ...

so I am looking for the manual steps ...please.

I am running xbian 1.05 alpha

thanks in advance
SSH in, (how to SSH), then execute:
Code:
sudo apt-get update
sudo apt-get upgrade -y
will that upgrade JUST sickbeard ? or everything ...on the PI ...

I tried running

sudo apt-get update
sudo apt-get upgrade -y

on my other PI to upgrade from xbmc from 12 to 12.1 and it seems that it upgrades the FIRMWARE also ..which breaks my install...

xbian boots and then get stuck on the start or Loading xbian screen ..and just says loading ...with the progress bar running..left it like that for over 24hrs to be sure it was not just taking a long time to load...

so I would rather not upgrade the FIRMWARE as I am not running XBMC on the PI with sickbeard on
another question how can I tell from the command line what package version I have installed ?
http://www.howtogeek.com/howto/ubuntu/see-what-version-of-a-package-is-installed-on-ubuntu/

to update a specific package just do
Code:
sudo apt-get install [i]packagename[/i]
Reference URL's