F13 и wicd

June 7, 2010

Совершенно необязательная заметка :) Скорее, себе на память, если на нетбук какой-нибудь ставить буду, хотя сейчас меня и NetworkManager устраивает более чем.

Итак. Собранные пакеты под Fedora 13 есть в репозитории ATrpms. Этот репозиторий не совместим со стандартными репами для Федоры, поэтому делаем так:

    # touch /etc/yum.repos.d/atrpms.repo
    # nano /etc/yum.repos.d/atrpms.repo

Вписываем туда следующее:

    [atrpms]
    name=Fedora Core $releasever - $basearch - ATrpms
    baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable
    gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
    enabled=0
    gpgcheck=1

Значение enabled обязательно поставить в "0", иначе потом может быть весело :) И командуем:

    # yum install --enablerepo=atrpms wicd

Вот вывод с моей машины:

    [root@alex yum.repos.d]# yum install --enablerepo=atrpms wicd
    Loaded plugins: fastestmirror, presto, refresh-packagekit, remove-with-leaves
    Loading mirror speeds from cached hostfile
    * fedora: ftp.chg.ru
    * rpmfusion-free: mirror.andreas-mueller.com  
    * rpmfusion-free-updates: mirror.andreas-mueller.com  
    * rpmfusion-free-updates-testing: mirror.andreas-mueller.com  
    * rpmfusion-nonfree: mirror.andreas-mueller.com  
    * rpmfusion-nonfree-updates: mirror.andreas-mueller.com  
    * rpmfusion-nonfree-updates-testing: mirror.andreas-mueller.com  
    * russianfedora-fixes: updates.msiu.ru  
    * russianfedora-fixes-updates: updates.msiu.ru  
    * russianfedora-fixes-updates-testing: updates.msiu.ru  
    * russianfedora-free: updates.msiu.ru  
    * russianfedora-free-updates: updates.msiu.ru  
    * russianfedora-free-updates-testing: updates.msiu.ru  
    * russianfedora-nonfree: updates.msiu.ru  
    * russianfedora-nonfree-updates: updates.msiu.ru  
    * russianfedora-nonfree-updates-testing: updates.msiu.ru  
    * updates: ftp.chg.ru  
    * updates-testing: ftp.chg.ru  
    atrpms | 3.0 kB 00:00
    atrpms/primary_db | 376 kB 00:00

    Setting up Install Process
    Resolving Dependencies

    --> Running transaction check  
    ---> Package wicd.x86_64 0:1.7.0-3.fc13 set to be updated  
    --> Processing Dependency: python-urwid for package: wicd-1.7.0-3.fc13.x86_64  
    --> Processing Dependency: ethtool for package: wicd-1.7.0-3.fc13.x86_64  
    --> Running transaction check  
    ---> Package ethtool.x86_64 2:2.6.33-0.1.fc13 set to be updated  
    ---> Package python-urwid.x86_64 0:0.9.9.1-1.fc13 set to be updated  
    --> Finished Dependency Resolution  
    Dependencies Resolved

    ==============================================================================
    =
    Package Arch Version Repository Size
    ==============================================================================
    =

    Installing:
    wicd x86_64 1.7.0-3.fc13 atrpms 426 k

    Installing for dependencies:
    ethtool x86_64 2:2.6.33-0.1.fc13 fedora 72 k
    python-urwid x86_64 0.9.9.1-1.fc13 updates 317 k

    Transaction Summary

    ==============================================================================
    =

    Install 3 Package(s)
    Upgrade 0 Package(s)
    Total download size: 815 k
    Installed size: 3.9 M
    Is this ok [y/N]: y

    Downloading Packages:
    Setting up and reading Presto delta metadata

    Processing delta metadata
    Package(s) data still to download: 815 k
    (1/3): ethtool-2.6.33-0.1.fc13.x86_64.rpm | 72 kB 00:00
    (2/3): python-urwid-0.9.9.1-1.fc13.x86_64.rpm | 317 kB 00:00
    (3/3): wicd-1.7.0-3.fc13.x86_64.rpm | 426 kB 00:00

    -------------------------------------------------------------------------------

    Total 400 kB/s | 815 kB 00:02
    warning: rpmts_HdrFromFdno: Header V4 DSA/SHA1 Signature, key ID 66534c2b:
    NOKEY
    atrpms/gpgkey | 2.3 kB 00:00 ...
    Importing GPG key 0x66534C2B "ATrpms.net (rpm signing key) " from http://ATrpms.net/RPM-GPG-KEY.atrpms
    Is this ok [y/N]: y
    Running rpm_check_debug
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
    Installing : python-urwid-0.9.9.1-1.fc13.x86_64 1/3
    Installing : 2:ethtool-2.6.33-0.1.fc13.x86_64 2/3
    Installing : wicd-1.7.0-3.fc13.x86_64 3/3

    Installed:
    wicd.x86_64 0:1.7.0-3.fc13
    Dependency Installed:
    ethtool.x86_64 2:2.6.33-0.1.fc13 python-urwid.x86_64 0:0.9.9.1-1.fc13

    Complete!

Discussion, links, and tweets

I'm a system administrator at NovoPlay. Follow me on Twitter and Google Plus.