知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

Fedora问题总结第二季

发布时间:2014-09-05 13:54:14作者:知识屋

Fedora问题总结第二季
 
Fedora问题总结
http://www.zhishiwu.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  
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜