|
Home > Archive > alt.os.linux > June 2002 > FTP'd RPM missing
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
|
Hi all,
Bit of a silly one this.
I have twice FTP'd cups-1.1.14-15.src.rpm. Where the hell has it been
put? Is there a standard dir?
I have searched my HD for days and it's nowhere to be seen.
--
Regards
Karen
"It's not the destination, but the journey that counts"
| |
| HoboSong 2002-06-24, 7:13 pm |
| I believe it was karen who said...
>
> Hi all,
>
> Bit of a silly one this.
>
> I have twice FTP'd cups-1.1.14-15.src.rpm. Where the hell has it been
> put? Is there a standard dir?
>
> I have searched my HD for days and it's nowhere to be seen.
>
>
find / -name cups-1.1.14-15.src.rpm 2>/dev/null
--
--------------------------------------------------------------------
Chris van Ophuijsen | chrisSPAMvano@yahooDOTcom | RLU #195880
8:50am up 86 days, 11:32, 8 users, load average: 0.00, 0.02, 0.00
| |
| Larry Sandler 2002-06-24, 7:13 pm |
| On Tue, 25 Jun 2002 07:35:46 -0500, karen wrote:
>
> Hi all,
>
> Bit of a silly one this.
>
> I have twice FTP'd cups-1.1.14-15.src.rpm. Where the hell has it been
> put? Is there a standard dir?
>
> I have searched my HD for days and it's nowhere to be seen.
It can go anywhere you want it to go. As a result, it could be anywhere.
Try:
$ locate cups-1.1.14
If you didn't already have something such as cups-1.1.14-3 installed, it
should find it and only it. If you be a billion hits, expand it:
$ locate cups-1.1.14-15.src.rpm
That should get only that one.
| |
|
|
karen wrote:
> I have twice FTP'd cups-1.1.14-15.src.rpm. Where the hell has it been
> put? Is there a standard dir?
>
How did you ftp it? Did you just use ftp and get? If so it should be
in the directory from which you launched ftp (unless you did a lcd).
It's easy enough to forget which directory that was, or to forget or not
notice where you put it if you were using a browser or some graphical
ftp program. Then give find or locate a try. Just make sure you know
the difference between the two.
- Kurt
| |
| John Hamlin 2002-06-24, 7:13 pm |
| There's now a follow up, 1.1.15 ----
http://www.cups.org
On Tue, 25 Jun 2002 20:35:46 +0800, karen <barnabas@norcom.net.au> wrote:
>
> Hi all,
>
> Bit of a silly one this.
>
> I have twice FTP'd cups-1.1.14-15.src.rpm. Where the hell has it been
> put? Is there a standard dir?
>
> I have searched my HD for days and it's nowhere to be seen.
>
>
>
> --
> Regards
> Karen
>
> "It's not the destination, but the journey that counts"
>
>
>
--
John Hamlin Newport South Wales Uk ICQ:100186856
hammie4000@brandy.no-ip.org root@brandy.no-ip.org
http://brandy.no-ip.org <-not much thier yet, but it works!
brandy.no-ip.org
| |
|
| Have you tried
which cups
or locate cups
Should give you some idea on where to track it down. I would think.

karen wrote:
> Hi all,
>
> Bit of a silly one this.
>
> I have twice FTP'd cups-1.1.14-15.src.rpm. Where the hell has it been
> put? Is there a standard dir?
>
> I have searched my HD for days and it's nowhere to be seen.
>
>
>
> --
> Regards
> Karen
>
> "It's not the destination, but the journey that counts"
>
>
>
>
|
|
|
|
|