Re: RHEL repository for latest GNURadio?
Hi Mike, You can install gnuradio 3.8.0.0 from the EPEL repository. https://docs.fedoraproject.org/en-US/epel/#_el8 Regards, Vasil On Sun, Feb 27, 2022, 07:05 Mike wrote: > Hello, > > I'm moving an existing application that relies on GNURadio from Ubuntu > to Red Hat Enterprise Linux 8.5. > > The default RHEL repositories don't know about gnuradio: > > > $ sudo yum install gnuradio > > Updating Subscription Management repositories. > > Last metadata expiration check: 0:52:27 ago > > No match for argument: gnuradio > > Error: Unable to find a match: gnuradio > Which repository do I need to add in order to install the current gnuradio? > > > Thanks! > > > > >
Re: RHEL repository for latest GNURadio?
Thank you for your response. Is there a repository for a more recent version, like 3.10? Regards, Mike On 2/27/2022 3:33 AM, Vasil Velichkov wrote: Hi Mike, You can install gnuradio 3.8.0.0 from the EPEL repository. https://docs.fedoraproject.org/en-US/epel/#_el8 Regards, Vasil On Sun, Feb 27, 2022, 07:05 Mike wrote: Hello, I'm moving an existing application that relies on GNURadio from Ubuntu to Red Hat Enterprise Linux 8.5. The default RHEL repositories don't know about gnuradio: > $ sudo yum install gnuradio > Updating Subscription Management repositories. > Last metadata expiration check: 0:52:27 ago > No match for argument: gnuradio > Error: Unable to find a match: gnuradio Which repository do I need to add in order to install the current gnuradio? Thanks!
Re: RHEL repository for latest GNURadio?
Hi Mike, I'm way out of the RHEL loop, but I tend to think it's unlikely that a Fedora/Red Hat developer will backport the current GNU Radio to an existing RHEL. I think this is a perfect place to try an external package manager like conda (note that I am biased here as the persone pushing conda packaging): https://github.com/ryanvolz/radioconda or https://wiki.gnuradio.org/index.php/CondaInstall 3.10.1.1 is available that way. Cheers, Ryan On 2/27/22 10:34 AM, Mike wrote: Thank you for your response. Is there a repository for a more recent version, like 3.10? Regards, Mike On 2/27/2022 3:33 AM, Vasil Velichkov wrote: Hi Mike, You can install gnuradio 3.8.0.0 from the EPEL repository. https://docs.fedoraproject.org/en-US/epel/#_el8 Regards, Vasil On Sun, Feb 27, 2022, 07:05 Mike wrote: Hello, I'm moving an existing application that relies on GNURadio from Ubuntu to Red Hat Enterprise Linux 8.5. The default RHEL repositories don't know about gnuradio: > $ sudo yum install gnuradio > Updating Subscription Management repositories. > Last metadata expiration check: 0:52:27 ago > No match for argument: gnuradio > Error: Unable to find a match: gnuradio Which repository do I need to add in order to install the current gnuradio? Thanks!