Nope. Muon was removed. Here is the 'trail':
The following packages have unmet dependencies:
muon : Depends: apt-xapian-index but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
The following packages have unmet dependencies:
apt-xapian-index : Depends: python3-apt (>= 0.7.93.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
python3-apt is already the newest version (1.9.10).
python3-apt set to manually installed.
So, it looks (to me) that the issue is a problem with packaging version information with python3-apt.
Announcement
Collapse
No announcement yet.
Final Focal on Kubuntu 20.04
Collapse
This topic is closed.
X
X
-
Performing an update and full-upgrade on my 20.04 system 'as I type'. I noticed that:
Removing muon (4:5.8.0-1ubuntu5) ...
Removing apt-xapian-index (0.49ubuntu3) ...
Removing index /var/lib/apt-xapian-index...
I'll verify or disprove that Muon Package Manager isn't available after the full-upgrade completes.
- Top
- Bottom
Leave a comment:
-
Curious, here I don't have this problem.
Moun's history tab tells me it was last update yesterday the 23th.
apt-xapian-index was part of the original install on the 6th and there has not been an update since.
- Top
- Bottom
Leave a comment:
-
Another small problem that arose this morning is that Muon is no longer working. I found that it was no longer installed on my system and when I tried to install it, I got the error messageThis problem impacts all systems, so will have to wait for a fix.Code:sudo apt install muon 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. muon : Depends: apt-xapian-index but it is not going to be installed E: Unable to correct problems, you have held broken packages.
- Top
- Bottom
Leave a comment:
-
It is now the final month to the release of Focal.
I am continuing to find this to be a very stable distribution.
Dolphin continues to not show "Removable Devices" when launched on my system. I have to right mouse click in the left panel "Places" and select "Show Hidden Places" each time I want Dolphin to remove an attached device.
With my Pre-release updates selected, I get the current status of Info Centre versions shown in this table.
I am very pleased with the steady advancement of the Focal LTS. It will be interesting to see if the Kernel Version 5.6.0, used by Radcliff above, becomes available in a Canonical ppa.2 Months to go 1 Month to go KDE Plasma Version 5.18.1 5.18.3 KDE Frameworks Version 5.67.0 5.67.0 QT Version 5.12.5 5.12.5 Kernel Version 5.4.0-15-generic 5.4.0-18-generic
- Top
- Bottom
Leave a comment:
-
Kernel PPA
There is one available every Sunday night on the East Coast. Kernel PPA:Originally posted by NoWorries View PostWhile I have no problems with the first 3 Versions listed above, I find it problematic that you have Kernel Version: 5.6.0. I have not found any canonical ppa with Kernel 5.6.0. So I assume that you have built and install it in your version of Kubuntu 20.04.
So while Kernel 5.6.0 has many very desirable improvements, I would be very wary of any instability in your installation with this Kernel.
https://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D
You need to download 4 packages:
linux-headers-5.6.0-050600rc5_5.6.0-050600rc5.202003082130_all.deb
linux-headers-5.6.0-050600rc5-generic_5.6.0-050600rc5.202003082130_amd64.deb
linux-image-unsigned-5.6.0-050600rc5-generic_5.6.0-050600rc5.202003082130_amd64.deb
linux-modules-5.6.0-050600rc5-generic_5.6.0-050600rc5.202003082130_amd64.deb
Complite them that way, just make sure there are no other .deb files in the Downloads folder:
Code:cd //home/yourusername/Downloads
They have nothing to do with problems that I've been reporting, simply because they're also in stock Kernel. This week, they are not available for the given reason 5.6-rc6.Code:sudo dpkg -i *.deb
The bug with messages is gone for a week, same for the Tumbleweed flash drive. Only Synaptic issue remains: It records internal stuff, but not incoming updates.
Lastly, mainline Kernel is not unstable here, corrections via telemetry are applied on next Sunday. We Just see it as a supplementary source of excitement.
https://lkml.org/
Edit:
You must boot in the Grub menu when enabling the mainline Kernel channel. Grub must be set that way when not dual boot:
Code:GRUB_DEFAULT=0 GRUB_TIMEOUT_STYLE=false GRUB_TIMEOUT=7 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX=""
Last edited by Radcliff; Mar 29, 2020, 02:20 PM.
- Top
- Bottom
Leave a comment:
-
I keep getting a message that this thread has been moved. I am not sure where it is going but I can still post problems that I am having. I just hope that a solution can be found
On both of my systems with 20.04, I keep getting the error with initramfs-tools. I realize that this has been fixed, but I still get this error message after each update.
I hope a solution can be found to this problem, as it is annoying to see it still happening after the "fix".Code:0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y Setting up initramfs-tools (0.136ubuntu1) ... update-initramfs: deferring update (trigger activated) Processing triggers for initramfs-tools (0.136ubuntu1) ... update-initramfs: Generating /boot/initrd.img-5.4.0-17-generic ln: failed to create symbolic link '/var/tmp/mkinitramfs_Sfnqs4//usr/share/plymouth/themes/default.plymouth': File exists E: /usr/share/initramfs-tools/hooks/plymouth.orig failed with return 1. update-initramfs: failed for /boot/initrd.img-5.4.0-17-generic with 1. dpkg: error processing package initramfs-tools (--configure): installed initramfs-tools package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: initramfs-tools E: Sub-process /usr/bin/dpkg returned an error code (1)
- Top
- Bottom
Leave a comment:
-
While I have no problems with the first 3 Versions listed above, I find it problematic that you have Kernel Version: 5.6.0. I have not found any canonical ppa with Kernel 5.6.0. So I assume that you have built and install it in your version of Kubuntu 20.04.Originally posted by Radcliff View PostCode:Operating System: Kubuntu 20.04 KDE Plasma Version: 5.18.2 KDE Frameworks Version: 5.67.0 Qt Version: 5.12.5 Kernel Version: 5.6.0-050600rc5-generic
So while Kernel 5.6.0 has many very desirable improvements, I would be very wary of any instability in your installation with this Kernel.
- Top
- Bottom
Leave a comment:
-
Same here, no problems BUT I did a fresh install on the 8th. because of multiple problems including the initramfs one.
Presently all is working very well, including some proprietary software like Nvidia, Vuescan, a Xerox printer and Softmaker Office.
- Top
- Bottom
Leave a comment:
-
It is probably only people who did an upgrade last Sunday, and got a bad package before it was pulled.
- Top
- Bottom
Leave a comment:
-
It must not affect everybody. I just did a full update-upgrade and I encountered no errors.
- Top
- Bottom
Leave a comment:
-
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.
Leave a comment: