每當我嘗試使用時都會出現問題sudo apt-get clean
:
:~$ sudo apt-get clean
W: Problem unlinking the file apt-fast - Clean (21: Is a directory)
:~$ apt-fast clean
W: Problem unlinking the file apt-fast - Clean (21: Is a directory)
清除 apt-fast 並運行 sudo apt-get clean
這是我發現解決這個問題的唯一方法。
不過我用的apt-fast
比較多,所以不是使用它並不是一個好的解決方案。
重新安裝apt-fast
並運行,sudo apt-get clean
問題又出現。
另外,在安裝時(不知道有沒有用),我發現了這個問題:
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE _MAXNUM}/ at /tmp/apt-fast.config.NDgAmi line 205.
Selecting previously unselected package apt-fast.
(Reading database ... 498722 files and directories currently installed.)
Preparing to unpack .../apt-fast_1.8.3~137+git7b72bb7-0ubuntu1~ppa3~wily1_all.deb ...
Unpacking apt-fast (1.8.3~137+git7b72bb7-0ubuntu1~ppa3~wily1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up apt-fast (1.8.3~137+git7b72bb7-0ubuntu1~ppa3~wily1) ...
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE _MAXNUM}/ at /var/lib/dpkg/info/apt-fast.config line 205.
我也使用 Ubuntu MATE 16.04。
謝謝。
答案1
/var/cache/apt/archives/apt-fast
一個可能的解決方案是每次要運行時刪除該目錄apt-get clean
。
$ rm -r /var/cache/apt/archives/apt-fast
這也意味著您正在清除 的快取apt-fast
。
答案2
為了防止顯示此錯誤,您可以刪除“/var/cache/apt/archives/apt-fast/”目錄並將/etc/apt-fast.conf中的DLDIR變數變更為另一個路徑(即/var/cache /my_apt -fast/archives/apt-fast)。