나는 팔로우하고 있었다이 지침apt-file
다음을 사용하여 다른 패키지와 함께 설치했습니다 .
sudo apt-get install gnupg pbuilder ubuntu-dev-tools bzr-builddeb apt-file
이제 컴퓨터를 시작할 때마다 다음과 같은 알림이 표시됩니다.
그래서 마침내 터미널에 가서 다음 명령을 입력했습니다.
apt-file update
그리고 나는 다음과 같은 결과를 얻었습니다.
apt-file is now using the user's cache directory.
If you want to switch back to the system-wide cache directory,
run 'apt-file purge'
Downloading complete file http://gb.archive.ubuntu.com/ubuntu/dists/utopic/Contents-amd64.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
94 29.6M 94 27.8M 0 0 667k 0 0:00:45 0:00:42 0:00:03 97 29.6M 97 28.8M 0 0 677k 0 0:00:44 0:00:43 0:00:01 99 29.6M 99 29.5M 0 0 678k 0 0:00:44 0:00:44 --:--:--100 29.6M 100 29.6M 0 0 678k 0 0:00:44 0:00:44 --:--:-- 738k
Downloading complete file http://gb.archive.ubuntu.com/ubuntu/dists/utopic-updates/Contents-amd64.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 11 3134k 11 367k 0 0 480k 0 0:00:06 --:--:-- 0:00:06 35 3134k 35 1101k 0 0 623k 0 0:00:05 0:00:01 0:00:04 53 3134k 53 1685k 0 0 609k 0 0:00:05 0:00:02 0:00:03 75 3134k 75 2373k 0 0 630k 0 0:00:04 0:00:03 0:00:01 99 3134k 99 3105k 0 0 651k 0 0:00:04 0:00:04 --:--:--100 3134k 100 3134k 0 0 652k 0 0:00:04 0:00:04 --:--:-- 684k
Downloading Index http://gb.archive.ubuntu.com/ubuntu/dists/utopic/Contents-amd64.diff/Index:
No Index available.
Downloading complete file http://gb.archive.ubuntu.com/ubuntu/dists/utopic/Contents-amd64.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
File is up-to-date.
Downloading Index http://gb.archive.ubuntu.com/ubuntu/dists/utopic-updates/Contents-amd64.diff/Index:
No Index available.
Downloading complete file http://gb.archive.ubuntu.com/ubuntu/dists/utopic-updates/Contents-amd64.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
File is up-to-date.
Downloading complete file http://gb.archive.ubuntu.com/ubuntu/dists/utopic-backports/Contents-amd64.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--100 121k 100 121k 0 0 189k 0 --:--:-- --:--:-- --:--:-- 189k
Downloading complete file http://security.ubuntu.com/ubuntu/dists/utopic-security/Contents-amd64.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 17 2546k 17 452k 0 0 454k 0 0:00:05 --:--:-- 0:00:05 46 2546k 46 1185k 0 0 593k 0 0:00:04 0:00:01 0:00:03 75 2546k 75 1918k 0 0 640k 0 0:00:03 0:00:02 0:00:01100 2546k 100 2546k 0 0 660k 0 0:00:03 0:00:03 --:--:-- 660k
Downloading Index http://security.ubuntu.com/ubuntu/dists/utopic-security/Contents-amd64.diff/Index:
No Index available.
Downloading complete file http://security.ubuntu.com/ubuntu/dists/utopic-security/Contents-amd64.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
File is up-to-date.
Ignoring source without Contents File:
http://extras.ubuntu.com/ubuntu/dists/utopic/Contents-amd64.gz
Ignoring source without Contents File:
http://dl.google.com/linux/chrome/deb/dists/stable/Contents-amd64.gz
그래서 나는 그것이 다음과 같이 말하는 것을 봅니다.
apt-file is now using the user's cache directory.
If you want to switch back to the system-wide cache directory,
run 'apt-file purge'
그럼 정확히 무엇입니까 apt-file
? 그리고 현재 사용자의 캐시 디렉토리를 사용하고 있다는 사실은 무엇을 의미합니까? 이게 좋은 일인가요? 사용자의 캐시 디렉터리와 시스템 전체 캐시 디렉터리의 차이점은 무엇이며 어느 것을 사용해야 합니까? 이것이 어떤 식으로든 내 apt-get
소스에 영향을 미치나요?
OS 정보:
Description: Ubuntu 14.10
Release: 14.10
패키지 정보:
apt-file:
Installed: 2.5.2.3ubuntu1
Candidate: 2.5.2.3ubuntu1
Version table:
*** 2.5.2.3ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages
100 /var/lib/dpkg/status
답변1
apt-file
어떤 패키지가 파일을 제공하는지 검색하는 데 사용됩니다. 오프라인이고 다소 제한된 버전이라고 생각하세요.http://packages.ubuntu.com.apt-file update
없이 사용했으므로sudo
시스템 전체 디렉터리(일반적으로/var/cache/apt/apt-file
)를 사용할 수 없으며 대신 홈 디렉터리(~/.cache/apt-file
)를 사용합니다.- 다른 사용자가 검색하면 해당 사용자의 캐시를 사용할 수 없습니다.
- 당신이 유일한 사용자라면, 일관성 있게 사용 하거나 사용하지 않는
apt-file
한 어떤 캐시를 사용하는지는 중요하지 않습니다 .sudo
apt-get
소스를 공유apt-file
하지만 서로 영향을 미치지 않습니다.