I know how to check the version of UHD in Ubuntu ($ dpkg -s uhd), what is the corresponding command in CentOS 6.5?
Besides, if I want to update the current UHD by uhd_003.009.002-release_Fedora-21-x86_64.rpm in the following link: http://files.ettus.com/binaries/uhd/latest_release/, what is the corresponding commands in Fedora for the following:
sudo bash -c 'echo "deb http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/lsb_release -cs
lsb_release -cs
main" > /etc/apt/sources.list.d/ettus.list'
sudo apt-get update
sudo apt-get install -t lsb_release -cs
uhd
Fedora is using
rpm
package manager. You can get information about installed version using:and search for available versions of
uhf
using