USERNAME:Daliz#Q&_^Q&Q#GROUP:4#Q&_^Q&Q#LINK:86#Q&_^Q&Q#You can actually do that but it's not recommended because next time you get a kernel update, chances are the video driver will break and you have to install it again in command line mode. The package manager takes care of all that when you use the prepackaged version.
BTW please update this thread if you find out more about that libSDL2/wayland stuff, there have been a few threads about it. It is weird that there is such a dependency.#Q&_^Q&Q#LINK:86#Q&_^Q&Q#
You don't even need to install the OS to reproduce this issue, just by loading into the Mint live desktop and try to install libsdl2-2.0-0:i386 it will ask you to install additional wayland:i386 packages, which in turn if you do, it nukes the OS.
The problem stands here: The 64bit version of these packages already comes preinstalled with Mint 17.1 so when you install the i386 (32bit) version it removes the 64bit ones and thus breaking the distro.
TBH I'm not sure why the Mint team didn't make these installable side by side instead of overlapping.
If you really want/need them side by side you'll have to place the 32bit library manually, how to do it:
- Download the package manually by going to
http://pkgs.org/
- Type in the search box the name of the library, for example "libwayland-client"
- Since Mint is based on Ubuntu 14.04, expand that section and download: libwayland-client0_1.4.0-1ubuntu1_i386.deb
- Once download the deb package, open it with
Archive Manager and go like this: usr > lib > i386-linux-gnu > and you'll see 2 files.
- As root, extract them manually in your "/usr/lib/i386-linux-gnu" and change the files ownership to "root"
- You now have both 32bit and 64bit libraries of wayland without breaking the system.
I wouldn't suggest using this method for every library you install but in certain cases it's a good workaround. The mini patches I create are done in a similar fashion, but placed in the games folders instead.
Also, if you make use of this method I would strongly suggest to document which files you placed manually. :D
EDIT: Uploaded screenshot