Can someone please explain this to me?
Code:
[root@localhost Downloads]# yum install gnome-applet-timer
Setting up Install Process
Setting up repositories
livna 100% |=========================| 951 B 00:00
updates-released 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
base 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 322 kB 00:02
updates-re: ################################################## 975/975
Added 0 new packages, deleted 17 old in 1.87 seconds
Parsing package install arguments
No Match for argument: gnome-applet-timer
Nothing to do
[root@localhost Downloads]#
Trying to install gnome-applet-timer, but yum doesn't find it.
Code:
[root@localhost Downloads]# yum search gnome-applet-timer
Searching Packages:
Setting up repositories
livna 100% |=========================| 951 B 00:00
http://klid.dk/homeftp/fedora/linux/core/updates/4/i386/repodata/repomd.xml: [Errno 4] IOError: HTTP Error 403: Date: Sat, 24 Sep 2005 08:59:56 GMT
Server: Apache-AdvancedExtranetServer/1.3.28 (Mandrake Linux/3.4.92mdk) PHP/4.3.3
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
Trying other mirror.
updates-released 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
base 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 326 kB 00:10
updates-re: ################################################## 975/975
Added 22 new packages, deleted 22 old in 2.64 seconds
primary.xml.gz 100% |=========================| 795 kB 00:05
extras : ################################################## 2235/2235
Added 39 new packages, deleted 0 old in 4.51 seconds
gnome-applet-timer.i386 1.1.1-9.fc4 extras
Matched from:
gnome-applet-timer
[root@localhost Downloads]#
Yum now knows that the desired app is in the extras repo, so...
Code:
[root@localhost Downloads]# yum install gnome-applet-timer
Setting up Install Process
Setting up repositories
livna 100% |=========================| 951 B 00:00
updates-released 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
base 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 327 kB 00:02
updates-re: ################################################## 978/978
Added 3 new packages, deleted 0 old in 2.17 seconds
primary.xml.gz 100% |=========================| 782 kB 00:05
extras : ################################################## 2196/2196
Added 0 new packages, deleted 39 old in 4.22 seconds
Parsing package install arguments
No Match for argument: gnome-applet-timer
Nothing to do
[root@localhost Downloads]#
Hmm.. what's wrong with this picture?
I know for certain that gnome-applet-timer is in the extras repo because yum found it and returned info about it. So, if the app is in a repo that I have enabled, and yum is checking, why does yum not install that app, yet I can get info about that app? This is, by the way, the second time I ran that command. I ran that command for the first time just after a "yum update" and "yum clean all".