Kodi Community Forum

Full Version: [LINUX] xbmc-live keep getting reconfigured
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So i reinstalled the PPA xbmc stable version. I also reinstall xbmc-live by mistake (i didnt remove it just call "sudo apt-get install xbmc-live again).

And now everytime i install something by apt-get i keep getting this: (i'm using xbmc just to recreate the error/issue)

Code:
xbmc@HomeServer:~$ sudo apt-get install xbmc
[sudo] password for xbmc:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
xbmc is already the newest version.
The following packages were automatically installed and are no longer required:
  libvorbisenc2
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up xbmc-live (9.04.1-jaunty1) ...
The user `xbmc' is already a member of `admin'.
The user `xbmc' is already a member of `adm'.
The user `xbmc' is already a member of `dialout'.
The user `xbmc' is already a member of `cdrom'.
The user `xbmc' is already a member of `floppy'.
The user `xbmc' is already a member of `audio'.
The user `xbmc' is already a member of `dip'.
The user `xbmc' is already a member of `video'.
The user `xbmc' is already a member of `plugdev'.
The user `xbmc' is already a member of `fuse'.
The user `xbmc' is already a member of `sudo'.
polkit-auth: AuthorizationAlreadyExists: An authorization for uid 1001 for the action org.freedesktop.hal.power-management.shutdown with constraint '' already exists
dpkg: error processing xbmc-live (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
xbmc-live
E: Sub-process /usr/bin/dpkg returned an error code (1)

Can someone please help me understand this? how to fix it?
ran into this issue also to fix it i had to remove xbmc-live and xbmc-standalone and then install xbmc-live

sudo apt-get remove xbmc-live xbmc-standalone

then

sudo apt-get install xbmc-live