OS/CentOS

CentOS Stream 9 libaspell.so.15 error

강서버 2025. 9. 24. 15:48
반응형

[ Error message ]

  - nothing provides libaspell.so.15()(64bit) needed by kf5-sonnet-core-5.115.0-1.el9.x86_64 from epel
(설치 할 수 없는 꾸러미를 건너 뛰려면 '--skip-broken'을 (를) 추가하십시오 또는 '--nobest'는 최적 후보의 꾸러미만 사용합니다)

 

ex)

[gangserver@localhost ~]$ sudo dnf install krusader
마지막 메타자료 만료확인(0:13:47 이전): 2025년 09월 22일 (월) 오전 08시 37분 42초.
오류: 
 문제: package krusader-2.8.0-5.el9.x86_64 from epel requires libKF5TextWidgets.so.5()(64bit), but none of the providers can be installed
  - package kf5-ktextwidgets-5.116.0-1.el9.x86_64 from epel requires libKF5SonnetCore.so.5()(64bit), but none of the providers can be installed
  - 충돌하는 요청
  - nothing provides libaspell.so.15()(64bit) needed by kf5-sonnet-core-5.116.0-1.el9.x86_64 from epel
(설치 할 수 없는 꾸러미를 건너 뛰려면 '--skip-broken'을 (를) 추가하십시오 또는 '--nobest'는 최적 후보의 꾸러미만 사용합니다)

 

 

[ Solution ]

$ sudo dnf --enablerepo=crb install aspell

 

[ Execution Log ]

[gangserver@localhost ~]$ sudo dnf --enablerepo=crb install aspell
CentOS Stream 9 - CRB                           1.5 MB/s | 7.1 MB     00:04    
마지막 메타자료 만료확인(0:00:04 이전): 2025년 09월 24일 (수) 오후 03시 45분 15초.
종속성이 해결되었습니다.
================================================================================
 꾸러미          구조            버전                        저장소        크기
================================================================================
설치 중:
 aspell          x86_64          12:0.60.8-8.el9             crb          720 k

연결 요약
================================================================================
설치  1 꾸러미

전체 내려받기 크기: 720 k
설치된 크기 : 3.2 M
진행할까요? [y/N]: y
꾸러미 내려받기 중:
aspell-0.60.8-8.el9.x86_64.rpm                  631 kB/s | 720 kB     00:01    
--------------------------------------------------------------------------------
합계                                            444 kB/s | 720 kB     00:01     
연결 확인 실행 중
연결 확인에 성공했습니다.
연결 시험 실행 중
연결 시험에 성공했습니다.
연결 실행 중
  준비 중     :                                                             1/1 
  설치 중     : aspell-12:0.60.8-8.el9.x86_64                               1/1 
  구현 중     : aspell-12:0.60.8-8.el9.x86_64                               1/1 
  확인 중     : aspell-12:0.60.8-8.el9.x86_64                               1/1 

설치되었습니다:
  aspell-12:0.60.8-8.el9.x86_64                                                 

완료되었습니다!

 

 

[ Reference ]

https://centos.pkgs.org/9-stream/centos-crb-x86_64/aspell-0.60.8-8.el9.x86_64.rpm.html

 

반응형