Forum
How do I update to sickbeard 1.1 - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Additional Packages (/forum-22.html)
+--- Thread: How do I update to sickbeard 1.1 (/thread-658.html)



How do I update to sickbeard 1.1 - richardholst - 21st Mar, 2013 11:47 PM

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


RE: How do I update to sickbeard 1.1 - Koenkk - 22nd Mar, 2013 12:10 AM

SSH in, (how to SSH), then execute:
Code:
sudo apt-get update
sudo apt-get upgrade -y



RE: How do I update to sickbeard 1.1 - richardholst - 22nd Mar, 2013 12:26 AM

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


RE: How do I update to sickbeard 1.1 - richardholst - 22nd Mar, 2013 05:01 AM

another question how can I tell from the command line what package version I have installed ?


How do I update to sickbeard 1.1 - Koenkk - 22nd Mar, 2013 06:57 AM

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]