Call me cautious, but I have SlimServer v6.5 running perfectly. I see that SqueezeCentre v7.0 is now GA'd and I'd like to upgrade to it.
As I already have modified my sources.list file, can I just issue the commands:
$ apt-get update
$ apt-get upgrade
Should I uninstall 6.5 first?
many thanks,
J.
Results 1 to 10 of 20
Thread: Ubuntu: upgrade from 6.x to 7.x
Hybrid View
-
2008-03-06, 07:52 #1Member
- Join Date
- Apr 2006
- Posts
- 78
Ubuntu: upgrade from 6.x to 7.x
-
2008-03-06, 08:20 #2Junior Member
- Join Date
- Jan 2008
- Posts
- 23
Ubuntu: upgrade from 6.x to 7.x
I'm not sure this will work because the name has changed. So I think the following (as root)
apt-get remove slimserver
apt-get update
apt-get install squeezecenter
Please note spelling of squeezecenter
Best of luck
Alan
-----Original Message-----
From: Juggler <Juggler.35uvtn1204815301 (AT) no-mx (DOT) forums.slimdevices.com>
Date: Thu, 6 Mar 2008 06:52:07
To:unix (AT) lists (DOT) slimdevices.com
Subject: [SlimDevices: Unix] Ubuntu: upgrade from 6.x to 7.x
Call me cautious, but I have SlimServer v6.5 running perfectly. I see
that SqueezeCentre v7.0 is now GA'd and I'd like to upgrade to it.
As I already have modified my sources.list file, can I just issue the
commands:
$ apt-get update
$ apt-get upgrade
Should I uninstall 6.5 first?
many thanks,
J.
--
Juggler
------------------------------------------------------------------------
Juggler's Profile: http://forums.slimdevices.com/member.php?userid=4935
View this thread: http://forums.slimdevices.com/showthread.php?t=44273
-
2008-03-08, 00:39 #3Junior Member
- Join Date
- Oct 2007
- Location
- Vienna, Austria
- Posts
- 26
-
2008-03-08, 04:18 #4
add deb http://debian.slimdevices.com unstable main to /etc/apt/sources.list and then
Code:sudo apt-get update sudo apt-get install squeezecenter
-
2008-03-08, 07:18 #5Junior Member
- Join Date
- Oct 2007
- Location
- Vienna, Austria
- Posts
- 26
Did that, but that only installs 7.01 instead of 7.0 - with no luck either; still no "starting squeezecenter audio server".
In the last couple of weeks i tried several beta versions of 7.0, some were too buggy, some couldn't find my internet connection, but the last one i installed showed the same behavior (no squeezecenter in /etc/init.d) and i even had to manually delete all "slimserver" and "squeezecenter" files and directories to be able to re-install 6.5.4.
Maybe there are other files from that install that should be deleted?
-
2008-03-08, 07:54 #6Senior Member
- Join Date
- May 2006
- Location
- UK
- Posts
- 152
This is the repo for 7.0:
deb http://debian.slimdevices.com stable main
To fully remove slimserver: sudo apt-get --purge remove slimserver
Also any plugins will require upgrading.
Doug.

Reply With Quote

