-
-
Notifications
You must be signed in to change notification settings - Fork 595
Testing under Ubuntu with the remmina next daily PPA
Computing Froggy edited this page May 29, 2018
·
7 revisions
Remmina users using Ubuntu and derivatives are warmly invited to use our remmina-next PPA, as explained in our Remmina Wiki Homepage. The remmina-next PPA is updated every official release, therefore it can be considered stable.
We also provide an unstable PPA, called remmina-next-daily. remmina-next-daily is updated daily and contains our latest patches we push on the next github branch.
If you want to help testing remmina before an official release, you can switch to the remmina-next-daily by using the following instructions:
- Install the ppa-purge package
sudo apt install ppa-purge
- Purge the remmina-next PPA
sudo ppa-purge ppa:remmina-ppa-team/remmina-next
- Install the remmina-next-daily PPA
sudo apt-add-repository ppa:remmina-ppa-team/remmina-next-daily
sudo apt update
- Install remmina packages
- if not installed previously
sudo apt install remmina remmina-plugin-rdp libfreerdp-plugins-standard
- if installed previously, just do:
sudo apt upgrade
You might need to perform the following command to remove the previous remmina from memory:
sudo killall remmina
Happy testing :)