Hi CW,
The robust correct answer for installing the latest LMS on Arch is to
create a 'PKGBUILD' (https://wiki.archlinux.org/index.php/PKGBUILD)
script for it or better still to search the 'Arch User Repository'
(https://wiki.archlinux.org/index.php/Arch_User_Repository) for a one
the community has already written.

However, given you have a back up there is perhaps no harm in trying out
*'dpkg' (https://aur.archlinux.org/packages/dpkg/)* to install the .deb
directly. 

I'm not 100% sure dpkg is installed by default but looking at it's man
pages should both confirm and provide insight to what it does

Code:
--------------------
    man dpkg
--------------------

And then...

Code:
--------------------
    wget 
http://downloads-origin.slimdevices.com/nightly/7.9/sc/cf2920cf3d108ed1e5dd3e5cb3bd5a18b28c8d39/logitechmediaserver_7.9.2~1541869104_arm.deb
  sudo service logitechmediaserver stop 
  sudo service logitechmediaserver status # just to check, should be inactive
  sudo dpkg -i logitechmediaserver_7.9.2~1541869104_arm.deb
  sudo service logitechmediaserver status # just to check, should be active
  
--------------------


No guarantees this won't blow up you system, burn down your house and
steel your car.


------------------------------------------------------------------------
milk's Profile: http://forums.slimdevices.com/member.php?userid=65884
View this thread: http://forums.slimdevices.com/showthread.php?t=109699

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

Reply via email to