Forum › Forums › Orphaned Posts › antiX-17 “Heather Heyer, Helen Keller” › package conflict between libeudev1:i386 and libeudev:amd64
- This topic has 4 replies, 3 voices, and was last updated Apr 1-1:19 pm by wean_irdeh.
-
AuthorPosts
-
March 31, 2018 at 8:38 pm #8569Member
wean_irdeh
I’d like to have 32 bit support in wine, but I’m unable to install 32 bit of libeudev1 because there’s conflict with the 64 bit version according to apt.
$ sudo apt-get install libeudev1:i386 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libeudev1:i386 : Conflicts: libudev1 (< 1:3.2.5) E: Unable to correct problems, you have held broken packages.April 1, 2018 at 2:03 am #8581Forum Admin
anticapitalista
::Try this – add dev to the antiX sources.lixt so it reads like this
deb http://repo.antixlinux.com/stretch stretch main nosystemd devthen
apt-get update && apt-get dist-upgradeThis should get you the very latest eudev in the repos.
Before accepting read the output and also have a look at this thread.
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - leaner and meaner.
April 1, 2018 at 2:28 am #8582Memberrob
::I ran into a similar problem. Fixing it involved forcing installation of one package, and copying one file from a backup.
The steps I needed to resolve the problem were :
# dpkg --force-overwrite --install /var/cache/apt/archives/libeudev1_3.2.5_i386.deb # apt-get purge udev libudev1 libudev-devThen I restored the file /etc/init.d/udev from my most recent backup
followed by
# apt install --reinstall eudev libeudev1April 1, 2018 at 3:52 am #8583Forum Admin
anticapitalista
::Doing what I posted should do all those steps rob mentions.
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - leaner and meaner.
April 1, 2018 at 1:19 pm #8595Memberwean_irdeh
::Thanks anticapitalista and rob, after I did your instruction, the package conflict still happened so I tried rob’s instruction which worked very well. Wine 3.0 i386 32 bit has been installed without any problem
-
AuthorPosts
- You must be logged in to reply to this topic.