Fedora 29에 대해 약간의 호기심이 생겼습니다. 저장소를 활성화하면 updates-modular
업데이트를 사용할 수 있다고 표시됩니다 libgit2
. fedora-modular
및 을 모두 활성화하면 updates-modular
그렇지 않습니다.
나는 그 차이에 놀랐다. 누구든지 이것을 설명할 수 있나요?
dnf
두 경우 모두 종속성 문제로 인해 패키지가 유지된다는 언급이 없습니다. 추가해도 --best
어떤 명령에도 영향을 주지 않습니다.
$ sudo dnf check-update
Last metadata expiration check: 0:04:14 ago on Tue 08 Jan 2019 17:12:03 GMT.
$ sudo dnf --disablerepo="*" --enablerepo=fedora-modular --enablerepo=updates-modular check-update
Last metadata expiration check: 0:04:37 ago on Tue 08 Jan 2019 17:11:51 GMT.
$ sudo dnf --disablerepo="*" --enablerepo=updates-modular check-update
Last metadata expiration check: 0:05:15 ago on Tue 08 Jan 2019 17:11:51 GMT.
libgit2.x86_64 0.27.7-1.module_2334+e7fbee10 updates-modular
libgit2
또한 이 패키지를 비모듈식 저장소에서 얻었기 때문에 libgit2-0.27.7
이 패키지가 어떤 용도로 사용되는지 궁금합니다 updates
. 하지만 저는 Fedora Modular 저장소를 사용하는 방법을 정말로 모릅니다 :-).
$ sudo dnf info libgit2
Last metadata expiration check: 0:10:14 ago on Tue 08 Jan 2019 17:12:03 GMT.
Installed Packages
Name : libgit2
Version : 0.27.7
Release : 1.fc29
Arch : x86_64
Size : 1.0 M
Source : libgit2-0.27.7-1.fc29.src.rpm
Repo : @System
From repo : updates
Summary : C implementation of the Git core methods as a library with a solid API
URL : https://libgit2.org
License : GPLv2 with exceptions
Description : libgit2 is a portable, pure C implementation of the Git core methods
: provided as a re-entrant linkable library with a solid API, allowing
: you to write native speed custom Git applications in any language
: with bindings.