Displaying 2 results from an estimated 2 matches for "uninstallpackag".
Did you mean:
  uninstallpackages
  
2016 Jun 07
1
[PATCH] customize: Add --uninstall operation.
...such as Windows that lack package management, this is not possible.  Try using one of the '--firstboot*' flags instead (described in the manual).") flag
@@ -330,6 +355,11 @@ exec >>%s 2>&1
       message (f_"Running touch: %s") path;
       g#touch path
 
+    | `UninstallPackages pkgs ->
+      message (f_"Uninstalling packages: %s") (String.concat " " pkgs);
+      let cmd = guest_uninstall_command pkgs in
+      do_run ~display:cmd cmd
+
     | `Update ->
       message (f_"Updating packages");
       let cmd = guest_update_command ()...
2019 Oct 15
4
Splitting the large libguestfs repo
I got a little way into this.  The two attached patches are
preliminary work.
My proposed split is:
      libguestfs.git
          common -> git submodule libguestfs-common.git
          generator/
          lib/
          all language bindings
          C based tools (eg. virt-df, virt-edit, guestfish)
    
      guestfs-tools.git
          common -> git submodule libguestfs-common.git