FUNCUBE DONGLE PRO []

Outils pour utilisateurs

Outils du site


FUNCUBE DONGLE PRO

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
documentation:hamradio:radios:funcube_dongle_pro:index [2022/11/10 14:03] f1slsdocumentation:hamradio:radios:funcube_dongle_pro:index [2022/11/10 14:14] (Version actuelle) f1sls
Ligne 3: Ligne 3:
 ===== SOFTWARE ===== ===== SOFTWARE =====
  
-==== LINUX ====+==== LINUX QTHID ==== 
 + 
 +=== INSTALL QT4 === 
 +Needs QT4, but QT4 is obsolete. 
 + 
 +Ubuntu 20.04 install : 
 +<code bash> 
 +# add-apt-repository ppa:rock-core/qt4 
 + 
 +# apt update 
 + 
 +# apt install qt4 
 + 
 +</code> 
 + 
 +Ubuntu 22.04 install : 
 +<code bash> 
 +# add-apt-repository ppa:ubuntuhandbook1/ppa 
 +# apt update 
 +# apt install qt4 
 +</code> 
 + 
 +=== INSTALL QT4 === 
 + 
 +To remove the PPA, run command: 
 + 
 +<code bash> 
 +# add-apt-repository --remove ppa:rock-core/qt4 
 +</code> 
 + 
 +Or remove the PPA for Ubuntu 22.04 using command: 
 +<code bash> 
 +# add-apt-repository --remove ppa:ubuntuhandbook1/ppa 
 +</code> 
 + 
 +To remove all Qt4 libraries, run command: 
 + 
 +<code bash> 
 +# apt remove --autoremove libqt4* libqtcore4 libqtgui4 libqtwebkit4 qt4* 
 +</code> 
  
-=== QTHID === 
   * {{ :documentation:hamradio:radios:funcube_dongle_pro:qthid-3.0.tar.gz |}}   * {{ :documentation:hamradio:radios:funcube_dongle_pro:qthid-3.0.tar.gz |}}
   * {{ :documentation:hamradio:radios:funcube_dongle_pro:qthid-3.0-linux-x86_64.tar.gz |}}   * {{ :documentation:hamradio:radios:funcube_dongle_pro:qthid-3.0-linux-x86_64.tar.gz |}}
documentation/hamradio/radios/funcube_dongle_pro/index.1668085391.txt.gz · Dernière modification : de f1sls