Fedora 软件问题 make menuconfig问题

设置第三方源RPM Fusion

su -c ‘rpm -ivh ‘

su -c ‘rpm -ivh ‘

安装 yum-fastestmirror 加速插件

su -c ‘yum install yum-fastestmirror’

make menuconfig出现错误:*** Unable to find the ncurses libraries or the*** required header files.*** ‘make menuconfig’ requires the ncurses libraries.****** Install ncurses (ncurses-devel) and try again.***make[1]: *** [scripts/kconfig/dochecklxdialog] 错误 1make: *** [menuconfig] 错误 2解决办法:yum install ncursesyum install ncurses-develyum install ncurses-devel成功!

fedora10运行make xconfig出错: 【6688电子商务网站  】CHECK qt** Unable to find the QT3 installation. Please make sure that* the QT3 development package is correctly installed and* either install pkg-config or set the QTDIR environment* variable to the correct location.*make[1]: *** 没有规则可以创建“scripts/kconfig/qconf.o”需要的目标“scripts/kconfig/.tmp_qtcheck”。停止。make: *** [xconfig] 错误 2解决方法:yum install qt3yum install qt3-devel仍然有错误:CHECK qt/usr/lib/qt-3.3/bin/moc -i scripts/kconfig/qconf.h -o scripts/kconfig/qconf.mocHOSTCXX scripts/kconfig/qconf.o/bin/sh: g++: command not foundmake[1]: *** [scripts/kconfig/qconf.o] 错误 127make: *** [xconfig] 错误 2解决方法:(是说系统没有安装g++)yum install gcc-c++仍然有错误:HOSTCXX scripts/kconfig/qconf.oHOSTLD scripts/kconfig/qconf/usr/bin/ld: cannot find -lXicollect2: ld 返回 1make[1]: *** [scripts/kconfig/qconf] 错误 1make: *** [xconfig] 错误 2

make menuconfig 在此出现问题*** Unable to find the ncurses libraries or the*** required header files.*** ‘make menuconfig’ requires the ncurses libraries.****** Install ncurses (ncurses-devel) and try again.***make[1] : *** [scripts/kconfig/dochecklxdialog] Error 1make: *** [menuconfig] Error 2

yum install ncursesyum install ncurses-devel

Fedora 安装后的快速设置

设置第三方源RPM Fusion

su -c ‘rpm -ivh ‘

su -c ‘rpm -ivh ‘

安装 yum-fastestmirror 加速插件

su -c ‘yum install yum-fastestmirror’

更新数据源

su -c ‘yum makecache’

如果你学没有安装中文支持

su -c ‘yum groupinstall chinese-support’

安装 QQ for Linux

上官方网站下载后,,点击安装

安装 ibus 输入法

如果你不想使用SCIM,可以先删去它

su -c ‘yum remove scim’

su -c ‘yum install ibus\*’

安装rar软件

su -c ‘yum install unrar’

安装Q7z

yum install PyQt4-devel

到 下载Q7z rpm 包

rpm -ivh Q7z……rpm

安装chm 阅读器

su -c ‘yum install gnochm’

安装下载工具

目前wxdfast很容易崩溃,不推荐

su -c ‘yum install multiget’

su -c ‘yum install gwget’

安装32位flash 插件

su -c ‘rpm -ivh ‘

su -c ‘rpm — import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux’

su -c ‘yum install flash-plugin’

安装Skype

su -c ‘gedit /etc/yum.repos.d/skype.repo’

在这个文件中复制下面几行:[skype]name=Skype Repositorybaseurl=http://download.skype.com/linux/repos/fedora/updates/i586/enabled=1gpgkey=http://www.skype.com/products/skype/linux/rpm-public-key.ascgpgcheck=0

su -c ‘yum install skype’su -c ‘yum update skype’

安装BT下载软件Azureussu -c ‘yum install azureus’

安装音乐播放器audacious(推荐)

su -c ‘yum install audacious’

su -c ‘yum install audacious-plugins*’

播放mp3

su -c ‘yum install gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly’

kde下的播放器Dragon Player

yum search demultiplexer

yum install compat-libstdc++-33

yum install xine-lib-extras-nonfree

yum install lame

需要安装mplayer解码器 用essential 就行。

Totem 播放视频

su -c ‘yum install totem-xine totem-gstreamer xine-lib-extras-freeworld’

su -c ‘yum install libdvdread libdvdnav lsdvd’

su -c ‘yum install totem-xine totem-gstreamer xine-lib-extras-freeworld’

Totem播放rm视频

移去已有的totem

yum remove totem安装totem-xine

yum install totem-xine安装extras

yum install xine-extras (这个如果没有就不安)安装DVD播放

yum install libdvdnav (这一步中如果有 libdvdcss 也安上,提示没有也可不安) 安装lame

yum install lame安装mpeg支持

yum install ffmpeg安装RM播放支持

yum install compat-libstdc++-33 (如果没安装这个realplayer是用不了,totem播放出现没图象与没声音)安装声音支持

yum install xine-lib-extras-nonfree (如果没安装这个totem播放rm有图象没声音)

在播放rm 如果还提示安装其它包,就按提示安装

安装mplayer

su -c ‘yum install mplayer ‘

安装smplayer

su -c ‘yum install smplayer’

安装VLC

su -c ‘yum install vlc’

安装Avidemux多媒体编辑器

su -c ‘yum install avidemux’

安装SWF播放器

su -c ‘yum install swfdec swfdec-gnome swfdec-gtk swfdec-mozilla’

安装wine

su -c ‘yum install wine’

升级wine

su -c ‘yum –enablerepo=updates-testing upgrade wine’

删除旧的配置文件

su -c ‘rm -fr ~/.wine’

安装stardict

su -c ‘yum install stardict’

su -c ‘yum install stardict-dic-en.noarch’

su -c ‘yum install stardict-dic-zh_CN.noarch’

安装KDE

su -c ‘yum groupinstall ‘KDE (K Desktop Environment)”

GTK程序使用QT样式

su -c ‘yum install gtk-qt-engine’

托盘GNOME程序图标背景不透明的问题不要安装 gtk-qt-engine

使用KDM作默认登录管理器

安装switchdesk-gui程序,进行DM切换 (这个好象不起作用)

su -c ‘yum install switchdesk-gui’

或者直接创建配置文件

su

(root password)

vim /etc/sysconfig/desktop

DISPLAYMANAGER=”KDE” (如果是其它桌面则为:GNOME/XDM)

KDE4中的GNOME程序显示英文的修正

vim /etc/sysconfig/i18n (确保里面为下面的内容)

#LANG=”en_US.UTF-8″LANG=”zh_CN.UTF-8″

在KDE4中改变Firefox

Step 1su -c ‘install gtk-qt-engine package’

代码:yum install gtk-qt-engineNow go to System Settings > Appearance > Click on the Gtk Styles and Fonts tab on the left side and select the following options thereUse my KDE style in Gtk applicationsUse my KDE fonts Gtk applicationsClick the image to open in full size.Then finally click on install scrollbar fix

Step 2:Install KFirefox theme for Firefox from hereI found Kfirefox theme better than the oxygen theme for firefox coz kfirefox integrates better with firefox and looks good

Step 3:Open With

Right-Click on a downloaded file and click on ‘Open Containing Folder’ and click on Select Application and give it a path to /usr/bin/dolphin and every file will open with dolphin.

Next for other file types open Firefox > Edit > Preferences click on Applications tab and choose the appropriate file types needed to open.

自己打败自己的远远多于比别人打败的。

Fedora 软件问题 make menuconfig问题

相关文章:

你感兴趣的文章:

标签云: