손상된 패키지 설치 제거 또는 다시 설치

손상된 패키지 설치 제거 또는 다시 설치

다음에서 다운로드한 rpm을 통해 "다양한"을 수동으로 설치하려고 했습니다.http://www.rpmfind.net/linux/RPM/sourceforge/p/po/postinstaller/fedora/releases/23/x86_64/variety-0.5.5-1.fc23.noarch.html

설치가 실패했는데 이제 수정하고 싶습니다. 그러나 dnf마음에 드는 간단한 명령을 사용하면 패키지를 설치, 다시 설치 또는 제거할 수 없습니다.

✘ foo@bar > ~/Downloads > sudo dnf reinstall ./variety-0.5.5-1.fc23.noarch.rpm 
Last metadata expiration check performed 0:05:14 ago on Tue Feb 16 07:51:51 2016.
Package variety-0.5.5-1.fc23.noarch not installed, cannot reinstall it.
Error: Nothing to do.


 ✘ foo@bar > ~/Downloads > sudo dnf install ./variety-0.5.5-1.fc23.noarch.rpm  
Last metadata expiration check performed 0:05:19 ago on Tue Feb 16 07:51:51 2016.
Dependencies resolved.
========================================================================================================================
 Package                   Arch                     Version                        Repository                      Size
========================================================================================================================
Installing:
 variety                   noarch                   0.5.5-1.fc23                   @commandline                   778 k

Transaction Summary
========================================================================================================================
Install  1 Package

Total size: 778 k
Installed size: 2.5 M
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Error: Transaction check error:
  package variety-0.5.5-1.fc23.noarch is already installed

Error Summary
-------------


 ✘ foor@bar > ~/Downloads > sudo dnf remove variety                              
No match for argument: variety
Error: No packages marked for removal.

이 문제를 어떻게 해결할 수 있나요? 패키지 콘텐츠를 수동으로 삭제해야 합니까?

관련 정보