有个上网本,虽然配置很差,但是安装的是arch,这不长时间不滚动更新出问题了,

 :: Proceed with installation? [Y/n]
(/) checking keys in keyring [##################################################] %
(/) checking package integrity [##################################################] %
error: jasper: signature from "Levente Polyak (anthraxx) <levente@leventepolyak.net>" is unknown trust
:: File /var/cache/pacman/pkg/jasper-2.0.--x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: krb5: signature from "Levente Polyak (anthraxx) <levente@leventepolyak.net>" is unknown trust
:: File /var/cache/pacman/pkg/krb5-1.13.--x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: libpsl: signature from "Levente Polyak (anthraxx) <levente@leventepolyak.net>" is unknown trust
:: File /var/cache/pacman/pkg/libpsl-0.16.--x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: libwmf: signature from "Levente Polyak (anthraxx) <levente@leventepolyak.net>" is unknown trust
:: File /var/cache/pacman/pkg/libwmf-0.2.8.4--x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: shutter: signature from "Levente Polyak (anthraxx) <levente@leventepolyak.net>" is unknown trust
:: File /var/cache/pacman/pkg/shutter-0.93.--any.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] n
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.

百度关键词signature from   archlinux

百度贴吧的解决方法是

 # pacman-key --init
# pacman-key --populate

失败

想通过卸载的方式结果

 [local1@lqspc ~]$ sudo pacman -Rcn jasper
checking dependencies...
:: avahi optionally requires gtk3: avahi-discover-standalone, bshell, bssh, bvnc
:: avahi optionally requires gtk2: gtk2 bindings
:: avahi optionally requires pygtk: avahi-bookmarks, avahi-discover
:: gegl02 optionally requires librsvg: svg plugin
:: gegl02 optionally requires jasper: jasper plugin
:: imagemagick optionally requires ghostscript: for Ghostscript support
:: imagemagick optionally requires librsvg: for SVG support
:: libwmf optionally requires gdk-pixbuf2: for pixbuf loader
:: lxde-common optionally requires lxde-icon-theme: default icon theme
:: pinentry optionally requires gtk2: gtk2 backend
:: pinentry optionally requires gcr: gnome3 backend
:: xdg-utils optionally requires libgnome: for GNOME support in xdg-open
:: xdg-utils optionally requires pcmanfm: for LXDE support in xdg-open Packages () adwaita-icon-theme-3.20- bluefish-2.2.- chromium-53.0.2785.116- emacs-25.1- evince-3.20.- fcitx-4.2.9.1-
fcitx-gtk2-4.2.9.1- fcitx-gtk3-4.2.9.1- fcitx-qt4-4.2.9.1- file-roller-3.20.- flashplugin-11.2.202.635- gcr-3.20.-
gdk-pixbuf2-2.34.- gedit-3.20.- ghostscript-9.19- gnome-desktop-:3.20.- gnome-perl-1.045- gnome-vfs-perl-1.082-
gnomecanvas-perl-1.002- goocanvas1-1.0.- gpicview-0.2.- gspell-1.0.- gtk-engines-2.21.-
gtk-update-icon-cache-3.20.- gtk2-2.24.- gtk2-perl-1.2498- gtk3-3.20.- gtkimageview-1.6.- gtksourceview3-3.20.-
gvfs-1.28.- libbonoboui-2.24.- libfm-gtk2-1.2.- libglade-2.6.- libgnome-2.32.- libgnomecanvas-2.30.-
libgnomeui-2.24.- libkeybinder2-0.3.- libnotify-0.7.- libpeas-1.18.- librsvg-:2.40.- libspectre-0.2.-
libunique-1.1.- libwnck-2.31.- lxappearance-0.6.- lxappearance-obconf-0.2.- lxde-icon-theme-0.5.- lxdm-0.5.-
lxinput-0.3.- lxlauncher-0.2.- lxmusic-0.4.- lxpanel-0.8.- lxrandr-0.3.- lxsession-:0.5.- lxtask-0.1.-
lxterminal-0.2.- network-manager-applet-1.4.- nm-connection-editor-1.4.- obconf-2.0.- openbox-3.6.- pcmanfm-1.2.-
perl-gnome2-wnck-0.16- perl-goo-canvas-0.06- perl-gtk2-imageview-0.05- perl-gtk2-unique-0.05- pygtk-2.24.-
shutter-0.93.- vte-0.28.- jasper-1.900.- Total Removed Size: 678.11 MiB :: Do you want to remove these packages? [Y/n] n

查看wiki看到

Signature from "User <email@gmail.com>" is unknown trust, installation failed
查看pacman-key#Resetting all the keys. 或试试:
更新已知密钥:pacman-key --refresh-keys;
手动升级archlinux-keyring软件包:pacman -S archlinux-keyring.

这么做了之后,好像报错变了,也许不是这么做导致的,无论如何,下面的新错误是

 Total Installed Size:  1787.46 MiB
Net Upgrade Size: 37.77 MiB :: Proceed with installation? [Y/n]
(/) checking keys in keyring [##################################################] %
(/) checking package integrity [##################################################] %
(/) loading package files [##################################################] %
(/) checking for file conflicts [##################################################] %
error: failed to commit transaction (conflicting files)
ttf-dejavu: /etc/fonts/conf.d/-unhint-small-dejavu-sans-mono.conf exists in filesystem
ttf-dejavu: /etc/fonts/conf.d/-unhint-small-dejavu-sans.conf exists in filesystem
ttf-dejavu: /etc/fonts/conf.d/-unhint-small-dejavu-serif.conf exists in filesystem
ttf-dejavu: /etc/fonts/conf.d/-dejavu-sans-mono.conf exists in filesystem
ttf-dejavu: /etc/fonts/conf.d/-dejavu-sans.conf exists in filesystem
ttf-dejavu: /etc/fonts/conf.d/-dejavu-serif.conf exists in filesystem
Errors occurred, no packages were upgraded.

之后又测试了先更新tzdata,然后更新pacman,发现pacman并没有新版本更新,结果依然如此,那么就采取了强制更新。 正在解决的方案,突然发现有人提到了强制更新,

进展如下

 extra/xproto                         7.0.-                   7.0.-                     0.00 MiB
extra/xterm - - 0.00 MiB
core/xz 5.2.- 5.2.- 0.00 MiB
core/zlib 1.2.- :1.2.- 0.00 MiB Total Installed Size: 1785.65 MiB
Net Upgrade Size: 37.76 MiB :: Proceed with installation? [Y/n]
(/) checking keys in keyring [##################################################] %
(/) checking package integrity [##################################################] %
(/) loading package files [##################################################] %
(/) checking for file conflicts [##################################################] %
(/) checking available disk space [##################################################] %
:: Processing package changes...
(/) removing fuse [##################################################] %
( /) upgrading iana-etc [##################################################] %
( /) upgrading attr [##################################################] %
( /) upgrading acl [##################################################] %
( /) upgrading ncurses [##################################################] %
( /) upgrading readline [##################################################] %
( /) upgrading zlib [##################################################] %
( /) upgrading bash [##################################################] %

更新archlinux的更多相关文章

  1. manjaro 设置 国内源

    注意,如果安装过程中出现无法连接服务,请参看第 4条. 1. 设置官方镜像源(包括 core, extra, community, multilib ) $ sudo pacman-mirrors - ...

  2. 记前些日子archlinux更新后无法调节声音的解决方法

    桌面环境用的是xfce4. 自从某次更新过后,panel中调节声音的插件变成了 xfce4-pulseaudio-plugin.然后就发现在panel中无法调节声音了. 在这个插件的属性中发现了一项设 ...

  3. 虚拟机安装archLinux+xfce桌面教程(更新时间2017-5-8)

    本教程转自http://blog.sina.com.cn/u/5692023517 感谢大神写出如此详细的教程并允许转载 本教程的目的:为了让新手安装arch不再那么难, 一个好的教程可以少走很多弯路 ...

  4. archlinux更新错误

    问题1 初始化下载: http://repo.archlinuxcn.org/x86_64/wps-office-10.1.0.5672_a21-2-x86_64.pkg.tar.xz 文件大小: 1 ...

  5. archlinux的安装与简单配置(长期更新)

    安装部分较为较为简略,详细内容请查看arch的wiki 分区 cfdisk 格式化 mkfs.ext4 /dev/sdaX ... 挂载分区 mount /dev/sdaX /mnt ... 修改软件 ...

  6. Archlinux常用软件推荐 更新于2021年4月

    记录一下常用软件 必装软件 包管理工具 yay 代替pacman的包管理 yaourt 备用 终端工具 zsh oh-my-zsh-git 搭配zsh利器` proxychains4 终端代理工具` ...

  7. 【Linux】虚拟机安装Archlinux

    参考:https://wiki.archlinux.org/index.php/Installation_guide_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87) 安装 ...

  8. ArchLinux安装指南

    将ArchLinux作为进阶Linux发行版,主要看重滚动更新和深入理解Linux的安装过程. 由于是新手,所以先选择在公司电脑上用VMware来安装.然后渐进到借助U盘在win10笔记本上安装双系统 ...

  9. Snort 安装 配置 - Archlinux

    About Snort Snort是一套开放源代码(OpenSource and free)的网络入侵预防软件(NIPS)与网络入侵检测软件(NIDS).Snort使用了以侦测签名(signature ...

随机推荐

  1. jquery处理鼠标左中右键事件

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  2. ubuntu12.04回归到经典的gnome界面

    要想删除Unity恢复到经典Gnome桌面也很简单,几乎就是一条命令的事情--命令这种东西虽然不直观,但非常可靠和快捷,同时按住Ctrl+Alt+T三个键,调出系统终端,输入: sudoapt-get ...

  3. MySQL rpm 版本安装

     准备: [root@localhost moudles]# ls MySQL-client-5.6.36-1.linux_glibc2.5.x86_64.rpm MySQL-server-5.6.3 ...

  4. 查找算法总结Java实现

    之前对查找算法做的一些简单总结与实现: 查找算法时间复杂度: 1.二分查找的实现(待补充) public class Test { //循环实现二分查找 public static int binar ...

  5. unity中绘制战争迷雾

    接上一篇中说的游戏,我们已经实现了client.host上的一个物体可见不可见的行为.之后我们可以加入类似检查两个单位之间的距离.或是两个单位之间有无阻挡物来进一步实现游戏机制. 在这篇随笔中我会首先 ...

  6. 用树莓派做FTP服务器

    我为了传输文件方便,所以先简单的做了一个匿名ftp服务器 首先要下载ftp服务器软件 输入 sudo apt-get install vsftpd 安装vsftp 然后编辑 /etc/vsftp.co ...

  7. python3 正则表达式re模块

    正则表达式的功能:字符串的模糊匹配查询import re元字符 . ---->匹配除换行符意外的任意字符 ^ ---->匹配行首位置 $ ---->匹配行尾位置 关于重复的元字符 * ...

  8. LeetCode 6:Excel Sheet Column Number

    Given a column title as appear in an Excel sheet, return its corresponding column number. For exampl ...

  9. linux驱动基础系列--linux spi驱动框架分析(续)

    前言 这篇文章是对linux驱动基础系列--linux spi驱动框架分析的补充,主要是添加了最新的linux内核里设备树相关内容. spi设备树相关信息 如之前的文章里所述,控制器的device和s ...

  10. springboot 整合jdbcTemplate

    springboot 整合jdbcTemplate 〇.搭建springboot环境(包括数据库的依赖) 一.添加依赖 如果导入了jpa的依赖,就不用导入jdbctemplete的依赖了jpa的依赖: ...