当前位置: 技术问答>linux和unix
debian下找不到yum包
来源: 互联网 发布时间:2016-07-20
本文导语: debian下找不到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 ins...
debian下找不到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++
例如,寻找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 [ ...]
Commands:
-i|--install ... | -R|--recursive ...
Usage: dpkg [ ...]
Commands:
-i|--install ... | -R|--recursive ...
|
那是yum包没有安装,你在网上找下yum包配置的帖子,照着做就可以了
|
debian 下 apt-xxxx 比yum好用