Almudena Garcia, le ven. 03 juil. 2020 17:10:06 +0200, a ecrit: > > Again, do you have properly set up the apt sources, notably the > > unreleased one? There are installable versions of these there. > > I attach my sources.list . I have all repositories, except the snapshot
Ok so probably just first remove libgcc1, or if that entails removing a lot of packages, tell apt to upgrade gcc-9 at the same time you remove libgcc1: apt-get install gcc-9 libgcc1- Concerning vim, git etc., use "apt-cache policy vim" etc to know the version you can install from unreleased, and install them this way: apt-get install vim=2:8.2.0716-2 Samuel