Recent Changes - Search:

TurboVNC Home

About TurboVNC

Downloads

Documentation

Reports

Developer Info

Contact

Related Projects

TurboVNC YUM and APT Repositories

YUM and APT repository hosting generously provided by

packagecloud.io

YUM

TurboVNC can be installed and updated using YUM by following this procedure:

  1. As root, download TurboVNC.repo and place it in /etc/yum.repos.d.
  2. Use YUM to install a binary, debuginfo, or source package. Examples:
    • Install or upgrade to the latest version of TurboVNC:

      sudo yum install turbovnc
      
    • List available TurboVNC packages:

      yum --showduplicates list turbovnc
      
    • Install a specific TurboVNC package:

      sudo yum install turbovnc-3.0.3-20230227.x86_64
      
    • Download a specific TurboVNC source RPM:

      yumdownloader --source turbovnc-3.0.3
      
    • Install debugging symbols for the currently installed TurboVNC package:

      sudo debuginfo-install turbovnc
      

Replace yum with dnf and yumdownloader with dnf download if using Fedora 23 or later or Red Hat Enterprise Linux 8 (and derivatives) or later.

Excluding beta releases

Add the following to /etc/yum.repos.d/TurboVNC.repo to exclude beta versions of TurboVNC (useful if you are deploying TurboVNC in a production environment.)

exclude=turbovnc-*.*.9[0-9]-*

APT

TurboVNC can be installed and updated using APT by following this procedure:

  1. As root, execute:

    wget -q -O- https://packagecloud.io/dcommander/turbovnc/gpgkey | \
      gpg --dearmor >/etc/apt/trusted.gpg.d/TurboVNC.gpg
    
  2. As root, download TurboVNC.list and place it in /etc/apt/sources.list.d.
  3. As root, execute:

    apt update
    
  4. Use APT to install a binary package. Examples:
    • Install or upgrade to the latest version of TurboVNC:

      sudo apt install turbovnc
      
    • List available TurboVNC packages:

      apt-cache madison turbovnc
      
    • Install a specific TurboVNC package:

      sudo apt install turbovnc=3.0.3-20230227
      
Creative Commons LicenseAll content on this web site is licensed under the Creative Commons Attribution 2.5 License. Any works containing material derived from this web site must cite The VirtualGL Project as the source of the material and list the current URL for the TurboVNC web site.

Edit - History - Print - Recent Changes - Search
Page last modified on December 01, 2023, at 01:02 PM