There are unfinished transactions remaining.

1 개요[ | ]

There are unfinished transactions remaining.
Console
Copy
# yum install jq-1.6-2.el7.x86_64.rpm oniguruma-6.8.2-1.el7.x86_64.rpm
Loaded plugins: product-id, search-disabled-repos, subscription-manager

This system is not registered with an entitlement server. You can use subscription-manager to register.

Examining jq-1.6-2.el7.x86_64.rpm: jq-1.6-2.el7.x86_64
Marking jq-1.6-2.el7.x86_64.rpm to be installed
Examining oniguruma-6.8.2-1.el7.x86_64.rpm: oniguruma-6.8.2-1.el7.x86_64
Marking oniguruma-6.8.2-1.el7.x86_64.rpm to be installed
Resolving Dependencies
There are unfinished transactions remaining. You might consider running yum-complete-transaction, or "yum-complete-transaction --cleanup-only" and "yum history redo last", first to finish them. If those don't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help).
The program yum-complete-transaction is found in the yum-utils package.
--> Running transaction check
---> Package jq.x86_64 0:1.6-2.el7 will be installed
---> Package oniguruma.x86_64 0:6.8.2-1.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================================================
 Package            Arch            Version                Repository                              Size
========================================================================================================
Installing:
 jq                 x86_64          1.6-2.el7              /jq-1.6-2.el7.x86_64                   381 k
 oniguruma          x86_64          6.8.2-1.el7            /oniguruma-6.8.2-1.el7.x86_64          672 k

Transaction Summary
========================================================================================================
Install  2 Packages

Total size: 1.0 M
Installed size: 1.0 M
Is this ok [y/d/N]:
Bash
Copy
yum install yum-utils 
yum-complete-transaction

2 참고[ | ]

  • CentOS7 MariaDB 설치
    안녕하세요! 질문이 있어서 글을 남기게 됩니다!! http://yum.mariadb.org/10.3 로 이동하면 안에 centos7,centos73,centos74 와 같이 나뉘어져 있더라고요!! 이게 버전을 명칭하는거 같은데...(제 생각으로는..) 버전을 명칭하는게 맞는지?! 전귀현
  • CentOS7 MariaDB 설치
    CentOS 7.6에서 MariaDB 10.4을 설치해보니 잘 됩니다. repo를 추가하고 yum install MariaDB하면 가장 적절한 패키지를 찾아서 설치해줍니다. (이게 yum이라는 패키지 매니저의 역할이죠). 결과적으로 설치된 rpm패키지명은 MariaDB-server-10J Jmnote