安装cppman

安装cppman

我尝试安装CP曼在 Fedora 19 或 Linux mint 15 中,它安装成功。但是当我尝试使用它时,我收到错误:

Python IOError: [Errno 13] Permission denied

我已经在 Ubuntu 12.04 中安装了它,没有任何问题。

更新:我解决了这个问题,但我有一个新问题。例如,当我输入时cppman cout显示的输出格式不正确:

1mNAME0m
       std::cout - Standard output stream

1mTYPE0m
       object
       <iostream>
1mSYNOPSIS0m
       extern ostream cout;

1mDESCRIPTION0m
       Object of class ostream that represents the standard output stream oriented to narrow characters (of type
         char


       ). It corresponds to the C stream stdout.

看来我需要安装或配置一些东西。

相关内容