Re: Help! Last chromium version needed in debian-edu 11
Mike Gabriel <[email protected]>
| Newsgroups | gmane.linux.debian.devel.education |
|---|---|
| Organization | DAS-NETZWERKTEAM |
| Message-ID | <20250212125612.Horde._HXtdT1Ysb5l1PvS2am6Ipx@mail.das-netzwerkteam.de> |
Hi, On Di 11 Feb 2025 14:59:43 CET, Lorenzo Ceriani wrote: > Hi, > I've run a computer lab with debian-edu 11 without trouble for some years. > The lab will be used for a national online school test next April, and last > version of chromium or other browser is needed from the test platform. > (120.0.6099.224 that is available in bullseye at the moment is not enough) > I tried to do this on a test machine: > >> add the line deb http://ftp.de.debian.org/debian sid main to sources.list >> apt update >> apt install chromium >> delete the line from sources.list >> apt update > > it succeeded in upgrading chromium to version 133. etc but it broke > something else in the system: now user sessions ends at random and i found > errors like > "Error getting user list from org.freedesktop.Accounts" in > /var/log/messages and whatever else. > I understand it can't work in that way. > > Is there a cleaner way to solve the problem? > Shall I try to upgrade to debian-edu 12 even it isn't released yet? > Thanks for any help or suggestions! > > Lorenzo installing Debian sid package on a Debian 11 system pulls in uncontrollable dependencies and breakage of the system is likely. You could upgrade/dist-upgrade your workstations (not the Debian Edu server!!!) to Debian Edu 12 via: sed -i /etc/apt/sources.list -e "s/bullseye/bookworm/g" sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade This should work... Mike -- mike gabriel aka sunweaver (Debian Developer) mobile: +49 (1520) 1976 148 landline: +49 (4351) 486 14 27 GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31 mail: [email protected], http://sunweavers.net
signature.asc
(application/pgp-signature, 851 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIzBAABCgAdFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAmesmmoACgkQmvRrMCV3 GzGPKA//WR/7htitLxXJUFOvcyGq4DmnEeO9KEIy6LLRAWrlcs3zggj3rBuv8Umu fqlqXplHl7XfjYwJ1mBK1yZKcEqKsc/b8IqChFBPOBxUtMAZ1kr9plm8twSDAbdB NZFl7zU8FIMSOewE3oz9qGB6JXLQpcUNOq/Ed33saiXMZzpRdCrLVw5oMw58ByH3 ZuZuy7aVqhjO1DZ7psgxrVBHYNNyC5JitDe/fgmAYJkAe89oS98yOielumdR8bBx 6HWmq8GkvLqih/DSUjSqrP1KI8RfKMnvyZqe62SQMcTaUVS6m64VPNDpdHL+nAGd h96KU6xoW/OSVzf3ng5+yGaC5gItBPu9eKF1eIts9udp/eGjiMjrNG5E/YphAkKf Cvq/VRzSCOrmQQgHzljNdq5byBqj6I8VNOsxpq0oKotGBO7Hxdf7C124XBsRnwC1 VSWBuHeuPSsJrzoC0XbAvle69tPgzfhOJ3Bb8DSzCDVGq6siBOQugOHnYg+LCFzH yfU836imD+99YtC92k1gamTBTqX7t6p3UYkJMBxvc1U99MCeEhacbaHb+svMZSz3 fFLSjg2nDeqBVfqaxMjUTEkIoGgPHAzy24powXxtVxzn21Ii2CEHAIEEsw/J2KA9 cHl7aukOm7lgzd02aILgLFQasnv3aWIXkVhLL+PP4FztyexdSD4= =FI2a -----END PGP SIGNATURE-----