Hello, I am currently using Ubuntu 22.04 and trying to install LimeSuite following:
sudo add-apt-repository -y ppa:myriadrf/drivers
sudo apt-get update
sudo apt-get install limesuite liblimesuite-dev limesuite-udev limesuite-images
sudo apt-get install soapysdr-tools soapysdr-module-lms7
#soapysdr-tools use to be called just soapysdr on older packages
sudo apt-get install soapysdr soapysdr-module-lms7
However, sudo apt-get install soapysdr-tools soapysdr-module-lms7 this line seems to give error:
$ sudo apt-get install soapysdr-module-lms7
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
The following additional packages will be installed:
soapysdr0.7-module-lms7
The following NEW packages will be installed:
soapysdr-module-lms7 soapysdr0.7-module-lms7
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 62.6 kB of archives.
After this operation, 160 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 Index of /myriadrf/drivers/ubuntu jammy/main amd64 soapysdr0.7-module-lms7 amd64 23.11.0-1 [54.8 kB]
Get:2 Index of /myriadrf/drivers/ubuntu jammy/main amd64 soapysdr-module-lms7 all 23.11.0-1 [7788 B]
Fetched 62.6 kB in 0s (332 kB/s)
Selecting previously unselected package soapysdr0.7-module-lms7:amd64.
(Reading database … 51564 files and directories currently installed.)
Preparing to unpack …/soapysdr0.7-module-lms7_23.11.0-1_amd64.deb …
Unpacking soapysdr0.7-module-lms7:amd64 (23.11.0-1) …
dpkg: error processing archive /var/cache/apt/archives/soapysdr0.7-module-lms7_23.11.0-1_amd64.deb (–unpack):
trying to overwrite ‘/usr/lib/x86_64-linux-gnu/SoapySDR/modules0.8/libLMS7Support.so’, which is also in package soapysdr0.8-module-lms7:amd64 20.10.0+dfsg-5
Selecting previously unselected package soapysdr-module-lms7.
Preparing to unpack …/soapysdr-module-lms7_23.11.0-1_all.deb …
Unpacking soapysdr-module-lms7 (23.11.0-1) …
Errors were encountered while processing:
/var/cache/apt/archives/soapysdr0.7-module-lms7_23.11.0-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
is there anyway i can fix this issue?
Thanks