好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

Fedora问题总结第二季 - Linux操作系统:Ubuntu_Cent

Fedora问题总结第二季

 

Fedora问题总结

http://www.2cto.com/os/201308/235179. html

 

该系列主要是记录自己使用fedora发现的问题。

 

1 Linux Error: curses.h: No such file or directory Problem Solution

 

[java] 

sudo yum install ncurses-devel ncurses  

 

2.Extra bz2 files

Go to terminal and enter command below to extract .bz2 file:-

[python] 

$ bunzip2 myfile.bz2  

 

If you have .tar.bz2 file then you can use the command below to extract the file:-

[ruby] 

tar xjvf myfile.tar.bz2  

 

 

3.missing command takes too long to respond

 

修改.bashrc加上这句话

 

[vb] 

unset command_not_found_handle  

 

查看更多关于Fedora问题总结第二季 - Linux操作系统:Ubuntu_Cent的详细内容...

  阅读:48次