热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Fedora软件问题makemenuconfig问题

设置第三方源RPMFusionsu-c'rpm-ivhhttp://download1.rpmfusion.org/free/Fedora/rpmfusion-free-release-stable.noarch.rpm'su-c'rpm-ivhhttp://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree

设置第三方源RPM Fusion

su -c 'rpm -ivh http://download1.rpmfusion.org/free/Fedora/rpmfusion-free-release-stable.noarch.rpm'

su -c 'rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'


安装 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] 错误 1
make: *** [menuconfig] 错误 2
解决办法:
yum install ncurses
yum install ncurses-devel
yum install ncurses-devel
成功!


fedora10运行make xconfig出错: 【6688电子商务网站 www.6688.cc 】
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 qt3
yum install qt3-devel
仍然有错误:
CHECK   qt
/usr/lib/qt-3.3/bin/moc -i scripts/kconfig/qconf.h -o scripts/kconfig/qconf.moc
HOSTCXX scripts/kconfig/qconf.o
/bin/sh: g++: command not found
make[1]: *** [scripts/kconfig/qconf.o] 错误 127
make: *** [xconfig] 错误 2
解决方法:(是说系统没有安装g++)
yum install gcc-c++
仍然有错误:
HOSTCXX scripts/kconfig/qconf.o
HOSTLD  scripts/kconfig/qconf
/usr/bin/ld: cannot find -lXi
collect2: ld 返回 1
make[1]: *** [scripts/kconfig/qconf] 错误 1
make: *** [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 1
make: *** [menuconfig] Error 2


yum install ncurses
yum install ncurses-devel

Fedora 安装后的快速设置

设置第三方源RPM Fusion

su -c 'rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm'

su -c 'rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'


安装 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

到 http://k7z.sourceforge.net/ 下载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 http://linuxdownload.adobe.com/linux/i386/adobe-release-i386-1.0-1.noarch.rpm'

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 Repository
baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/
enabled=1
gpgkey=http://www.skype.com/products/skype/linux/rpm-public-key.asc
gpgcheck=0

su -c 'yum install skype'
su -c 'yum update skype'

安装BT下载软件Azureus
su -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 1
su -c 'install gtk-qt-engine package'

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

 Step 2:
Install KFirefox theme for Firefox from here
I 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.


推荐阅读
  • 本文介绍了Linux系统中正则表达式的基础知识,包括正则表达式的简介、字符分类、普通字符和元字符的区别,以及在学习过程中需要注意的事项。同时提醒读者要注意正则表达式与通配符的区别,并给出了使用正则表达式时的一些建议。本文适合初学者了解Linux系统中的正则表达式,并提供了学习的参考资料。 ... [详细]
  • 本文详细介绍了Vim编辑器中的三种模式(命令模式、末行模式和编辑模式)以及它们之间的操作区别和切换方法。Vim编辑器凭借其多种命令快捷键和高效率的操作方式,得到了广大厂商和用户的认可。对于想要高效操作文本的用户来说,了解这些模式的使用方法是必不可少的。 ... [详细]
  • mac php错误日志配置方法及错误级别修改
    本文介绍了在mac环境下配置php错误日志的方法,包括修改php.ini文件和httpd.conf文件的操作步骤。同时还介绍了如何修改错误级别,以及相应的错误级别参考链接。 ... [详细]
  • 本文介绍了5个基本Linux命令行工具的现代化替代品,包括du、top和ncdu。这些替代品在功能上进行了改进,提高了可用性,并且适用于现代化系统。其中,ncdu是du的替代品,它提供了与du类似的结果,但在一个基于curses的交互式界面中,重点关注占用磁盘空间较多的目录。 ... [详细]
  • 本文介绍了在rhel5.5操作系统下搭建网关+LAMP+postfix+dhcp的步骤和配置方法。通过配置dhcp自动分配ip、实现外网访问公司网站、内网收发邮件、内网上网以及SNAT转换等功能。详细介绍了安装dhcp和配置相关文件的步骤,并提供了相关的命令和配置示例。 ... [详细]
  • javascript  – 概述在Firefox上无法正常工作
    我试图提出一些自定义大纲,以达到一些Web可访问性建议.但我不能用Firefox制作.这就是它在Chrome上的外观:而那个图标实际上是一个锚点.在Firefox上,它只概述了整个 ... [详细]
  • Voicewo在线语音识别转换jQuery插件的特点和示例
    本文介绍了一款名为Voicewo的在线语音识别转换jQuery插件,该插件具有快速、架构、风格、扩展和兼容等特点,适合在互联网应用中使用。同时还提供了一个快速示例供开发人员参考。 ... [详细]
  • PDF内容编辑的两种小方法,你知道怎么操作吗?
    本文介绍了两种PDF内容编辑的方法:迅捷PDF编辑器和Adobe Acrobat DC。使用迅捷PDF编辑器,用户可以通过选择需要更改的文字内容并设置字体形式、大小和颜色来编辑PDF文件。而使用Adobe Acrobat DC,则可以通过在软件中点击编辑来编辑PDF文件。PDF文件的编辑可以帮助办公人员进行文件内容的修改和定制。 ... [详细]
  • 本文介绍了在CentOS 6.4系统中更新源地址的方法,包括备份现有源文件、下载163源、修改文件名、更新列表和系统,并提供了相应的命令。 ... [详细]
  • 本文介绍了一个免费的asp.net控件,该控件具备数据显示、录入、更新、删除等功能。它比datagrid更易用、更实用,同时具备多种功能,例如属性设置、数据排序、字段类型格式化显示、密码字段支持、图像字段上传和生成缩略图等。此外,它还提供了数据验证、日期选择器、数字选择器等功能,以及防止注入攻击、非本页提交和自动分页技术等安全性和性能优化功能。最后,该控件还支持字段值合计和数据导出功能。总之,该控件功能强大且免费,适用于asp.net开发。 ... [详细]
  • 如何更改电脑系统的自动校时服务器地址?
    本文介绍了如何通过注册表编辑器更改电脑系统的自动校时服务器地址。通过修改注册表中的数值数据或新建字符串数值的方式,可以将默认的时钟同步服务器地址更改为自己所需要的域名或IP地址。详细步骤包括双击时间区域,点击internet时间,勾选自动校正域名设置定时等操作。 ... [详细]
  • 使用chrome编辑器实现网页截图功能的方法
    本文介绍了在chrome浏览器中使用编辑器实现网页截图功能的方法。通过在地址栏中输入特定命令,打开控制台并调用命令面板,用户可以方便地进行网页截图操作。 ... [详细]
  • 本文介绍了Windows Vista操作系统中的用户账户保护功能,该功能是为了增强系统的安全性而设计的。通过对Vista测试版的体验,可以看到系统在安全性方面的进步。该功能的引入,为用户的账户安全提供了更好的保障。 ... [详细]
  • Unity3D引擎的体系结构和功能详解
    本文详细介绍了Unity3D引擎的体系结构和功能。Unity3D是一个屡获殊荣的工具,用于创建交互式3D应用程序。它由游戏引擎和编辑器组成,支持C#、Boo和JavaScript脚本编程。该引擎涵盖了声音、图形、物理和网络功能等主题。Unity编辑器具有多语言脚本编辑器和预制装配系统等特点。本文还介绍了Unity的许可证情况。Unity基本功能有限的免费,适用于PC、MAC和Web开发。其他平台或完整的功能集需要购买许可证。 ... [详细]
  • wpf+mvvm代码组织结构及实现方式
    本文介绍了wpf+mvvm代码组织结构的由来和实现方式。作者回顾了自己大学时期接触wpf开发和mvvm模式的经历,认为mvvm模式使得开发更加专注于业务且高效。与此同时,作者指出mvvm模式相较于mvc模式的优势。文章还提到了当没有mvvm时处理数据和UI交互的例子,以及前后端分离和组件化的概念。作者希望能够只关注原始数据结构,将数据交给UI自行改变,从而解放劳动力,避免加班。 ... [详细]
author-avatar
小白_king
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有