[Libguestfs] [PATCH 1/2] use apt-get instead of aptitude

Richard W.M. Jones rjones at redhat.com
Thu Jun 16 09:23:38 UTC 2011


On Thu, Jun 16, 2011 at 12:26:38AM +0200, Hilko Bengen wrote:
>    (* Download the packages. *)
>    let cmd =
> -    sprintf "cd %s && aptitude download %s"
> +    sprintf "cd %s && apt-get download %s"

"apt-get download" doesn't appear to be a real command.  It's not
mentioned in the man page, and when I tried it, febootstrap said:

E: Invalid operation download

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora




More information about the Libguestfs mailing list