-
-
Save Gottox/7b8bba6eb4e3f37fb351 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ wget http://repo.voidlinux.eu/current/rdesktop-1.8.3_1.i686.xbps | |
--2014-11-11 21:38:32-- http://repo.voidlinux.eu/current/rdesktop-1.8.3_1.i686.xbps | |
Resolving repo.voidlinux.eu (repo.voidlinux.eu)... 148.251.136.13 | |
Connecting to repo.voidlinux.eu (repo.voidlinux.eu)|148.251.136.13|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 135976 (133K) [application/octet-stream] | |
Saving to: ‘rdesktop-1.8.3_1.i686.xbps’ | |
rdesktop-1.8.3_1.i686.xbps 100%[========================================================================================>] 132.79K --.-KB/s in 0.08s | |
2014-11-11 21:38:32 (1.69 MB/s) - ‘rdesktop-1.8.3_1.i686.xbps’ saved [135976/135976] | |
~ tar | |
~ mkdir rd | |
~ cd rd | |
~/rd tar xf ../rdesktop-1.8.3_1.i686.xbps | |
~/rd ls | |
files.plist props.plist usr | |
~/rd cd usr/bin | |
~/rd/usr/bin ls | |
rdesktop | |
~/rd/usr/bin ls -l | |
~/rd/usr/bin file rdesktop | |
rdesktop: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=9bf0dd0e6425aaad7a0eb820c65e59942144a45b, stripped | |
~/rd/usr/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment