MX on Linux: Difference between revisions

526 bytes added ,  09:47, 23 July 2021
m
Line 169: Line 169:
== Preparing for an install==
== Preparing for an install==


Before we do an install of a new package, we typically use some of these commands to ensure our computer is in the best state to work out dependencies of what we are about to install:
Before we do an install of a new package, we typically use this series of commands to ensure our computer is in the best state to work out dependencies of what we are about to install:
<code>
<code>
sudo apt update
sudo apt update
Line 178: Line 178:
Each of these can be understood from information in previous section.
Each of these can be understood from information in previous section.


The cross-platform Universal Serial Bus (USB) Human Interface Device (HID) library used by MX to connect to weather stations (like Fine Offset and USB connected Oregon Scientific models) that appear as a HID connecting via USB calls a package file called ''libudev.so.1'', so you may need to check your Linux computer has this file. (see [https://cumulus.hosiene.co.uk/viewtopic.php?p=107913#p107913 Fine Offset][https://cumulus.hosiene.co.uk/viewtopic.php?f=39&t=14310&p=111593&hilit=libudev.so.1#p111593 Oregon Scientific]


==Changing the Source List==
==Changing the Source List==
5,838

edits