DNF 패키지 관리자¶
DNF 또는 Dandified Yum은 일부 리눅스 배포판에서 사용되는 패키지 관리자입니다. 그것은 Red Hat 기반 시스템에서 널리 사용되는 Yum (Yellowdog Updater, Modified) 패키지 관리자의 차세대 버전입니다. DNF는 몇 가지 한계를 해결하고 성능을 향상시키기 위해 Yum을 대체하기 위해 도입되었습니다.
DNF는 Rocky Linux, Fedora, RHEL (Red Hat Enterprise Linux) 8 이후 버전 및 DNF를 패키지 관리자로 채택한 다른 리눅스 배포판에서 일반적으로 사용됩니다. 사용자와 관리자에게 더 현대적이고 효율적인 패키지 관리 경험을 제공하는 것을 목표로 합니다.
필요 사항¶
- 모든 Rocky Linux 버전에서, 권한을 상승시키기 위해
sudo
를 사용할 수 있는 능력.
패키지 설치¶
Rocky Linux 운영 체제에서 DNF 패키지 관리자를 다른 패키지 관리자와 마찬가지로 사용하여 원하는 패키지를 설치, 제거 및 업데이트할 수 있습니다.
sudo dnf install package_name1 package_name2 package_name3
perl
을 설치하기 위해:
sudo dnf install perl
Last metadata expiration check: 0:57:51 ago on Mon 05 Feb 2024 08:31:09 PM UTC.
Dependencies resolved.
==============================================================================================================================
Package Architecture Version Repository Size
==============================================================================================================================
Installing:
perl x86_64 4:5.32.1-480.el9 appstream 13 k
Installing dependencies:
annobin x86_64 12.12-1.el9 appstream 977 k
binutils x86_64 2.35.2-42.el9 baseos 4.5 M
binutils-gold x86_64 2.35.2-42.el9 baseos 734 k
cpp x86_64 11.4.1-2.1.el9 appstream 11 M
dwz x86_64 0.14-3.el9 appstream 127 k
efi-srpm-macros noarch 6-2.el9_0 appstream 22 k
elfutils-debuginfod-client x86_64 0.189-3.el9 baseos 36 k
file x86_64 5.39-14.el9 baseos 48 k
fonts-srpm-macros noarch 1:2.0.5-7.el9.1 appstream 27 k
gcc x86_64 11.4.1-2.1.el9 appstream 32 M
gcc-c++ x86_64 11.4.1-2.1.el9 appstream 13 M
gcc-plugin-annobin x86_64 11.4.1-2.1.el9 appstream 48 k
ghc-srpm-macros noarch 1.5.0-6.el9 appstream 7.8 k
glibc-devel x86_64 2.34-83.el9.7 appstream 50 k
glibc-headers x86_64 2.34-83.el9.7 appstream 450 k
go-srpm-macros noarch 3.2.0-2.el9 appstream 26 k
kernel-headers x86_64 5.14.0-362.18.1.el9_3 appstream 6.3 M
kernel-srpm-macros noarch 1.0-13.el9 appstream 15 k
libdatrie x86_64 0.2.13-4.el9 appstream 32 k
libmpc x86_64 1.2.1-4.el9 appstream 61 k
libpkgconf x86_64 1.7.3-10.el9 baseos 35 k
... (some packages not shown)
Installing weak dependencies:
perl-CPAN-DistnameInfo noarch 0.12-23.el9 appstream 14 k
perl-Encode-Locale noarch 1.05-21.el9 appstream 19 k
perl-Term-Size-Any noarch 0.002-35.el9 appstream 13 k
perl-TermReadKey x86_64 2.38-11.el9 appstream 36 k
perl-Unicode-LineBreak x86_64 2019.001-11.el9 appstream 120 k
Transaction Summary
==============================================================================================================================
Install 206 Packages
Total download size: 111 M
Installed size: 343 M
Is this ok [y/N]:
Xfce 데스크탑이나 Kde 데스크탑과 같은 패키지 그룹을 설치하는 것은 비슷합니다:
sudo dnf group install xfce
그리고 이것은 해당 값을 출력하게 됩니다:
sudo dnf group install xfce
Last metadata expiration check: 1:04:31 ago on Mon 05 Feb 2024 08:31:09 PM UTC.
Dependencies resolved.
========================================================================================================================================================================================================================================================
Package Architecture Version Repository Size
========================================================================================================================================================================================================================================================
Installing group/module packages:
Thunar x86_64 4.18.6-2.el9 epel 1.8 M
gdm x86_64 1:40.1-21.el9 appstream 836 k
network-manager-applet x86_64 1.26.0-2.el9 appstream 197 k
openssh-askpass x86_64 8.7p1-34.el9 appstream 21 k
thunar-archive-plugin x86_64 0.5.0-2.el9 epel 93 k
thunar-volman x86_64 4.18.0-2.el9 epel 210 k
tumbler x86_64 4.18.1-1.el9 epel 237 k
xfce-polkit x86_64 0.3-8.el9 epel 24 k
xfce4-appfinder x86_64 4.18.0-2.el9 epel 285 k
xfce4-panel x86_64 4.18.4-1.el9 epel 1.2 M
xfce4-power-manager x86_64 4.18.2-1.el9 epel 733 k
xfce4-pulseaudio-plugin x86_64 0.4.7-1.el9 epel 131 k
xfce4-screensaver x86_64 4.18.2-1.el9 epel 305 k
xfce4-session x86_64 4.18.3-1.el9 epel 541 k
xfce4-settings x86_64 4.18.2-2.el9 epel 1.2 M
... (some packages not shown)
Installing Groups:
Xfce
Transaction Summary
========================================================================================================================================================================================================================================================
Install 402 Packages
Total download size: 317 M
Installed size: 1.1 G
Is this ok [y/N]:
보다시피 KDE desktop group을 설치하는 다양한 방법이 있습니다:
sudo dnf group install "KDE Plasma Workspaces"
sudo dnf group install kde-desktop-environment
sudo dnf install @kde-desktop-environment
패키지 업데이트 및 업그레이드¶
업데이트 및 업그레이드¶
패키지를 업데이트하기로 결정했다면, 터미널에서 이 코드를 사용하세요:
sudo dnf update
이는 다음과 같은 것을 보여줄 수 있습니다:
sudo dnf update
Last metadata expiration check: 1:12:59 ago on Mon 05 Feb 2024 08:31:09 PM UTC.
Dependencies resolved.
========================================================================================================================================================================================================================================================
Package Architecture Version Repository Size
========================================================================================================================================================================================================================================================
Upgrading:
NetworkManager x86_64 1:1.44.0-4.el9_3 baseos 2.2 M
NetworkManager-libnm x86_64 1:1.44.0-4.el9_3 baseos 1.8 M
gnutls x86_64 3.7.6-23.el9_3.3 baseos 1.0 M
openssl x86_64 1:3.0.7-25.el9_3 baseos 1.2 M
openssl-libs x86_64 1:3.0.7-25.el9_3 baseos 2.1 M
python3 x86_64 3.9.18-1.el9_3.1 baseos 25 k
python3-libs x86_64 3.9.18-1.el9_3.1 baseos 7.3 M
python3-rpm x86_64 4.16.1.3-27.el9_3 baseos 64 k
rocky-gpg-keys noarch 9.3-1.2.el9 baseos 13 k
rocky-release noarch 9.3-1.2.el9 baseos 23 k
rocky-repos noarch 9.3-1.2.el9 baseos 13 k
rpm x86_64 4.16.1.3-27.el9_3 baseos 485 k
rpm-build-libs x86_64 4.16.1.3-27.el9_3 baseos 87 k
rpm-libs x86_64 4.16.1.3-27.el9_3 baseos 307 k
rpm-plugin-systemd-inhibit x86_64 4.16.1.3-27.el9_3 appstream 15 k
rpm-sign-libs x86_64 4.16.1.3-27.el9_3 baseos 19 k
systemd x86_64 252-18.el9.0.1.rocky baseos 3.9 M
systemd-libs x86_64 252-18.el9.0.1.rocky baseos 651 k
systemd-pam x86_64 252-18.el9.0.1.rocky baseos 259 k
systemd-rpm-macros noarch 252-18.el9.0.1.rocky baseos 47 k
systemd-udev x86_64 252-18.el9.0.1.rocky baseos 1.8 M
tzdata noarch 2023d-1.el9 baseos 433 k
Transaction Summary
========================================================================================================================================================================================================================================================
Upgrade 22 Packages
Total download size: 24 M
Is this ok [y/N]
dnf upgrade
명령어는 dnf update
명령어와 동일한 결과를 제공합니다.
sudo dnf upgrade
단일 패키지 업데이트¶
sudo dnf upgrade package_name
예를 들어, openssl
을 업그레이드하고 싶다면 dnf
를 사용하세요:
dnf upgrade openssl
이는 다음과 같은 것을 보여줄 수 있습니다:
dnf upgrade openssl
Last metadata expiration check: 1:21:40 ago on Mon 05 Feb 2024 08:31:09 PM UTC.
Dependencies resolved.
========================================================================================================================================================================================================================================================Package Architecture Version Repository Size
========================================================================================================================================================================================================================================================
Upgrading:
openssl x86_64 1:3.0.7-25.el9_3 baseos 1.2 M
openssl-libs x86_64 1:3.0.7-25.el9_3 baseos 2.1 M
Transaction Summary
========================================================================================================================================================================================================================================================
Upgrade 2 Packages
Total download size: 3.3 M
Is this ok [y/N]:
만약 이전에 sudo dnf update
또는 sudo dnf upgrade
명령어를 사용했다면, 전체 시스템이 최신 상태이며 수동으로 업데이트할 패키지가 없을 것입니다.
패키지 제거¶
패키지를 설치하는 것처럼 dnf
를 사용하여 패키지를 제거할 수 있습니다. 그러나 리눅스 시스템에서는 의존성이 매우 중요하며, 이에 대해 잘 모른다면 패키지를 제거하지 않는 것이 좋습니다. 예를 들어, 실수로 설치된 패키지가 20개의 의존성을 가지고 있을 수 있으며, 해당 패키지를 제거할 때 시스템은 다른 프로그램과 공유되는 그 20개의 패키지도 함께 제거할 것입니다. 결과적으로 이전에 정상적으로 작동하던 일부 프로그램이 사용 불가능해질 수 있습니다. 게다가 같은 패키지를 다시 설치함으로써 해결할 수 있다고 생각한다면, 버전 충돌 문제를 겪을 수 있습니다. 이 점에 대해서는 주의해야 합니다.
주의
DNF는 의존하는 패키지를 제거하지 않고는 패키지를 제거할 수 없습니다.
패키지를 제거하는 문법은 다음과 같습니다:
sudo dnf remove package_name1 package_name2
sudo dnf remove wget
주의
주의하세요, DNF는 패키지 의존성을 보여줍니다! Perl을 제거하면 Perl에 의존하는 패키지들도 함께 제거됩니다!
sudo dnf remove perl
Dependencies resolved.
========================================================================================================================================================================================================================================================
Package Architecture Version Repository Size
========================================================================================================================================================================================================================================================
Removing:
perl x86_64 4:5.32.1-480.el9 @appstream 0
Removing unused dependencies:
annobin x86_64 12.12-1.el9 @appstream 1.0 M
binutils x86_64 2.35.2-42.el9 @baseos 24 M
binutils-gold x86_64 2.35.2-42.el9 @baseos 2.0 M
cpp x86_64 11.4.1-2.1.el9 @appstream 29 M
dwz x86_64 0.14-3.el9 @appstream 275 k
efi-srpm-macros noarch 6-2.el9_0 @appstream 40 k
elfutils-debuginfod-client x86_64 0.189-3.el9 @baseos 60 k
file x86_64 5.39-14.el9 @baseos 100 k
fonts-srpm-macros noarch 1:2.0.5-7.el9.1 @appstream 55 k
gcc x86_64 11.4.1-2.1.el9 @appstream 85 M
gcc-c++ x86_64 11.4.1-2.1.el9 @appstream 32 M
gcc-plugin-annobin x86_64 11.4.1-2.1.el9 @appstream 52 k
ghc-srpm-macros noarch 1.5.0-6.el9 @appstream 535
glibc-devel x86_64 2.34-83.el9.7 @appstream 157 k
glibc-headers x86_64 2.34-83.el9.7 @appstream 2.1 M
go-srpm-macros noarch 3.2.0-2.el9 @appstream 60 k
kernel-headers x86_64 5.14.0-362.18.1.el9_3 @appstream 5.8 M
kernel-srpm-macros noarch 1.0-13.el9 @appstream 17 k
libdatrie x86_64 0.2.13-4.el9 @appstream 58 k
libmpc x86_64 1.2.1-4.el9 @appstream 135 k
libpkgconf x86_64 1.7.3-10.el9 @baseos 74 k
libstdc++-devel x86_64 11.4.1-2.1.el9 @appstream 13 M
libthai x86_64 0.1.28-8.el9 @appstream 760 k
libxcrypt-devel x86_64 4.4.18-3.el9 @appstream 30 k
... (some package removal output not shown)
redhat-rpm-config noarch 201-1.el9 @appstream 187 k
rust-srpm-macros noarch 17-4.el9 @appstream 2.4 k
sombok x86_64 2.4.0-16.el9 @appstream 136 k
systemtap-sdt-devel x86_64 4.9-3.el9 @appstream 198 k
Transaction Summary
========================================================================================================================================================================================================================================================
Remove 206 Packages
Freed space: 343 M
Is this ok [y/N]:
그룹을 제거하는 구문은 다음과 같습니다. KDE 그룹을 제거하는 방법은 여러 가지가 가능합니다:
sudo dnf group remove "KDE Plasma Workspaces"
sudo dnf group remove kde-desktop-environment
sudo dnf remove @kde-desktop-environment
DNF 리스트¶
패키지의 전체 이름을 모르더라도 다음 명령을 실행하면 모든 패키지를 나열할 수 있습니다.
sudo dnf list kernel*
Last metadata expiration check: 1:44:26 ago on Mon 05 Feb 2024 08:31:09 PM UTC.
Installed Packages
kernel-headers.x86_64 5.14.0-362.18.1.el9_3 @appstream
kernel-srpm-macros.noarch 1.0-13.el9 @appstream
Available Packages
kernel.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-abi-stablelists.noarch 5.14.0-362.18.1.el9_3 baseos
kernel-core.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-cross-headers.x86_64 5.14.0-362.18.1.el9_3 crb
kernel-debug.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-debug-core.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-debug-devel.x86_64 5.14.0-362.18.1.el9_3 appstream
kernel-debug-devel-matched.x86_64 5.14.0-362.18.1.el9_3 appstream
kernel-debug-modules.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-debug-modules-core.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-debug-modules-extra.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-debug-uki-virt.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-devel.x86_64 5.14.0-362.18.1.el9_3 appstream
kernel-devel-matched.x86_64 5.14.0-362.18.1.el9_3 appstream
kernel-doc.noarch 5.14.0-362.18.1.el9_3 appstream
kernel-modules.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-modules-core.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-modules-extra.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-rpm-macros.noarch 185-13.el9 appstream
kernel-tools.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-tools-libs.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-tools-libs-devel.x86_64 5.14.0-362.18.1.el9_3 crb
kernel-uki-virt.x86_64 5.14.0-362.18.1.el9_3 baseos
kernelshark.x86_64 1:1.2-10.el9 appstream
다음 명령을 사용하여 설치되어 사용 가능한 커널 도구, 모듈 및 일치하는 정보에 대한 정보를 나열합니다.
sudo dnf list kernel-tools\* kernel-modules\*
Last metadata expiration check: 1:48:22 ago on Mon 05 Feb 2024 08:31:09 PM UTC.
Available Packages
kernel-modules.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-modules-core.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-modules-extra.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-tools.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-tools-libs.x86_64 5.14.0-362.18.1.el9_3 baseos
kernel-tools-libs-devel.x86_64 5.14.0-362.18.1.el9_3 crb
다음을 사용하여 설치되어 있고 사용 가능한 모든 패키지를 나열하십시오.
dnf list all
이렇게 하면 매우 긴 파일 목록이 제공됩니다. Rocky Linux에는 몇 개의 파일이 있습니까?
이 명령을 사용하여 다음을 알아보세요.
dnf list all | wc -l
28297
Rocky Linux 시스템에 설치된 모든 패키지를 나열합니다.
sudo dnf list installed
특정 패키지별로 필터링할 수도 있습니다.
sudo dnf list installed "sudo*"
Installed Packages
sudo.x86_64 1.9.5p2-9.el9 baseos
다음을 사용하여 활성화된 모든 저장소에서 사용 가능한 모든 패키지를 나열합니다.
sudo dnf list available "perl"
Last metadata expiration check: 1:59:53 ago on Mon 05 Feb 2024 08:31:09 PM UTC.
Available Packages
perl.x86_64 4:5.32.1-480.el9 appstream
모든 패키지 그룹을 나열합니다.
sudo dnf group list
Last metadata expiration check: 2:01:20 ago on Mon 05 Feb 2024 08:31:09 PM UTC.
Available Environment Groups:
Server with GUI
Server
Minimal Install
Workstation
KDE Plasma Workspaces
Custom Operating System
Virtualization Host
Available Groups:
Fedora Packager
VideoLAN Client
Xfce
Legacy UNIX Compatibility
Console Internet Tools
Container Management
Development Tools
.NET Development
Graphical Administration Tools
Headless Management
Network Servers
RPM Development Tools
Scientific Support
Security Tools
Smart Card Support
System Tool
활성화된 각 저장소에 대해 제공하는 패키지의 저장소 정보를 나열합니다.
sudo dnf repolist
repo id repo name
appstream Rocky Linux 9 - AppStream
baseos Rocky Linux 9 - BaseOS
crb Rocky Linux 9 - CRB
epel Extra Packages for Enterprise Linux 9 - x86_64
epel-cisco-openh264 Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64
extras Rocky Linux 9 - Extras
DNF 리스트 기록¶
다음 명령을 사용하여 DNF 목록 기록을 볼 수 있습니다.
sudo dnf history list
ID | Command line | Date and time | Action(s) | Altered
------------------------------------------------------------------------------------------------------------------------------
23 | remove perl | 2024-02-05 22:30 | Removed | 206
22 | install perl | 2024-02-05 22:05 | Install | 206
21 | install sqlite | 2024-01-27 15:49 | I, U | 2
20 | install tar gzip | 2024-01-27 14:27 | Install | 1
19 | install htop | 2024-01-27 14:24 | Install | 3
18 | install yarnpkg | 2024-01-27 14:21 | Install | 1
17 | install nodejs mariadb-server npm | 2024-01-27 14:14 | Install | 81
16 | upgrade | 2023-12-20 16:02 | Upgrade | 2
15 | install wget | 2023-12-20 15:38 | Install | 1
14 | remove iptables* | 2023-12-19 15:22 | Removed | 10
13 | install iptables-utils | 2023-12-19 15:09 | Install | 1
12 | install iptables-services | 2023-12-19 15:08 | Install | 1
11 | install iptables | 2023-12-19 15:02 | Install | 8 <
10 | remove firewalld | 2023-12-19 15:02 | Removed | 20 >E
9 | install firewalld | 2023-12-19 14:18 | Install | 20 EE
8 | install postfix s-nail | 2023-12-14 15:28 | Install | 3
7 | upgrade | 2023-11-30 14:30 | I, U | 128 EE
6 | install epel-release | 2023-11-30 14:30 | Install | 8 EE
5 | install which | 2023-01-24 14:31 | Install | 1
4 | install zip | 2023-01-20 13:28 | Install | 2
3 | -y --allowerasing install NetworkManager | 2023-01-19 02:47 | Install | 7 EE
2 | -y --allowerasing install cronie cronie-noanacron curl dhclient glibc-l | 2023-01-19 02:42 | Install | 42 EE
1 | --installroot=/rootfs -y --releasever=9 --skip-broken install basesyste | 2023-01-19 02:41 | Install | 147 EE
DNF 기록의 가장 유리한 측면 중 하나는 트랜잭션을 되돌리기(실행 취소) 및 반복(다시 실행)하는 기능입니다.
dnf history undo id
dnf history redo id
sudo dnf history redo 20
Last metadata expiration check: 2:23:20 ago on Mon 05 Feb 2024 08:31:09 PM UTC.
Dependencies resolved.
Nothing to do.
Complete!
Warning, the following problems occurred while running a transaction:
Package "tar.x86_64" is already installed for action "Install".
위에서 사용된 sudo dnf history redo 20
명령어는 DNF 이력 목록에서 ID:20인 명령을 반복하여 tar
를 재설치하려고 시도합니다. 당연히, 이전에 설치되었기 때문에 '이미 설치되어 있음'이라고 표시됩니다.
패키지 검색¶
이 명령어를 실행하여 어떤 패키지든 검색하세요:
sudo dnf search wget
Last metadata expiration check: 2:27:09 ago on Mon 05 Feb 2024 08:31:09 PM UTC.
================================================= Name Exactly Matched: wget =================================================
wget.x86_64 : A utility for retrieving files using the HTTP or FTP protocols
================================================ Name & Summary Matched: wget ================================================
perl-HTTP-Tinyish-Wget.noarch : HTTP::Tinyish wget backend
한 번의 검색으로 여러 패키지를 검색하려면 다음 명령어를 실행하세요:
sudo dnf search all yum vim
이 명령어는 "yum"과 "vim"을 패키지 이름으로 포함하거나 다른 패키지의 설명으로 포함하는 긴 패키지 목록을 반환합니다.
DNF 패키지 정보¶
패키지에 대한 정보를 표시하려면 이 명령어를 사용하세요:
sudo dnf info perl
Last metadata expiration check: 2:33:15 ago on Mon 05 Feb 2024 08:31:09 PM UTC.
Available Packages
Name : perl
Epoch : 4
Version : 5.32.1
Release : 480.el9
Architecture : x86_64
Size : 13 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : appstream
Summary : Practical Extraction and Report Language
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : Perl is a high-level programming language with roots in C, sed, awk and shell
: scripting. Perl is good at handling processes and files, and is especially
: good at handling text. Perl's hallmarks are practicality and efficiency.
: While it is used to do a lot of different things, Perl's most common
: applications are system administration utilities and web programming.
:
: This is a metapackage with all the Perl bits and core modules that can be
: found in the upstream tarball from perl.org.
:
: If you need only a specific feature, you can install a specific package
: instead. E.g. to handle Perl scripts with /usr/bin/perl interpreter,
: install perl-interpreter package. See perl-interpreter description for more
: details on the Perl decomposition into packages.
설치되어 있고 저장소에서 사용 가능한 모든 사용 가능한 패키지에 대한 정보를 표시하려면 다음 명령을 사용하십시오.
sudo dnf repoquery perl --info
항상 그런 것은 아니지만, 위의 예에서 이 명령어의 결과는 sudo dnf info perl
명령어와 동일합니다.
DNF 저장소 구성¶
DNF 및 관련 유틸리티의 구성 파일은 /etc/dnf/dnf.conf
에서 찾을 수 있습니다.
이 파일 내에는 전역 효과를 가진 DNF 옵션을 구성할 수 있는 필수 [main] 섹션이 있습니다. 또한, 저장소별 옵션을 설정할 수 있는 하나 이상의 [repository] 섹션을 포함할 수 있습니다.
/etc/dnf/dnf.conf
파일의 [repository] 섹션에 지정된 값은 [main] 섹션에서 설정된 값보다 우선합니다.
cat /etc/dnf/dnf.conf
[main]
gpgcheck=1
installonly_limit=3
clean_requirements_on_remove=True
best=True
skip_if_unavailable=False
DNF config-manager¶
설정 옵션의 종합적인 목록과 해당 값, 저장소에 대한 정보를 검색하려면 --dump
옵션을 사용하여 dnf config-manager
명령어를 활용하세요.
dnf config-manager --dump
sudo dnf config-manager --dump
============================================================ main ============================================================
[main]
allow_vendor_change = 1
assumeno = 0
assumeyes = 0
autocheck_running_kernel = 1
bandwidth = 0
best = 1
bugtracker_url = https://bugs.rockylinux.org/
cachedir = /var/cache/dnf
cacheonly = 0
check_config_file_age = 1
clean_requirements_on_remove = 1
color = auto
color_list_available_downgrade = magenta
color_list_available_install = bold,cyan
color_list_available_reinstall = bold,underline,green
color_list_available_upgrade = bold,blue
color_list_installed_extra = bold,red
color_list_installed_newer = bold,yellow
color_list_installed_older = yellow
color_list_installed_reinstall = cyan
color_search_match = bold,magenta
color_update_installed = red
color_update_local = green
color_update_remote = bold,green
config_file_path = /etc/dnf/dnf.conf
countme = 0
debug_solver = 0
debuglevel = 2
defaultyes = 0
deltarpm = 1
deltarpm_percentage = 75
disable_excludes =
diskspacecheck = 1
enabled = 1
enablegroups = 1
errorlevel = 3
exclude =
exclude_from_weak =
exclude_from_weak_autodetect = 1
excludepkgs =
exit_on_lock = 0
fastestmirror = 0
gpgcheck = 1
gpgkey_dns_verification = 0
group_package_types = mandatory, default, conditional
history_list_view = commands
history_record = 1
history_record_packages = dnf, rpm
ignorearch = 0
includepkgs =
install_weak_deps = 1
installonly_limit = 3
installonlypkgs = kernel, kernel-PAE, installonlypkg(kernel), installonlypkg(kernel-module), installonlypkg(vm), multiversion(kernel)
installroot = /
ip_resolve = whatever
keepcache = 0
localpkg_gpgcheck = 0
log_compress = 0
log_rotate = 4
log_size = 1048576
logdir = /var/log
logfilelevel = 9
max_downloads_per_mirror = 3
max_parallel_downloads = 3
metadata_expire = 172800
metadata_timer_sync = 10800
minrate = 1000
module_obsoletes = 0
module_stream_switch = 0
multilib_policy = best
obsoletes = 1
password =
persistdir = /var/lib/dnf
pluginconfpath = /etc/dnf/plugins
pluginpath = /usr/lib/python3.9/site-packages/dnf-plugins
plugins = 1
protect_running_kernel = 1
protected_packages = dnf, setup, systemd, systemd-udev, dnf, yum, sudo, setup, systemd, systemd-udev, dnf, yum, sudo
proxy =
proxy_auth_method = any
proxy_sslcacert =
proxy_sslclientcert =
proxy_sslclientkey =
proxy_sslverify = 1
recent = 7
repo_gpgcheck = 0
reposdir = /etc/yum.repos.d, /etc/yum/repos.d, /etc/distro.repos.d
reset_nice = 1
retries = 10
rpmverbosity = info
showdupesfromrepos = 0
skip_broken = 0
skip_if_unavailable = 0
sslcacert =
sslclientcert =
sslclientkey =
sslverify = 1
sslverifystatus = 0
strict = 1
system_cachedir = /var/cache/dnf
throttle = 0
timeout = 30
transformdb = 1
tsflags =
upgrade_group_objects_upgrade = 1
user_agent = libdnf (Rocky Linux 9.3; generic; Linux.x86_64)
username =
varsdir = /etc/yum/vars, /etc/dnf/vars
zchunk = 1
결론¶
Rocky Linux는 YUM의 차세대 대체제인 DNF를 사용합니다. 이 페이지에서는 DNF의 기본 사용 예시를 보여주었습니다. 자세한 정보는 DNF 공식 문서를 참조하세요.
Author: Emre Camalan
Contributors: Steven Spencer