Comment 25 for bug 830440

Revision history for this message
rduplain (ron.duplain) wrote :

For skype dependencies on oneiric, I had a minor correction to make, needing to run apt-get update after setting foreign architecture.

$ echo foreign-architecture i386 | sudo tee /etc/dpkg/dpkg.cfg.d/multiarch
$ sudo apt-get update
$ sudo apt-get install libxss1:i386 libqtcore4:i386 libqt4-dbus:i386
$ sudo apt-get install libqtgui4:i386

Thanks.