Results 1 to 10 of 11
I would just like to know if the files that I download with Yum are saved anywhere. For example I downloaded the clamav antivirus thing, and I don't know where ...
- 08-08-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 6
[SOLVED] Where do I find files I have downloaded with Yum?
I would just like to know if the files that I download with Yum are saved anywhere. For example I downloaded the clamav antivirus thing, and I don't know where to locate it on my desktop/ in my files. This would just be helpful mostly for if I download a program in the future, I would like to know where I could find it and open it up.
Im using Fedora 11 if that helps.
- 08-08-2009 #2
You can find a program with the which command:
Code:which clamav
Linux User #453176
- 08-08-2009 #3Just Joined!
- Join Date
- Aug 2009
- Posts
- 6
I did that and this happened:
[root@Ally ~]# which clamav
/usr/bin/which: no clamav in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
what should I do now?
- 08-08-2009 #4
That means that it can't find Clamac on you system. Are you sure you're installed it? The command to install is would be:
Code:yum install clamav
Linux User #453176
- 08-08-2009 #5
My bad. I misread post.
Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
Open CourseWare for Linux Geeks
- 08-08-2009 #6Just Joined!
- Join Date
- Aug 2009
- Posts
- 6
I am sure I installed it, because I also tried the command: which banshee and the same thing happened. And I am sure banshee is installed because I had it open.
- 08-08-2009 #7
Does typing banshee into your terminal open banshee?
Linux User #453176
- 08-08-2009 #8Just Joined!
- Join Date
- Aug 2009
- Posts
- 6
It still didnt work
[root@Ally ~]# banshee
-bash: banshee: command not found
- 08-09-2009 #9Just Joined!
- Join Date
- Jul 2008
- Location
- Delhi, India
- Posts
- 72
- 08-09-2009 #10Linux User
- Join Date
- Aug 2006
- Posts
- 458
locate clamav


