网站地图    收藏   

主页 > 系统 > linux系统 >

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

来源:自学PHP网    时间:2015-04-14 10:28 作者: 阅读:

[导读] Fedora问题总结第二季Fedora问题总结http://www.2cto.com/os/201308/235179.html该系列主要是记录自己使用fedora发现的问题。1Linux Error: curses.h: No such file or directory Problem Solution[jav......

Fedora问题总结第二季
 
Fedora问题总结
http://www.2cto.com/os/201308/235179.html
 
该系列主要是记录自己使用fedora发现的问题。
 
1Linux 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  
 

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论