当前位置: 首页 > 工具软件 > K3b > 使用案例 >

安装Linux刻录软件K3B

有品
2023-12-01
直接在FC4下载源码包k3b-0.12.4a不能解决依赖问题.
网上解释是gcc不够高~
按照www.k3b.org的说明

K3b Fedora Core and Red Hat Packages

Mihai Maties put together some K3b 0.12.2 Fedora Core 4 and Fedora Core 3 (the page is outdated, but don't be fooled, the packages are there :) packages for i386 and x86_64 architectures. Older Fedora Core and and Red Hat releases are not supported anymore (the last version of k3b build for them is 0.11.24). The rpms are also available via two yum & apt repositories so we recommend you to use them instead of direct downloading the packages. To learn how to configure your system to use yum or apt for easy updating and resolving dependencies please check: Yum home page, Yum HOWTO, Apt home page, Apt HOWTO.

Fedora Core 4 users should add the following lines to the configuration files:

  • yum - /etc/yum.conf
    [xcyb-stable]
    name=Fedora Core 4 ( xcyborg / stable )
    baseurl=http://rpms.xcyb.org/fedora/4/stable/

    [xcyb-bleeding]
    name=Fedora Core 4 ( xcyborg / bleeding )
    baseurl=http://rpms.xcyb.org/fedora/4/bleeding/
  • apt - /etc/apt/sources.list
    rpm http://rpms.xcyb.org/fedora/4 i386 stable bleeding
    rpm-src http://rpms.xcyb.org/fedora/4 i386 stable bleeding

在/etc/yum.conf后面添加
[xcyb-stable]
name=Fedora Core 4 ( xcyborg / stable )
baseurl=http://rpms.xcyb.org/fedora/4/stable/

[xcyb-bleeding]
name=Fedora Core 4 ( xcyborg / bleeding )
baseurl=http://rpms.xcyb.org/fedora/4/bleeding/


然后
#yum install k3b

下载了两个文件,保存在
taglib-1.4-1.fc4.i386.rpm
/var/cache/yum/extras/packages

k3b-0.12.4a-1.xcyb.fc4.i386.rpm
/var/cache/yum/xcyb-stable/packages

安装
#rpm -ivh taglib-1.4-1.fc4.i386.rpm
#rpm -ivh k3b-0.12.4a-1.xcyb.fc4.i386.rpm
 类似资料: