package conflict between libeudev1:i386 and libeudev:amd64

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.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8569
    Member
    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.
      #8581
      Forum Admin
      anticapitalista
        Helpful
        Up
        0
        ::

        Try this – add dev to the antiX sources.lixt so it reads like this

        deb http://repo.antixlinux.com/stretch stretch main nosystemd dev

        then

        apt-get update && apt-get dist-upgrade

        This should get you the very latest eudev in the repos.

        Before accepting read the output and also have a look at this thread.

        eudev-testers-needed

        Philosophers have interpreted the world in many ways; the point is to change it.

        antiX with runit - leaner and meaner.

        #8582
        Member
        rob
          Helpful
          Up
          0
          ::

          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-dev

          Then I restored the file /etc/init.d/udev from my most recent backup

          followed by
          # apt install --reinstall eudev libeudev1

          #8583
          Forum Admin
          anticapitalista
            Helpful
            Up
            0
            ::

            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.

            #8595
            Member
            wean_irdeh
              Helpful
              Up
              0
              ::

              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

            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.