分类: LINUX
2005-10-28 08:53:57
rpm --import
Or alternatively, download and install it as root by doing:rpm --import RPM-GPG-KEY.dag.txt
You can see a list of install keys by doing:rpm -q gpg-pubkey --qf "%{ summary } -> %{ version }-%{ release } "
The fingerprint of my key is: 6b8d79e6-3f49313d
Apt originally was developed by the Debian project to work together
with DEB packages. Since there are not many functional differences
between RPM and DEB packages, Conectiva ported Apt to use RPM.
To install Apt, download the latest package for your distribution from:
. This will make sure
your Apt is configured properly.
However, in case you already have Apt installed, please add one of the
following statements to /etc/apt/sources.list.d/dag.list:
### Dag RPM Repository for Fedora Core rpm fedora/3/en/i386 dag rpm fedora/2/en/i386 dag rpm fedora/1/en/i386 dag ### Dag RPM Repository for Red Hat Enterprise Linux rpm redhat/el4/en/i386 dag rpm redhat/el3/en/i386 dag rpm redhat/el2.1/en/i386 dag ### Dag RPM Repository for older Red Hat Linux releases rpm redhat/9/en/i386 dag rpm redhat/8.0/en/i386 dag rpm redhat/7.3/en/i386 dag rpm redhat/6.2/en/i386 dag
If you've done that, the rest is simple. Update the local repository meta-data by doing:apt-get update
You can upgrade your system with the latest packages with:apt-get upgrade
And finally you can add new software by typing:apt-get install
apt-cache search
apt-get clean
Remember to update your local repository often before upgrading or installing software, so that you can enjoy the latest and greatest.apt-get install synaptic
Or download it from:[dag] name=Dag RPM Repository for Fedora Core baseurl=/fedora/$releasever/en/$basearch/dag gpgcheck=1 enabled=1 [dag] name=Dag RPM Repository for Red Hat Enterprise Linux baseurl=/redhat/el$releasever/en/$basearch/dag gpgcheck=1 enabled=1 [dag] name=Dag RPM Repository for older Red Hat Linux baseurl=/redhat/$releasever/en/$basearch/dag gpgcheck=1 enabled=1
If you've done that, the rest is simple. Upgrade your system by doing:yum update
You can add new software by typing:yum install
yum update
yum search
yum list available
From time to time you may want to save some diskspace:yum clean