brentano wrote: 
> Hi Paul, I have tried again different versions, but as you can see still
> no joy
> 
> william@william-XPS-M1330:~$ sudo dpkg --install
> logitechmediaserver_v8.1.1_amd64.deb
> [sudo] password for william:         
> dpkg: error: cannot access archive
> 'logitechmediaserver_v8.1.1_amd64.deb': No such file or directory
> william@william-XPS-M1330:~$ 
> 
> I did download a new file
> 
> /home/william/Downloads/logitechmediaserver_8.1.1_amd64.deb
> the v in download only put me to a Logitech download page with dozens of
> versions way back to 7 something
> the file does exist in the download Folder

The dpkg command as issued will assume that the downloaded file is in
the current directory.  But it looks as though you have downloaded it to
your Downloads folder, but then issued the dpkg command from your home
directory.  Try

Code:
--------------------
    sudo dpkg --install 
/home/william/Downloads/logitechmediaserver_8.1.1_amd64.deb
--------------------


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=113904

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to