What is the best method to install gr-gsm
on Ubuntu 22.04 that will be compatible with gnuradio 3.10?
Asked
Active
Viewed 120 times
0

moo
- 878
1 Answers
2
Package gr-gsm is not available in the apt repositories for Ubuntu 22.04. It is available in 23.04 and 23.10: https://packages.ubuntu.com/search?keywords=gr-gsm&searchon=names&suite=all§ion=all
There are a few options (in approximate order of what I would prefer to do, if it were my system):
Update 22.04 to 23.10 using
do-release-upgrade
then install the package withsudo apt install gr-gsm
Install
gr-gsm
using the installation instructions available on the gr-gsm websiteYou may be able to install the
gr-gsm
package from the newer release without updating your full Ubuntu distribution but this is not straightforward: Install packages from newer release without building (apt pinning)

moo
- 878
gr-gsm
is not available in the apt repositories for Ubuntu 22.04: https://packages.ubuntu.com/search?keywords=gr-gsm&searchon=names&suite=all§ion=all It is available in 23.04 and 23.10 – moo Jan 06 '24 at 18:32