Skip to content

Instantly share code, notes, and snippets.

@asolkar
Created December 13, 2012 19:49
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 asolkar/4279211 to your computer and use it in GitHub Desktop.
Save asolkar/4279211 to your computer and use it in GitHub Desktop.
Citrix Receiver 12.1 on Debian unstable
% aptitude install libxp6:i386
% aptitude install libsm6:i386
% aptitude install libxmu6:i386
% aptitude install libxinerama1:i386
% aptitude install libglib2.0-0:i386
% aptitude install libxft2:i386
% aptitude install libgtk2.0-0:i386
% dpkg --force-all -i icaclient_12.1.0_amd64.deb
dpkg: icaclient: dependency problems, but configuring anyway as you requested:
icaclient depends on ia32-libs; however:
Package ia32-libs is not installed.
icaclient depends on nspluginwrapper; however:
Package nspluginwrapper is not installed.
% dpkg --add-architecture i386
% dpkg --print-architecture
amd64
% dpkg --print-foreign-architectures
i386
deb [arch=amd64,i386] http://http.us.debian.org/debian/ unstable main contrib non-free
% aptitude update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment