When I try to do
sudo dpkg --add-architecture i386
[sudo] password for shailendra:
dpkg: error: unknown option --add-architecture.
this happens while installing skype.
When I try to do
sudo dpkg --add-architecture i386
[sudo] password for shailendra:
dpkg: error: unknown option --add-architecture.
this happens while installing skype.
Did you try to install Skype this way?
Add repository via terminal
sudo sh -c 'echo "deb http://archive.canonical.com/ubuntu trusty partner" >> /etc/apt/sources.list.d/canonical_partner.list'
Tell your system to pull down the latest list of software from each archive it knows about via the terminal
sudo apt-get update
Install Skype via terminal
sudo apt-get install skype
Maybe this way of installation will help you.
-add-architecture
option in dpkg running on Ubuntu 12.04. – Avinash Raj May 31 '14 at 06:57