Convert Debian amd64 to multi-arch


Do following steps...
  1. sudo dpkg --add-architecture i386
  2. sudo sed -i 's/deb\ /deb\ [arch=amd64,i386]\ /g' /etc/apt/sources.list
  3. sudo apt-get clean; sudo apt-get autoclean; sudo apt-get update
After that you can install the packages that only support i386 such like skype. Enjoy it!

Comments

Popular posts from this blog

How to show only month and year fields in android Date-picker?

How to construct a B+ tree with example

Conflict Serializability in database