Changes between Version 21 and Version 22 of Download
- Timestamp:
- 01/20/20 23:20:36 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v21 v22 81 81 * the Fedora and CentOS repositories do not require any non-default repositories to be added 82 82 * the beta repositories are supplemental ones so you must also configure the stable repository to use them 83 * The instruction for adding the repository for Ubuntu is as follows 84 {{{ 85 # see https://askubuntu.com/questions/1203609/how-to-add-xpra-repository-list 86 87 # add GPG key 88 wget -q https://xpra.org/gpg.asc -O- | sudo apt-key add - 89 # add XPRA repository 90 sudo add-apt-repository "deb https://xpra.org/ bionic main" 91 # install XPRA package 92 sudo apt-get install xpra 93 }}}