Remmina - The GTK+ Remote Desktop Client  v1.4.33
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
Testing-under-Ubuntu-with-the-remmina-next-daily-PPA.md
Go to the documentation of this file.
1 # Testing under Ubuntu with the remmina-next-daily PPA
2 
3 Remmina users using Ubuntu and derivatives are warmly invited to use our **remmina-next** PPA, as explained in the [Remmina wiki homepage](https://github.com/FreeRDP/Remmina/wiki).
4 The **remmina-next** PPA is updated every official [release](https://github.com/FreeRDP/Remmina/releases), therefore it can be considered **stable**.
5 
6 We also provide an **unstable** PPA, called **remmina-next-daily**. remmina-next-daily is updated daily and contains the latest patches pushed to the _next_ github branch.
7 
8 If you want to help testing Remmina before an official release, you can switch to the remmina-next-daily by doing the following:
9 
10 
11 1. Install the ppa-purge package
12 ```sudo apt install ppa-purge```
13 2. Purge the remmina-next PPA
14 ```sudo ppa-purge ppa:remmina-ppa-team/remmina-next```
15 3. Install the remmina-next-daily PPA
16 ```
17 sudo apt-add-repository ppa:remmina-ppa-team/remmina-next-daily
18 sudo apt update
19 ```
20 4. Install Remmina packages
21 
22 * if not installed previously
23 ```
24 sudo apt install remmina remmina-plugin-rdp libfreerdp-plugins-standard
25 ```
26 
27 * if installed previously, just do:
28 ```
29 sudo apt upgrade
30 ```
31 You might need to perform the following command to remove the previous Remmina from memory:
32 ```
33 sudo killall remmina
34 ```
35 
36 
37 Happy testing :)
38