Originally posted by NoWorries
View Post
Announcement
Collapse
No announcement yet.
Final Focal on Kubuntu 20.04
Collapse
This topic is closed.
X
X
-
Originally posted by kubicle View PostQt and plasma versions are separate and not linked together, for example Neon has plasma 5.14.8 and Qt 5.14.1 (plasma 5.12.8, which you linked to was released a year ago)
https://www.qt.io/blog/qt-5.12.8-releasedOn #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click
- Top
- Bottom
Comment
-
Originally posted by TeunisThe future of QT might be KT:
https://www.phoronix.com/scan.php?pa...ssible-Qt-Fork
- Top
- Bottom
Comment
-
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Originally posted by Snowhog View Post121 updates this morning. Qt 5.12.8 here.
[ATTACH=CONFIG]8739[/ATTACH]
- Top
- Bottom
Comment
-
I was installing the updates that popped up this evening and I ran into the following error. I rebooted to try to clear the system and rerun the update, but this one item seems to not want to update - any ideas?
frank@InfinityStone:~$ sudo apt full-upgrade
[sudo] password for frank:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libkf5mailtransport5abi2 : Depends: libkpimsmtp5abi1 but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
frank@InfinityStone:~$ sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libkpimitinerary-data libkpimitinerary5 libkpimpkpass5 libphonenumber7 libprotobuf17 libzxingcore1
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libkpimsmtp5abi1
The following NEW packages will be installed:
libkpimsmtp5abi1
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
146 not fully installed or removed.
Need to get 0 B/47.1 kB of archives.
After this operation, 290 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 492703 files and directories currently installed.)
Preparing to unpack .../libkpimsmtp5abi1_19.12.3-0ubuntu1_amd64.deb ...
Unpacking libkpimsmtp5abi1:amd64 (19.12.3-0ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/libkpimsmtp5abi1_19.12.3-0ubuntu1_amd64.deb (--unpack):
trying to overwrite '/usr/share/locale/ar/LC_MESSAGES/libksmtp5.mo', which is also in package libkpimsmtp5:amd64 19.04.3-0ubuntu2
Errors were encountered while processing:
/var/cache/apt/archives/libkpimsmtp5abi1_19.12.3-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
frank@InfinityStone:~$
- Top
- Bottom
Comment
-
While attempting to upgrade 236 packages I had a similar error:
Selecting previously unselected package libkpimsmtp5abi1:amd64.
Preparing to unpack .../02-libkpimsmtp5abi1_19.12.3-0ubuntu1_amd64.deb ...
Unpacking libkpimsmtp5abi1:amd64 (19.12.3-0ubuntu1) ...
dpkg: error processing archive /tmp/apt-dpkg-install-4gPfK8/02-libkpimsmtp5abi1_19.12.3-0ubuntu1_amd64.deb (--unpack):
trying to overwrite '/usr/share/locale/ar/LC_MESSAGES/libksmtp5.mo', which is also in package libkpimsmtp5:amd64 19.04.3-0ubuntu2
...
Selecting previously unselected package libkf5eventviews5abi1:amd64.
Preparing to unpack .../10-libkf5eventviews5abi1_4%3a19.12.3-0ubuntu1_amd64.deb ...
Unpacking libkf5eventviews5abi1:amd64 (4:19.12.3-0ubuntu1) ...
Errors were encountered while processing:
/tmp/apt-dpkg-install-4gPfK8/02-libkpimsmtp5abi1_19.12.3-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
jerry@Aspire-V3-771:~$
sudo apt install -f
sudo dpkg --configure -a
sudo apt clean
etc...
but nothing worked.
So, after wasting 30 minutes trying to resolve the issue it just took 3 minutes to roll back to the snapshot I made before the update, which I am running in right now.Last edited by GreyGeek; Apr 14, 2020, 09:27 PM."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
I had the same problem and I decided to replace my version of Kubuntu 19.10 with the latest download of 20.04. So on my Laptop I have two similar versions of Kubuntu 20.04 in separate partitions.
I found it interesting that this new installation did not result in the above reported error, even after installing the majority of packages.
I had an alternative reason for wanting to have another copy of 20.04 in a separate partition. I was wanting to try the Linux Kernel 5.6 and didn't want to damage my "standard" version of 20.04.
The approach that I have had success at installing Linux Kernel 5.6 can be found at http://ubuntuhandbook.org/index.php/...tu-linux-mint/.
All is working well and I will certainly let you know if I have any problems as Kernel 5.6 has had a good report from phoronix at: https://www.phoronix.com/scan.php?pa...features&num=1
- Top
- Bottom
Comment
-
Well, I didn't feel like going back to my snapshot, so I was finally able to purge KMail via Muon... It would error through Discover and even through Terminal when trying to purge.
I did try to reinstall KMail afterward, but ran into the same error again, so I just purged it and ran the same commands you listed after a reboot. The error is gone when running updates. I never used KMail anyway, so not a big deal for me personally.
Originally posted by GreyGeek View PostWhile attempting to upgrade 236 packages I had a similar error:
I tried a few of the easy things:
sudo apt install -f
sudo dpkg --configure -a
sudo apt clean
etc...
but nothing worked.
So, after wasting 30 minutes trying to resolve the issue it just took 3 minutes to roll back to the snapshot I made before the update, which I am running in right now.
- Top
- Bottom
Comment
-
On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click
- Top
- Bottom
Comment
-
Originally posted by acheron View Post
EDIT: Did the update. All is well in the garden!Last edited by GreyGeek; Apr 15, 2020, 12:59 PM."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
@ NoWorries
Good to see you there!
For the given link (#106), Parent Directory brings you to the Ubuntu mainline Kernel Server. Click << Name >> to get the latest.
As you can see, the latest stable patch is 5.6.4. Kernel 5.5 shows 17 patches at 5.5.17. A kernel is dynamic up to [EOL].
You must upgrade the Kernel, it is your responsibility to get the latest security and/or bug fix.
These Kernel's do not support secure boot. Keep it enabled requires an extra tweak in Mok Manager.
https://lkml.org/lkml/2020/4/13/358
https://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D
Take care,Last edited by Radcliff; Apr 15, 2020, 02:37 PM.
- Top
- Bottom
Comment
-
I would like to confirm whether Focal will be supported for the usual 3 years or it will be extended to 5 years as people on reddit suggested. :SMultibooting: Kubuntu Noble 24.04
Before: Jammy 22.04, Focal 20.04, Precise 12.04 Xenial 16.04 and Bionic 18.04
Win XP, 7 & 10 sadly
Using Linux since June, 2008
- Top
- Bottom
Comment
-
Originally posted by kyonides View PostI would like to confirm whether Focal will be supported for the usual 3 years or it will be extended to 5 years as people on reddit suggested. :S
Reddit link?On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click
- Top
- Bottom
Comment
Comment