Skip to content

Instantly share code, notes, and snippets.

@dshcherb
Created August 9, 2016 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dshcherb/c1495b330fd75f45006e5940e3d02e74 to your computer and use it in GitHub Desktop.
Save dshcherb/c1495b330fd75f45006e5940e3d02e74 to your computer and use it in GitHub Desktop.
remmina status (installed from ppa)
# there is a string SPICE in the remmina binary
strings `which remmina` | grep -i spice
SPICE
---------------------------------------------------------------------------------
apt show remmina
Package: remmina
Version: 1.2.0~rcgit-11+942+next+201608061801~ubuntu16.04.1
Priority: optional
Section: gnome
Maintainer: Luca Falavigna <dktrkranz@debian.org>
Installed-Size: 388 kB
Depends: libappindicator3-1 (>= 0.4.90), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-ui-gtk3-0 (>= 0.6.30), libc6 (>= 2.15), libcairo2 (>= 1.6.0), libgcrypt20 (>= 1.6.1), libglib2.0-0 (>= 2.39.90), libgtk-3-0 (>= 3.11.5), libpango-1.0-0 (>= 1.14.0), libssh-4 (>= 0.6.1), libvte-2.91-0, libwebkit2gtk-4.0-37 (>= 2.5.3), remmina-common (= 1.2.0~rcgit-11+942+next+201608061801~ubuntu16.04.1), dbus-x11
Recommends: remmina-plugin-rdp, remmina-plugin-vnc
Breaks: remmina-plugin-data (<= 0.9)
Replaces: remmina-gnome, remmina-xfce
Download-Size: 132 kB
APT-Manual-Installed: yes
APT-Sources: http://ppa.launchpad.net/remmina-ppa-team/remmina-next/ubuntu xenial/main amd64 Packages
Description: remote desktop client for GNOME desktop environment
Remmina is a remote desktop connection client able to display and control a
remote desktop session.
.
It supports multiple network protocols in an integrated and consistent user
interface. Currently RDP, VNC, NX, XDMCP and SSH protocols are supported.
N: There is 1 additional record. Please use the '-a' switch to see it
---------------------------------------------------------------------------------
dpkg --status remmina
Package: remmina
Status: install ok installed
Priority: optional
Section: gnome
Installed-Size: 379
Maintainer: Luca Falavigna <dktrkranz@debian.org>
Architecture: amd64
Version: 1.2.0~rcgit-11+942+next+201608061801~ubuntu16.04.1
Replaces: remmina-gnome, remmina-xfce
Depends: libappindicator3-1 (>= 0.4.90), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-ui-gtk3-0 (>= 0.6.30), libc6 (>= 2.15), libcairo2 (>= 1.6.0), libgcrypt20 (>= 1.6.1), libglib2.0-0 (>= 2.39.90), libgtk-3-0 (>= 3.11.5), libpango-1.0-0 (>= 1.14.0), libssh-4 (>= 0.6.1), libvte-2.91-0, libwebkit2gtk-4.0-37 (>= 2.5.3), remmina-common (= 1.2.0~rcgit-11+942+next+201608061801~ubuntu16.04.1), dbus-x11
Recommends: remmina-plugin-rdp, remmina-plugin-vnc
Breaks: remmina-plugin-data (<= 0.9)
Description: remote desktop client for GNOME desktop environment
Remmina is a remote desktop connection client able to display and control a
remote desktop session.
.
It supports multiple network protocols in an integrated and consistent user
interface. Currently RDP, VNC, NX, XDMCP and SSH protocols are supported.
---------------------------------------------------------------------------------
killall remmina ; sudo apt update && sudo apt upgrade
remmina: no process found
Ign:1 http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_16.04 InRelease
Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease
Hit:3 http://archive.canonical.com/ubuntu xenial InRelease
Hit:4 http://ppa.launchpad.net/neovim-ppa/unstable/ubuntu xenial InRelease
Hit:5 http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_16.04 Release
Hit:6 http://archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:7 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu xenial InRelease
Hit:8 http://archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:9 http://ppa.launchpad.net/remmina-ppa-team/remmina-next/ubuntu xenial InRelease
Hit:10 http://archive.ubuntu.com/ubuntu xenial-security InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
---------------------------------------------------------------------------------
sudo apt-get install remmina remmina-plugin-rdp libfreerdp-plugins-standard
Reading package lists... Done
Building dependency tree
Reading state information... Done
remmina is already the newest version (1.2.0~rcgit-11+942+next+201608061801~ubuntu16.04.1).
libfreerdp-plugins-standard is already the newest version (2.0.0~dev~git20160805+dfsg-0xenial1).
remmina-plugin-rdp is already the newest version (1.2.0~rcgit-11+942+next+201608061801~ubuntu16.04.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment