dbinder101 wrote: 
> I tried performing an update using the following command:
> 
> sudo dpkg -i
> /var/lib/squeezeboxserver/cache/updates/logitechmediaserver_8.3.0_all.deb
> 
> I receive the following error:
> 
> 
> npacking logitechrnediaserver   (8 . 3.0)   over  (8.2 . 0)    .. .
> pkg:  dependency problems prevent configuration  of   
> logitectunediaserver :
> logitectunediaserver  depends on   libcrypt -openssl-rsa-perl;  however:
> Package  libcrypt-openssl-rsa-perl  is not installed .
> 
> pkg: error  processing package logitectunediaserver  ( --install) :
> dependency  problems - leaving  unconfigured
> Processing triggers f or  systemd (24l-7-debl0u7) rrors  were
> encountered while  processing: 
> logitechmediaserver
> 
> Any advice?

You could run


Code:
--------------------
    sudo apt -f install
  
--------------------

or 


Code:
--------------------
    sudo apt install libcrypt-openssl-rsa-perl 
  
--------------------

and then repeat the install, or run 


Code:
--------------------
    sudo apt install 
/var/lib/squeezeboxserver/cache/updates/logitechmediaserver_8.3.0_all.deb
  
--------------------


------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=117116

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to