Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的系统上添加一个新的 SLES 10 SP4 本地存储库。但是 zypper 给出了问题。这是我到目前为止所尝试的,
#zypper ar /some/local/dir local {我已复制此目录中的所有 SLES10 RPM} 未知命令“ar”。
zypper sa /usr/repo/sp4 本地 URL 无效。网址方案是必需的组件
有什么我想念的吗?请建议。
谢谢。
行政
它适用于以下命令,
sa -t 普通目录文件:///somedir
无论如何,谢谢。