Fedora 问题总结第二季

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

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

sudo yum install ncurses-devel ncurses

2.Extra bz2 files

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

$ bunzip2 myfile.bz2

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


3.missing command takes too long to respond

修改.bashrc加上这句话

unset command_not_found_handle


你可能感兴趣的:(linux,yum,fedora)