無法更新Antergos - Linux

Charlie avatar
By Charlie
at 2018-02-23T14:27

Table of Contents

試過圖形界面(GUI)的更新方式與指令列的方式(sudo pacman -Syu),但結果都是失
敗。
系統顯示的訊息如下:

resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: libxfont: removing fontsproto breaks dependency 'fontsproto>=2.1.3'

https://imgur.com/RDScWY1

請問這要如何處理?
感謝。

--
※ 文章網址: https://www.ptt.cc/bbs/Linux/M.1519367280.A.AC5.html
chang505: google到的方法試過了? 02/23 14:32
CP64: 有 google 過了嗎 用 libxfont fontsproto 去 google 就有了 02/23 14:53

似乎解決了。
按照這篇的建議(https://goo.gl/mQ9pMo):

1. sudo pacman -Rs libxfont
2. sudo pacman -Syyuu
3. 所有的問題都回答「y」

接下來就一路順暢。

但要更新Google Chrome的時候,出現:

==> Validating source files with md5sums...
google-chrome-stable_64.0.3282.167_amd64.deb ... FAILED
eula_text.html ... Passed
google-chrome-stable.sh ... Passed
==> ERROR: One or more files did not pass the validity check!

所以只剩Google Chrome沒更新成功。
CP64: chrome 的話自己去修 PKBUILD 就可以了 或是等上游更新 02/23 15:02
CP64: * PKGBUILD 02/23 15:02
喔,好,謝謝。那我等上游更新一下好了。
※ 編輯: connected (118.167.9.128), 02/23/2018 15:04:55
s9209122222: 這是個改用 Firefox 的好機會 02/23 23:17
CP64: 突然想到回來吐槽自己一下 應該是維護者不是上游 02/28 23:34

Tags: Linux

All Comments

James avatar
By James
at 2018-02-26T14:47
google到的方法試過了?
Mia avatar
By Mia
at 2018-02-27T10:31
有 google 過了嗎 用 libxfont fontsproto 去 google 就有了
Catherine avatar
By Catherine
at 2018-03-02T22:46
chrome 的話自己去修 PKBUILD 就可以了 或是等上游更新
* PKGBUILD
Enid avatar
By Enid
at 2018-03-05T08:17
這是個改用 Firefox 的好機會
Edith avatar
By Edith
at 2018-03-07T10:59
突然想到回來吐槽自己一下 應該是維護者不是上游

「Ubuntu軟體」的已安裝列表

Jacky avatar
By Jacky
at 2018-02-22T14:40
Android Studio和Eclipse安裝後 已經在正常使用 為什麼「Ubuntu軟體」的已安裝列表 有列出Android Studio 卻沒列出Eclipse thanks - ...

syslogd 的設定檔?

Cara avatar
By Cara
at 2018-02-19T19:00
鳥哥看到的還有 google 找到的設定檔都說是 /etc/syslog.conf 但是我剛剛在主機裡想看一下內容沒有這個檔案~ ps -ef|grep syslog 確定有這隻程式在跑 改用 find / -name syslog.conf 尋找 找到一個檔案 /etc/audisp/plugins.d ...

新增了網路卡但是找不到?

Elma avatar
By Elma
at 2018-02-19T10:46
在 VM 裡新增了一張網路卡, dmesg 有看到為 eth1 但是沒有設定檔 使用的是 CentOS 6.9 google 過以後得到的方法有幾種 1.start_udev 啟動以後重新啟動 network ~無效~ 2.刪除 /etc/udev/rule.d/70-persistent-net.r ...

2017年度最佳Linux版本出爐,Ubuntu奪冠

Joseph avatar
By Joseph
at 2018-02-18T10:40
2017年度最佳Linux版本出爐,Ubuntu奪冠Linux Mint緊追在後 https://www.ithome.com.tw/news/121357 年度桌面版Linux由Ubuntu獲取18.17%的票數獲勝,不過第二名的Linux Mint也有18.02 %,而桌面版第三名的Slackware ...

靠shell 批量建立帳號無權限?

Olivia avatar
By Olivia
at 2018-02-16T21:00
先建立一個 account.txt 內容很簡單的只有三個帳號 user1:123456 user2:123456 user3:123456 然後建立 script makeuser.sh, 內容如下~ #!/bin/bash FILE=$1 for i in `awk -F: and#39;{ print ...