debian下找不到yum包
debian下找不到yum包,不知道在哪里下,请帮忙。
[解决办法]
那是yum包没有安装,你在网上找下yum包配置的帖子,照着做就可以了
[解决办法]
debian用apt-xxxx,
例如,寻找g++
> apt-cache search g++ | grep g++
g++ - The GNU C++ compiler
g++-3.3 - The GNU C++ compiler
...
然後 装 g++
>apt-get install g++
[解决办法]
$ dpkg --help
Usage: dpkg [<option> ...] <command>
Commands:
-i|--install <.deb file name> ... | -R|--recursive <directory> ...
[解决办法]
debian 下 apt-xxxx 比yum好用