I do not have installed libglib2.0-dev as you can see ``` $ dpkg -l | grep glib2.0 ii libglib2.0-0:amd64 2.64.3-1~ubuntu20.04.1 amd64 GLib library of C routines ii libglib2.0-bin 2.64.3-1~ubuntu20.04.1 amd64 Programs for the GLib library ii libglib2.0-data 2.64.3-1~ubuntu20.04.1 all Common files for GLib library ```
I did not changed my source repositories. Do I need to change something on it? This is my sources.list: ``` $ cat /etc/apt/sources.list # deb cdrom:[Ubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)]/ focal main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://br.archive.ubuntu.com/ubuntu/ focal main restricted deb-src http://br.archive.ubuntu.com/ubuntu/ focal main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb-src http://br.archive.ubuntu.com/ubuntu/ focal-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also, please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. deb http://br.archive.ubuntu.com/ubuntu/ focal universe # deb-src http://br.archive.ubuntu.com/ubuntu/ focal universe # deb-src http://br.archive.ubuntu.com/ubuntu/ focal-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://br.archive.ubuntu.com/ubuntu/ focal multiverse # deb-src http://br.archive.ubuntu.com/ubuntu/ focal multiverse # deb-src http://br.archive.ubuntu.com/ubuntu/ focal-updates multiverse ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. deb-src http://br.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse ## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. ## This software is not part of Ubuntu, but is offered by Canonical and the ## respective vendors as a service to Ubuntu users. deb http://archive.canonical.com/ubuntu focal partner # deb-src http://archive.canonical.com/ubuntu focal partner deb http://security.ubuntu.com/ubuntu focal-security restricted main # deb-src http://security.ubuntu.com/ubuntu focal-security main restricted deb http://security.ubuntu.com/ubuntu focal-security universe # deb-src http://security.ubuntu.com/ubuntu focal-security universe deb http://security.ubuntu.com/ubuntu focal-security multiverse # deb-src http://security.ubuntu.com/ubuntu focal-security multiverse # This system was installed using small removable media # (e.g. netinst, live or single CD). The matching "deb cdrom" # entries were disabled at the end of the installation process. # For information about how to configure apt package sources, # see the sources.list(5) manual. deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable # deb-src [arch=amd64] https://download.docker.com/linux/ubuntu focal stable ``` -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1896405 Title: Cannot install libglib2.0-dev on ubuntu 20.04.1 Status in glib2.0 package in Ubuntu: Invalid Bug description: I already tried running `apt update/upgrade`, but it did not make any difference. Why these versions conflicts are happening? 1. libglib2.0-bin : Conflicts: libglib2.0-bin:i386 but 2.64.2-1~fakesync1 is to be installed 1. libglib2.0-bin:i386 : Conflicts: libglib2.0-bin but 2.64.3-1~ubuntu20.04.1 is installed 1. libglib2.0-dev : Depends: libglib2.0-0 (= 2.64.2-1~fakesync1) but 2.64.3-1~ubuntu20.04.1 is installed 1. libglib2.0-0 : Breaks: libglib2.0-0:i386 (!= 2.64.3-1~ubuntu20.04.1) but 2.64.2-1~fakesync1 is to be installed 1. libglib2.0-0:i386 : Breaks: libglib2.0-0 (!= 2.64.2-1~fakesync1) but 2.64.3-1~ubuntu20.04.1 is installed ``` $ sudo aptitude install libglib2.0-dev The following NEW packages will be installed: gcc-10-base:i386{a} libblkid-dev{a} libblkid1:i386{a} libc6:i386{a} libcrypt1:i386{a} libelf1:i386{a} libffi-dev{a} libffi7:i386{a} libgcc-s1:i386{a} libglib2.0-0:i386{ab} libglib2.0-bin:i386{ab} libglib2.0-dev{b} libglib2.0-dev-bin{a} libidn2-0:i386{a} libmount-dev{a} libmount1:i386{a} libpcre2-8-0:i386{a} libpcre2-dev{a} libpcre2-posix2{a} libpcre3:i386{a} libselinux1:i386{a} libselinux1-dev{a} libsepol1-dev{a} libunistring2:i386{a} zlib1g:i386{a} 0 packages upgraded, 25 newly installed, 0 to remove and 0 not upgraded. Need to get 8.701 kB of archives. After unpacking 41,3 MB will be used. The following packages have unmet dependencies: libglib2.0-bin : Conflicts: libglib2.0-bin:i386 but 2.64.2-1~fakesync1 is to be installed libglib2.0-bin:i386 : Conflicts: libglib2.0-bin but 2.64.3-1~ubuntu20.04.1 is installed libglib2.0-dev : Depends: libglib2.0-0 (= 2.64.2-1~fakesync1) but 2.64.3-1~ubuntu20.04.1 is installed libglib2.0-0 : Breaks: libglib2.0-0:i386 (!= 2.64.3-1~ubuntu20.04.1) but 2.64.2-1~fakesync1 is to be installed libglib2.0-0:i386 : Breaks: libglib2.0-0 (!= 2.64.2-1~fakesync1) but 2.64.3-1~ubuntu20.04.1 is installed open: 2; closed: 4; defer: 0; conflict: 0 The following actions will resolve these dependencies: Keep the following packages at their current version: 1) libglib2.0-0:i386 [Not Installed] 2) libglib2.0-bin:i386 [Not Installed] 3) libglib2.0-dev [Not Installed] Accept this solution? [Y/n/q/?] y No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B of archives. After unpacking 0 B will be used. ``` ``` $ cat /etc/os-release NAME="Ubuntu" VERSION="20.04.1 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.1 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal ``` To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1896405/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp