I don't use any 32-bits app on my 64-bits Vivid so i want to remove all i386 packages but I wonder if this can be done safely. Thx for help !
Edit : Here's the return from the 'dpkg -l | grep i386' command > http://paste.ubuntu.com/11118173/
I don't use any 32-bits app on my 64-bits Vivid so i want to remove all i386 packages but I wonder if this can be done safely. Thx for help !
Edit : Here's the return from the 'dpkg -l | grep i386' command > http://paste.ubuntu.com/11118173/
Yes they are some risk. You should first read this post : How to remove all i386 packages from Ubuntu 64bit?
As Henk say, if they are not in your way, I would leave them where they are.
Thank you all
– Yseader May 14 '15 at 00:09Your question can not be answered with absolute certainty.
Have you installed Steam and/or Skype? Then you should watch out. These programs use 32-bit libraries.
Your list contains only packages that have been installed by the package manager. Make much broken, you can not. Libraries can be installed again.
Apart from, your list itself contains nothing that could not be removed safely on a 64-bit system. If there still should be a problem, you will previously warned by the package manager.
You could use aptitude
:
sudo apt-get install aptitude
And run with
sudo aptitude remove <package_name>
Eg.
sudo aptitude remove libasound2-plugins:i386
This program also immediately remove packages that are no longer needed. In addition, this program provides useful solutions if something goes wrong.
dpkg -l | grep i386
. If you add the result to your question, we may help you in your decision. – s3lph May 13 '15 at 18:54