使用 apt 升级时出现分段错误(核心转储)

使用 apt 升级时出现分段错误(核心转储)

Ubuntu 19.04,从 18.04 升级。

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 19.04
Release:    19.04
Codename:   disco

自从我 5 月份开始使用这台电脑以来,它一直运行良好,更新也很好(我购买时预装了 Ubuntu,然后手动升级)。我去度假一周左右,回来后更新如下:

root@charles-H310M:/home/charles# apt update && apt upgrade
Hit:1 http://security.ubuntu.com/ubuntu disco-security InRelease
Hit:2 http://gb.archive.ubuntu.com/ubuntu disco InRelease                                                                                 
Hit:3 http://ppa.launchpad.net/damentz/liquorix/ubuntu disco InRelease                                                                    
Hit:4 http://gb.archive.ubuntu.com/ubuntu disco-updates InRelease                                                                         
Hit:5 http://ppa.launchpad.net/oguzhaninan/stacer/ubuntu disco InRelease                                                                  
Hit:6 http://gb.archive.ubuntu.com/ubuntu disco-backports InRelease                                                                       
Ign:7 http://linux.dropbox.com/ubuntu cosmic InRelease                                                                                    
Hit:8 http://packages.microsoft.com/repos/vscode stable InRelease                                                                         
Hit:9 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu disco InRelease                                                                       
Get:10 http://linux.dropbox.com/ubuntu cosmic Release [6,600 B]                                                                           
Hit:11 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu disco InRelease                                                            
Hit:12 http://ppa.launchpad.net/remmina-ppa-team/remmina-next/ubuntu disco InRelease                                                      
Ign:13 http://repo.vivaldi.com/stable/deb stable InRelease                                                                                
Hit:14 http://ppa.launchpad.net/webupd8team/java/ubuntu disco InRelease                                                                   
Hit:15 http://repo.vivaldi.com/stable/deb stable Release                                                                      
Hit:16 http://archive.canonical.com disco InRelease                                                                           
Hit:17 http://linux.teamviewer.com/deb stable InRelease                                                 
Hit:18 https://wavebox.pro/dl/client/repo x86_64/ InRelease
Fetched 6,600 B in 1s (5,433 B/s)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
47 packages can be upgraded. Run 'apt list --upgradable' to see them.
Segmentation fault (core dumped)
E: Problem executing scripts APT::Update::Post-Invoke-Stats '[ ! -f /usr/lib/ubuntu-advantage/apt-esm-hook ] || /usr/lib/ubuntu-advantage/apt-esm-hook'
E: Sub-process returned an error code

因此,看起来有问题的软件包是 ubuntu-advantage-tools,但我犹豫是否要清除它,因为它是 ubuntu-minimal 软件包的一部分,这听起来很重要。

有什么建议么?

答案1

更新:所以答案是运行“apt upgrade”,因为我的命令使用了&&,所以没有到达那部分。


虽然严格来说这不是答案,但看起来标准软件更新程序 GUI 应用程序能够很好地处理这一切。这让我有点恼火/担心。

因此,我对自己的问题的‘答案’是使用软件更新程序 GUI。

相关内容