JPablos

Actualizar Hypnotix en Linux. Simple

Jun 9th, 2022 (edited)
769
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.76 KB | None | 0 0
  1. """
  2. Primero desinstalar el paquete `hypnotix_1.1_all.deb`, si previamente se ha instalado
  3.  
  4.     --->    $ sudo apt remove hypnotix
  5.    
  6.     --->    $ sudo apt update
  7. """
  8.  
  9. Instalar `hypnotix_2.6`
  10. =======================
  11.  
  12.     Hay dos formas de instalar:
  13.         +   Compilando el código fuente del paquete
  14.         +   Agregar un repositorio `ppa:wasta-linux/cinnamon-testing`
  15.  
  16. """
  17. Ortro ppa:
  18.  
  19.     --->    https://linuxmasterclub.com/hypnotix/               # version 1.5
  20. """
  21.        
  22.     De preferencia es mejor compilar el código fuente. Por tanto:
  23.        
  24.     Compilar el paquete desde el código fuente
  25.     ==========================================
  26.    
  27.     --->    $ sudo apt-get install git debhelper                # Para poder clonar el código
  28.  
  29.     --->    $ cd ~/Documentos
  30.  
  31.     --->    ~/Documentos$ git clone https://github.com/linuxmint/hypnotix -b 2.6
  32.  
  33.     --->    ~/Documentos$ cd hypnotix
  34.  
  35.     --->    ~/Documentos/hypnotix$ dpkg-buildpackage -uc -us    # Crea el `paquete.deb`
  36.  
  37.     --->    ~/Documentos/hypnotix$ sudo apt-get install ../hypnotix_2.6_all.deb
  38.    
  39. Fuente:
  40. ====== 
  41.  
  42. https://askubuntu.com/questions/1386009/is-it-possible-to-install-linuxmints-iptv-application-named-hypnotix-on-ubuntu
  43.  
  44.  
  45. """
  46. Añadir más canales de Radio y TV
  47. --------------------------------
  48. """
  49.         Info actualizada:
  50.         -----------------
  51.                             --->    https://github.com/LaQuay/TDTChannels
  52.                                     --------------------------------------
  53.  
  54.     --->    https://www.tdtchannels.com/listas
  55.  
  56. El COMO: gracias a Yoyo en  YouTube
  57.  
  58.     --->    https://www.youtube.com/watch?v=sq44yVp_h7I
  59.  
  60.             Licencia Atribución de Creative Commons (reutilización permitida)
  61.  
  62. A disfrutar.
  63.  
  64. Pdta: Comprobar de enlaces `m3u8` para depurar listas
  65.       ------------------------------------------------
  66.  
  67.         --> http://www.iptvtools.net/?svc=check
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.    
Add Comment
Please, Sign In to add comment