Table of Content
运行:
1 2 3 |
$yum update |
报错:
1 2 3 |
-> Failed loading plugin "osmsplugin": No module named 'librepo' |
修复:
1 2 3 |
$sudo dnf install **python3-librepo** |
运行:
1 2 3 |
$yum update |
报错:
1 2 3 |
-> Failed loading plugin "osmsplugin": No module named 'librepo' |
修复:
1 2 3 |
$sudo dnf install **python3-librepo** |