Look at the title of his thread now. He's changed it to say he's using plasma 5.22 on mx21 beta. He's not, I think. Just pointing it out based on his qsi.andyprough wrote: Thu Aug 12, 2021 12:39 pmHe doesn't need mx21 beta, he knows how to run Norbert's KDE packages with the MX Buster repos.
It's hard to do though. Not surprising that he's having the networking issue. Networking is usually the first thing that goes out for me. @MAYBL8, have you been able to re-establish your network connection through the normal method of killing the NetworkManager process and re-starting it?
MX Modified - Latest MX KDE 5.22 Using MX21 beta
Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400
- andyprough
- MX Packager
- Posts: 918
- Joined: Tue Jul 23, 2019 10:16 pm
Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta
That's because I changed the title and the content of the first post in this thread to reflect that the KDE packages now run on MX21 beta. When he starts a new post, then it reflects the edited title of the first post. It's a funny quirk of the forum's software.asqwerth wrote: Thu Aug 12, 2021 10:46 pmLook at the title of his thread now. He's changed it to say he's using plasma 5.22 on mx21 beta. He's not, I think. Just pointing it out based on his qsi.andyprough wrote: Thu Aug 12, 2021 12:39 pmHe doesn't need mx21 beta, he knows how to run Norbert's KDE packages with the MX Buster repos.
It's hard to do though. Not surprising that he's having the networking issue. Networking is usually the first thing that goes out for me. @MAYBL8, have you been able to re-establish your network connection through the normal method of killing the NetworkManager process and re-starting it?
Primary Computer - Commodore 64: Processor - MOS 6510/8500, 1.023MHz; Memory - 64kb RAM, 20kB ROM - 8k BASIC V2, 8k Kernel, 4k Character ROM; Display output - 320x200, 16 colours; OS - BASIC V2.0; Weight: 1.8kg
Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta
Sorry that didn't work either.
Also when I killed the process it started up on its own, thought that was curious.
Only reboot got it working again.
Also when I killed the process it started up on its own, thought that was curious.
Only reboot got it working again.
Code: Select all
$ ps -A | grep Net
861 ? 00:00:01 NetworkManager
dcihon@mx-kde-sid:~
$ sudo kill -KILL 861
[sudo] password for dcihon:
dcihon@mx-kde-sid:~
$ ps -A | grep Net
3893 ? 00:00:00 NetworkManager
dcihon@mx-kde-sid:~
$ sudo NetworkManager start
dcihon@mx-kde-sid:~
$ ps -A | grep Net
3893 ? 00:00:00 NetworkManager
dcihon@mx-kde-sid:~
- andyprough
- MX Packager
- Posts: 918
- Joined: Tue Jul 23, 2019 10:16 pm
Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta
What's your version of NetworkManager? I wonder if your system pulled in a newer version to support some KDE 5.22 packages?MAYBL8 wrote: Fri Aug 13, 2021 7:43 am Sorry that didn't work either.
Also when I killed the process it started up on its own, thought that was curious.
Only reboot got it working again.
Are you using the Debian unstable repo to provide your required dependencies?
Primary Computer - Commodore 64: Processor - MOS 6510/8500, 1.023MHz; Memory - 64kb RAM, 20kB ROM - 8k BASIC V2, 8k Kernel, 4k Character ROM; Display output - 320x200, 16 colours; OS - BASIC V2.0; Weight: 1.8kg
Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta
Code: Select all
dcihon@mx-kde-sid:~
$ Active apt repos in: /etc/apt/sources.list.d/debian.list
1: deb http://ftp.us.debian.org/debian/ unstable main contrib non-free
^C
dcihon@mx-kde-sid:~
$ apt list network-manager
Listing... Done
network-manager/unstable,now 1.30.0-2 amd64 [installed]
network-manager/unstable 1.30.0-2 i386
- andyprough
- MX Packager
- Posts: 918
- Joined: Tue Jul 23, 2019 10:16 pm
Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta
I got a strange error today when running 'apt upgrade':
Don't think I've ever seen this kind of an error message with apt before. apt recommended I run the command again with a "--fix-missing" tag on the end. That worked, although it appears to have simply caused apt to accept and install the package with the mismatched hash.
EDIT - I was wrong. Running the command with "--fix-missing" allowed all the rest of the upgraded packages to be installed, but plasma-desktop still gets the mismatched hash error and refuses to upgrade. Running "apt clean" or "apt-get clean" do not fix it.
Code: Select all
E: Failed to fetch https://widehat.opensuse.org/repositories/home:/npreining:/debian-kde:/plasma522/Debian_Testing/amd64/plasma-desktop_5.22.4-1~np1_amd64.deb Hash Sum mismatch
Hashes of expected file:
- SHA256:343d869e6ed1a63925b7a12c9b54704d0bb25c4653566af0cc3ebcaa4fbee4ab
- SHA1:4197498272485f222056e967db99f2fc165e495c [weak]
- MD5Sum:dccf8d3f5d5671eedfc0a1c165ced279 [weak]
- Filesize:1032636 [weak]
Hashes of received file:
- SHA256:0949183902a774d399e38e5bfeea380059b5863586b3b9860b730e26eac46625
- SHA1:1edb421edb3bd45c162eb2b3b895af33a4d09a60 [weak]
- MD5Sum:9101191919f7cc5d31abf0e9bc18cc66 [weak]
- Filesize:1032636 [weak]
Last modification reported: Tue, 27 Jul 2021 15:12:04 +0000
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
EDIT - I was wrong. Running the command with "--fix-missing" allowed all the rest of the upgraded packages to be installed, but plasma-desktop still gets the mismatched hash error and refuses to upgrade. Running "apt clean" or "apt-get clean" do not fix it.
Primary Computer - Commodore 64: Processor - MOS 6510/8500, 1.023MHz; Memory - 64kb RAM, 20kB ROM - 8k BASIC V2, 8k Kernel, 4k Character ROM; Display output - 320x200, 16 colours; OS - BASIC V2.0; Weight: 1.8kg
Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta
Code: Select all
Operating System: Debian GNU/Linux 11
KDE Plasma Version: 5.22.4
KDE Frameworks Version: 5.85.0
Qt Version: 5.15.2
Kernel Version: 5.10.0-1-amd64 (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-10510U CPU @ 1.80GHz
Memory: 15.3 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics
- andyprough
- MX Packager
- Posts: 918
- Joined: Tue Jul 23, 2019 10:16 pm
Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta
Big update from @norbert on his blog today: https://www.preining.info/blog/2021/08/ ... 021-08-18/
He posts lots of information on the progress of moving the various plasma, frameworks, and "gears" packages into the current Debian Experimental and Unstable repos.
If you want to continue accessing the very latest packages directly from Norbert's OBS repos, you'll still be able to do that.
Depending on your setup, you may need to update your OBS repos to access these latest packages.
OBS repos for systems running Debian Sid [Unstable] currently reside at:
OBS repos for systems running Debian Testing ("Bookworm") are the same, but change out the word "Unstable" for "Testing".
If you are running the newest KDE packages on Bullseye, you will need an extra repo called "other-deps", and your OBS repos will look like:
A final note on the page warns:
[Note - the above message will probably be confusing to some people to read because of all the different repos that are being discussed. If you are reading this message and you are confused, that means you are probably not the target audience and should probably not try installing these updated KDE packages. As always - this is experimental and completely unsupported. As always - back up all your data before you add any repos and try anything experimental, so that you don't make a mess of things and lose data somehow.]
He posts lots of information on the progress of moving the various plasma, frameworks, and "gears" packages into the current Debian Experimental and Unstable repos.
If you want to continue accessing the very latest packages directly from Norbert's OBS repos, you'll still be able to do that.
Depending on your setup, you may need to update your OBS repos to access these latest packages.
OBS repos for systems running Debian Sid [Unstable] currently reside at:
Code: Select all
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/frameworks/Debian_Unstable/ ./
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/plasma522/Debian_Unstable/ ./
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/apps2108/Debian_Unstable/ ./
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/other/Debian_Unstable/ ./
If you are running the newest KDE packages on Bullseye, you will need an extra repo called "other-deps", and your OBS repos will look like:
Code: Select all
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/other-deps/Debian_Testing/ ./
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/frameworks/Debian_Testing/ ./
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/plasma522/Debian_Testing/ ./
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/apps2108/Debian_Testing/ ./
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/other/Debian_Testing/ ./
I'm assuming that he's referring to the Debian Experimental, Unstable, and Testing packages as those get uploaded. I don't think this warning probably applies to the normal OBS repos. Now that we can move the OBS repos to the stable Bullseye branch, we should actually see fewer problems (I think/hope).Expect continued breakage of the next weeks until the upload storm subsides a bit.
[Note - the above message will probably be confusing to some people to read because of all the different repos that are being discussed. If you are reading this message and you are confused, that means you are probably not the target audience and should probably not try installing these updated KDE packages. As always - this is experimental and completely unsupported. As always - back up all your data before you add any repos and try anything experimental, so that you don't make a mess of things and lose data somehow.]
Primary Computer - Commodore 64: Processor - MOS 6510/8500, 1.023MHz; Memory - 64kb RAM, 20kB ROM - 8k BASIC V2, 8k Kernel, 4k Character ROM; Display output - 320x200, 16 colours; OS - BASIC V2.0; Weight: 1.8kg
Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta
Looks like I might have several issues today:
Code: Select all
dcihon@mx-kde-sid:~
$ sudo apt-get update
Get:1 http://ftp.osuosl.org/pub/mxlinux/mx/repo buster InRelease [19.9 kB]
Hit:2 http://ftp.us.debian.org/debian unstable InRelease
Hit:3 http://mxrepo.com/mx/repo buster InRelease
Ign:4 http://repo.vivaldi.com/stable/deb stable InRelease
Hit:5 http://repo.vivaldi.com/stable/deb stable Release
Hit:6 http://deb.anydesk.com all InRelease
Get:7 http://ftp.osuosl.org/pub/mxlinux/mx/repo buster/main i386 Packages [427 kB]
Hit:8 http://download.opensuse.org/repositories/home:/stevenpusser:/QCAD/Debian_Unstable InRelease
Get:9 http://ftp.osuosl.org/pub/mxlinux/mx/repo buster/main amd64 Packages [433 kB]
Get:10 http://ftp.osuosl.org/pub/mxlinux/mx/repo buster/main i386 Contents (deb) [3,320 kB]
Hit:12 https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/frameworks/Debian_Unstable ./ InRelease
Hit:13 https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/plasma522/Debian_Unstable ./ InRelease
Hit:14 https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/apps2108/Debian_Unstable ./ InRelease
Get:15 http://ftp.osuosl.org/pub/mxlinux/mx/repo buster/main amd64 Contents (deb) [3,329 kB]
Hit:16 https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/other/Debian_Unstable ./ InRelease
Hit:17 https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/other-deps/Debian_Unstable ./ InRelease
Get:18 http://ftp.osuosl.org/pub/mxlinux/mx/repo buster/non-free amd64 Packages [35.3 kB]
Get:19 http://ftp.osuosl.org/pub/mxlinux/mx/repo buster/non-free i386 Packages [33.1 kB]
Get:20 http://ftp.osuosl.org/pub/mxlinux/mx/repo buster/non-free i386 Contents (deb) [14.7 kB]
Get:21 http://ftp.osuosl.org/pub/mxlinux/mx/repo buster/non-free amd64 Contents (deb) [18.0 kB]
Get:22 http://ftp.osuosl.org/pub/mxlinux/mx/repo buster/ahs i386 Packages [193 kB]
Get:23 http://ftp.osuosl.org/pub/mxlinux/mx/repo buster/ahs amd64 Packages [202 kB]
Get:24 http://ftp.osuosl.org/pub/mxlinux/mx/repo buster/ahs amd64 Contents (deb) [2,996 kB]
Get:25 http://ftp.osuosl.org/pub/mxlinux/mx/repo buster/ahs i386 Contents (deb) [3,417 kB]
Fetched 14.4 MB in 3s (5,622 kB/s)
Reading package lists... Done
dcihon@mx-kde-sid:~
$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
cryptsetup-run libalkimia5-7 libaqbanking-data libaqbanking44 libcmis-0.5-5v5 libgwengui-qt5-79 libgwenhywfar-data libgwenhywfar79 libkchart2
libkchart2-l10n libkf5torrent6abi1 libkf5webkit5 libkpimgapidrive5 libllvm11 libllvm11:i386 libofx7 libosp5 libqrcodegencpp1 librest-0.7-0
libsqlcipher0 libstrictures-perl libxdamage1:i386 libxmlb1
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
kde-full kdeutils kgpg kio-gdrive kmymoney libavresample4
The following NEW packages will be installed:
libhandy-1-0 libicu67:i386 libidn12 libkf5torrent6abi2 libllvm12 libllvm12:i386 liblzma5:i386 libxml2:i386 libxmlb2 libzimg2 libzxingcore1
rpcsvc-proto
The following packages have been kept back:
step vlc-data vlc-plugin-base vlc-plugin-video-output
The following packages will be upgraded:
accountwizard adwaita-icon-theme akonadi-backend-mysql akonadi-contacts-data akonadi-mime-data akonadi-server akonadiconsole akregator anacron
analitza-common ark artikulate base-files blinken bomber bovo bsdextrautils bsdutils bubblewrap busybox cantor coinor-libcoinutils3v5 cpio
cryptsetup cryptsetup-bin cryptsetup-initramfs cryptsetup-run dconf-editor debianutils deborphan dictionaries-common dmidecode dolphin
dolphin-plugins dragonplayer e2fsprogs eject elinks elisa fdisk ffmpegthumbs filelight firefox firmware-amd-graphics firmware-atheros firmware-bnx2
firmware-bnx2x firmware-brcm80211 firmware-intel-sound firmware-intelwimax firmware-ipw2x00 firmware-iwlwifi firmware-libertas firmware-linux
firmware-linux-nonfree firmware-misc-nonfree firmware-myricom firmware-netxen firmware-qlogic firmware-realtek fonts-opensymbol fwupd ghostscript
ghostscript-x gir1.2-freedesktop gir1.2-glib-2.0 glib-networking glib-networking-common glib-networking-services gnome-keyring gnome-keyring-pkcs11
granatier gwenview hunspell-en-gb hyphen-en-gb ifupdown juk k3b k3b-data kaccounts-integration kaccounts-providers kaddressbook kaddressbook-data
kalarm kalgebra kalgebra-common kalzium kalzium-data kamera kanagram kapman kate kate5-data katomic kblackbox kblocks kbounce kbreakout kbruch
kcalc kcharselect kcolorchooser kde-config-cddb kde-config-cron kde-config-mailtransport kde-spectacle kdeconnect kdeedu-data kdeedu-kvtml-data
kdegames-card-data-kf5 kdegames-mahjongg-data-kf5 kdegraphics-thumbnailers kdenetwork-filesharing kdepim-runtime kdf kdialog kdiamond
keditbookmarks kf5-messagelib-data kfind kfourinline kgeography kgeography-data kget kgoldrunner khangman khelpcenter kig kigo killbots kio-audiocd
kio-extras kio-extras-data kio-ldap kiriki kiten kjumpingcube kleopatra klettres klettres-data klickety klines kmahjongg kmail
kmailtransport-akonadi kmines kmplot kmymoney-common knavalbattle knetwalk knights knotes kolf kollision kolourpaint konqueror konquest konsole
konsole-kpart konsolekalendar kontact korganizer kpat krdc kreversi krfb kruler kshisen ksirk ksnakeduel ksnip kspaceduel ksquares ksudoku
ksystemlog ktimer ktorrent ktorrent-data ktouch ktouch-data ktuberling ktuberling-data kturtle kubrick kwalletmanager kwordquiz kwrite libanalitza8
libanalitzagui8 libanalitzaplot8 libanalitzawidgets8 libasound2 libasound2-data libasound2-plugins libassuan0 libastro1 libatopology2 libavcodec58
libavfilter7 libavformat58 libavutil56 libblkid1 libbpf0 libc-bin libc-dev-bin libc-l10n libc6 libc6:i386 libc6-dev libcantorlibs28 libcfitsio9
libcolorcorrect5 libcom-err2 libcom-err2:i386 libcryptsetup12 libdatetime-format-strptime-perl libdeflate0 libdolphinvcs5 libdrm-amdgpu1
libdrm-amdgpu1:i386 libdrm-common libdrm-intel1 libdrm-intel1:i386 libdrm-nouveau2 libdrm-nouveau2:i386 libdrm-radeon1 libdrm-radeon1:i386 libdrm2
libdrm2:i386 libdv4 libdvdnav4 libdvdread8 libegl-mesa0 libegl1-mesa libext2fs2 libfdisk1 libfwupd2 libfwupdplugin1 libgbm1 libgirepository-1.0-1
libgl1-mesa-dri libgl1-mesa-dri:i386 libgl1-mesa-glx libglapi-mesa libglapi-mesa:i386 libglib2.0-0 libglib2.0-bin libglib2.0-data libglx-mesa0
libglx-mesa0:i386 libgpg-error0 libgpg-error0:i386 libgpgme11 libgpgmepp6 libgs9 libgudev-1.0-0 libio-socket-ssl-perl libk3b7 libkaccounts2
libkcolorpicker0 libkeduvocdocument5 libkf5akonadi-data libkf5akonadiagentbase5 libkf5akonadicalendar-data libkf5akonadicalendar5abi1
libkf5akonadicontact5 libkf5akonadicore5abi2 libkf5akonadimime5 libkf5akonadinotes5 libkf5akonadiprivate5abi2 libkf5akonadisearch-bin
libkf5akonadisearch-data libkf5akonadisearch-plugins libkf5akonadisearchcore5 libkf5akonadisearchdebug5 libkf5akonadisearchpim5
libkf5akonadisearchxapian5 libkf5akonadiwidgets5abi1 libkf5akonadixml5 libkf5alarmcalendar-data libkf5alarmcalendar5abi1 libkf5baloowidgets-bin
libkf5baloowidgets5 libkf5calendarsupport-data libkf5calendarsupport5abi1 libkf5calendarutils5 libkf5cddb5 libkf5compactdisc5 libkf5contacteditor5
libkf5eventviews-data libkf5eventviews5abi1 libkf5grantleetheme-plugins libkf5grantleetheme5 libkf5gravatar-data libkf5gravatar5abi2
libkf5identitymanagement5 libkf5imap-data libkf5imap5 libkf5incidenceeditor-data libkf5incidenceeditor5abi1 libkf5kdcraw5 libkf5kdegames7
libkf5kdegamesprivate7 libkf5kexiv2-15.0.0 libkf5kipi-data libkf5kipi32.0.0 libkf5kmahjongglib5 libkf5kmanagesieve5 libkf5konq6
libkf5kontactinterface-data libkf5kontactinterface5 libkf5ksieve-data libkf5ksieve5 libkf5ksieveui5 libkf5ldap-data libkf5ldap5abi1
libkf5libkdepim-data libkf5libkdepim5 libkf5libkleo-data libkf5libkleo5 libkf5mailcommon-data libkf5mailcommon5abi2 libkf5mailimporter5
libkf5mailtransport-data libkf5mailtransport5 libkf5mailtransportakonadi5 libkf5mbox5 libkf5messagecomposer5abi1 libkf5messagecore5abi1
libkf5messagelist5abi1 libkf5messageviewer5abi1 libkf5mime-data libkf5mime5abi1 libkf5mimetreeparser5abi1 libkf5pimcommon-data libkf5pimcommon5abi2
libkf5pimcommonakonadi5abi1 libkf5pimtextedit-data libkf5pimtextedit5abi2 libkf5sane-data libkf5sane5 libkf5templateparser5 libkf5tnef5
libkf5webengineviewer5abi1 libkfontinst5 libkfontinstui5 libkimageannotator-common libkimageannotator0 libkpimaddressbookimportexport5
libkpimgapi-data libkpimgapicalendar5 libkpimgapicontacts5 libkpimgapicore5abi1 libkpimgapidrive5 libkpimgapitasks5 libkpimsmtp5abi1 libkpmcore11
libktorrent-l10n libkworkspace5-5 liblibreoffice-java libmarblewidget-qt5-28 libmatroska7 libmoo-perl libmount1 libmtp-common libmtp-runtime
libmtp9 libnotificationmanager1 libokular5core9 libopenmpt-modplug1 libopenmpt0 libpam-gnome-keyring libpangomm-1.4-1v5
libplasma-geolocation-interface5 libpostproc55 libproc-processtable-perl libqgpgme7 libqmobipocket2 libqt5qml5 libqt5qmlmodels5
libqt5qmlworkerscript5 libqt5quick5 libqt5quickcontrols2-5 libqt5quickparticles5 libqt5quickshapes5 libqt5quicktemplates2-5 libqt5quicktest5
libqt5quickwidgets5 libqt5webengine-data libqt5webengine5 libqt5webenginecore5 libqt5webenginewidgets5 libreoffice-base libreoffice-base-core
libreoffice-base-drivers libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw libreoffice-gnome libreoffice-gtk3
libreoffice-help-common libreoffice-help-en-us libreoffice-impress libreoffice-java-common libreoffice-math libreoffice-sdbc-hsqldb
libreoffice-style-breeze libreoffice-style-colibre libreoffice-writer libsane-common libsane1 libsasl2-modules-kdexoauth2 libsmartcols1 libss2
libswresample3 libswscale5 libtaskmanager6abi1 libtirpc-common libtirpc-dev libtirpc3 libtirpc3:i386 libuno-cppu3 libuno-cppuhelpergcc3-3
libuno-purpenvhelpergcc3-3 libuno-sal3 libuno-salhelpergcc3-3 libunoloader-java libupower-glib3 libuuid1 libvte-2.91-0 libvte-2.91-common
libweather-ion7 libxatracker2 libzbar0 locales logsave lskat lskat-data mailcap marble marble-data marble-plugins marble-qt-data mesa-va-drivers
mesa-vdpau-drivers mesa-vulkan-drivers:i386 minuet minuet-data mlocate mount mythes-en-us netcat-traditional okular okular-extra-backends
openssh-client palapeli palapeli-data parley parley-data partitionmanager picmi plasma-desktop plasma-workspace plasma-workspace-data plocate
print-manager python3-distro python3-gi python3-gi-cairo python3-ptyprocess python3-pycurl qml-module-org-kde-analitza qml-module-org-kde-charts
qml-module-org-kde-games-core qml-module-org-kde-kaccounts qml-module-qt-labs-folderlistmodel qml-module-qt-labs-platform
qml-module-qt-labs-settings qml-module-qtqml qml-module-qtqml-models2 qml-module-qtqml-statemachine qml-module-qtquick-controls2
qml-module-qtquick-layouts qml-module-qtquick-particles2 qml-module-qtquick-shapes qml-module-qtquick-templates2 qml-module-qtquick-window2
qml-module-qtquick2 qml-module-qtwebengine qt5-qmltooling-plugins qtdeclarative5-dev qtdeclarative5-dev-tools rfkill rocs rpcbind rpl rsyslog
sane-utils sddm-theme-breeze sddm-theme-debian-breeze signon-kwallet-extension simple-scan sweeper uno-libs-private upower ure ure-java usbutils
util-linux virtualbox-ext-pack vivaldi-stable vpnc-scripts x11-common xfsprogs xkb-data xorg xserver-xorg xserver-xorg-input-all
xserver-xorg-video-all xutils yakuake
522 upgraded, 12 newly installed, 6 to remove and 4 not upgraded.
Need to get 1,033 kB/1,032 MB of archives.
After this operation, 254 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/plasma522/Debian_Unstable ./ plasma-desktop 4:5.22.4-1~np1 [1,033 kB]
Err:1 https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/plasma522/Debian_Unstable ./ plasma-desktop 4:5.22.4-1~np1
File has unexpected size (1032636 != 1032932). Mirror sync in progress? [IP: 91.193.113.70 443]
Hashes of expected file:
- SHA256:20eb72f3d90c1c07a5623700f5f4cf2e478fa28cb7f252cd428e1dcd3b27257a
- SHA1:220da94a9606d1a8a7533b7abd8cf4fc28314a0c [weak]
- MD5Sum:ceb4b3a1bac2c7eb4c870cdce71a25da [weak]
- Filesize:1032932 [weak]
E: Failed to fetch https://provo-mirror.opensuse.org//repositories/home:/npreining:/debian-kde:/plasma522/Debian_Unstable/amd64/plasma-desktop_5.22.4-1~np1_amd64.deb File has unexpected size (1032636 != 1032932). Mirror sync in progress? [IP: 91.193.113.70 443]
Hashes of expected file:
- SHA256:20eb72f3d90c1c07a5623700f5f4cf2e478fa28cb7f252cd428e1dcd3b27257a
- SHA1:220da94a9606d1a8a7533b7abd8cf4fc28314a0c [weak]
- MD5Sum:ceb4b3a1bac2c7eb4c870cdce71a25da [weak]
- Filesize:1032932 [weak]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
dcihon@mx-kde-sid:~
$
- Eadwine Rose
- Administrator
- Posts: 14584
- Joined: Wed Jul 12, 2006 2:10 am
Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta
There is a KDE beta 1 out now, check the announcements: viewtopic.php?f=131&t=66088
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030