科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网软件频道为Redhat操作系统增加APT软件包管理工具

为Redhat操作系统增加APT软件包管理工具

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

debian系统则基于apt工具进行软件包管理,可以自动解决并安装倚赖软件包,因此debian linux被认为是最容易管理和升级的系统,apt工具也被认为是目前最好的软件包管理工具之一。

作者:kid 来源:赛迪网 2008年6月19日

关键字: 命令行 Linux 技巧

  • 评论
  • 分享微博
  • 分享邮件

方法二:从 iso 文件复制(当计算机内有 Red Hat Linux 9 iso 档的时候可以用这个方法用)
   
    mkdir /mnt/iso
   
    mount -o loop shrike-i386-disc1.iso /mnt/iso
    cp /mnt/iso/RedHat/RPMS/* /var/www/html/redhat/9/RPMS.os/
    umount /mnt/iso
   
    mount -o loop shrike-i386-disc2.iso /mnt/iso
    cp -f /mnt/iso/RedHat/RPMS/* /var/www/html/redhat/9/RPMS.os/
    umount /mnt/iso
   
    mount -o loop shrike-i386-disc3.iso /mnt/iso
    cp -f /mnt/iso/RedHat/RPMS/* /var/www/html/redhat/9/RPMS.os/
    umount /mnt/iso

    5.将 Red Hat Linux 9 updates 的 rpm 复制到 /var/www/html/redhat/9/RPMS.updates 资料夹
    cd /var/www/html/redhat/9/RPMS.updates
    wget ftp://linux.sinica.edu.tw/pub1/redhat/updates/9/en/os/i386/*(若网络频宽不高,会花很久时间,请耐心等候)

redhat 6.2
http://ftp.freshrpms.net/pub/freshrpms/redhat/6.2/apt/apt-0.5.4cnc7-fr0.62.1.i386.rpm

redhat 7.2
http://ftp.freshrpms.net/pub/freshrpms/redhat/7.2/apt/apt-0.3.19cnc55-fr7.i386.rpm

redhat 7.3
http://ftp.freshrpms.net/pub/freshrpms/redhat/7.3/apt/apt-0.5.4cnc9-fr0.1.rh73.i386.rpm

redhat 8.0
http://ftp.freshrpms.net/pub/freshrpms/redhat/8.0/apt/apt-0.5.4cnc9-fr1.i386.rpm

redhat 9.0
http://ftp.freshrpms.net/pub/freshrpms/redhat/9/apt/apt-0.5.5cnc6-fr1.i386.rpm

rpm http://people.ecsc.co.uk/ ~matt/downloads/apt/fedora-2-i386 production

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章