Project

General

Profile

Latest Builds » History » Revision 46

Revision 45 (osmith, 05/08/2024 08:56 AM) → Revision 46/47 (laforge, 07/20/2024 08:16 AM)

{{>toc}} 

 h1. _Latest_ Builds 

 If you require current master version of the Osmocom GSM related software, go have a look at the [[Nightly_Builds]] alternative. NOTE: USE NIGHTLY BUILDS ONLY FOR DEVELOPMENT/TESTING.  

 sysmocom has set up package builds for the _latest_ version tag of the Osmocom GSM related software. 

 The packages are built for various Linux distributions, find the complete list at the OBS page: https://obs.osmocom.org/project/show/osmocom:latest 

 A nice status overview on the builds is available at https://obs.osmocom.org/project/monitor/osmocom:latest 

 Browse the published binary packages at: https://downloads.osmocom.org/packages/osmocom:/latest/ 

 h2. How to use the _osmocom:latest_ builds 

 h3. Debian based distributions 

 h4. Using extrepo (Debian only) 

 <pre> 
 # apt install extrepo 
 # extrepo enable osmocom-latest 
 </pre> 

 h4. Manually (Debian, Ubuntu, Raspberry Pi OS) 

 Replace Debian_XX with your distribution name, as found "here":https://downloads.osmocom.org/packages/osmocom:/latest/. 

 <pre> 
 $ sudo su 
 # OSMOCOM_REPO="https://downloads.osmocom.org/packages/osmocom:/latest/Debian_XX" 
 # wget $OSMOCOM_REPO/Release.key 
 # sha256sum Release.key 
 1d0e8f6e67b84b6262767596a183d585c9a26cba793bbc862eb16fa3762db4b7    Release.key 
 # mv Release.key /etc/apt/trusted.gpg.d/osmocom-latest.asc 
 # echo "deb [signed-by=/etc/apt/trusted.gpg.d/osmocom-latest.asc] $OSMOCOM_REPO/ ./" > /etc/apt/sources.list.d/osmocom-latest.list 
 # apt-get update 
 # exit 
 </pre> 

 h4. Raspberry Pi OS 

 Follow the instructions above, and replace Debian_XX with: 
 * 64-bit: Debian_11 
 * 32-bit: Raspbian_11 

 This example is for Raspberry Pi OS 11, adjust the number accordingly. 

 

 h2. Apt Pinning 

 With the above If you now have osmocom packages as *one* package feed, but others (including your distribution) may be shipping packages incompatible with those supplied by osmocom. Mixing e.g. some libraries from distributions with applications from osmocom may render unwanted results. 

 In order want to make sure that osmocom packages are always preferred over your distribution's upstream packages with the same name, see [[Apt_Pinning]] 

 

 h2. How are those builds created? 

 See [[OBS Maintenance]]. 

 h2. Historical Archives / Older Packages 

 If you are interested in a historical archive of previous / older packages, you can find it at https://package-archive.osmocom.org/obs-mirror/ - it contains a daily mirror of the entire *osmocom:* OBS hierarchy, including the *latest* builds.    The full URL e.g. for Raspbian 10 of April 22nd, 2021 would be https://package-archive.osmocom.org/obs-mirror/20210422-002301/latest/Raspbian_10/
Add picture from clipboard (Maximum size: 48.8 MB)