To install skype and dependencies on 16.04. 64bit I need to
sudo dpkg --add-architecture i386Via (man page):
dpkg-architecture --listI then can check the list of architectures. What line must be in there to be sure that the first command was executed correctly?
My problem is that I cannot install Skype and I suspect the architecture was not updated correctly. I also suspect this might somehow relate to my installation of Wine.
21 Answer
I answer my own question because I just found out via
dpkg --print-foreign-architectureswhich printed
i386that obviously multiarch is/was enabled.
1