卸載rsync軟件報錯,說git依賴它
rpm -e rsync-3.1.2-6.el7_6.1.x86_64
error: Failed dependencies:
rsync is needed by (installed) git-1.8.3.1-20.el7.x86_6
解決辦法:rpm -e --nodeps rsync-3.1.2-6.el7_6.1.x86_64
如果是安裝時候報這個錯,加上這倆個參數--force (強制)和--nodeps(不查找依賴關系)
卸載rsync軟件報錯,說git依賴它
rpm -e rsync-3.1.2-6.el7_6.1.x86_64
error: Failed dependencies:
rsync is needed by (installed) git-1.8.3.1-20.el7.x86_6
解決辦法:rpm -e --nodeps rsync-3.1.2-6.el7_6.1.x86_64
如果是安裝時候報這個錯,加上這倆個參數--force (強制)和--nodeps(不查找依賴關系)
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。