Searched refs:uninstall (Results 1 - 5 of 5) sorted by relevance
/pkg/src/tests/cli/ |
H A D | t_client_api.py | 479 retjson = self.__call_cmd("uninstall", pkgs, opts) 487 retjson = self.__call_cmd("uninstall", pkgs, opts) 495 retjson = self.__call_cmd("uninstall", pkgs, opts) 502 retjson = self.__call_cmd("uninstall", pkgs, opts) 506 # Run through pkg uninstall. 511 retjson = self.__call_cmd("uninstall", pkgs, opts) 518 uninstall_schema = cli_api._get_pkg_input_schema("uninstall") 562 retjson = self.__call_cmd("uninstall", pkgs, opts) 1109 retjson = cli_inst.uninstall(json.dumps(args), json.dumps(opts)) 1112 eunins_schema_in = cli_inst.get_pkg_input_schema("uninstall") [all...] |
/pkg/src/modules/client/ |
H A D | rad_pkg.py | 577 def uninstall(self, pkg_fmri_patterns=None, backup_be_name=None, member in class:PkgImage 598 ret_json = self.__pkg("uninstall",
|
H A D | imageplan.py | 505 # e.g.: set name=pkg.additional-update-on-uninstall value=... 590 # check if we need to uninstall any packages. 591 uninstall = self.__any_reject_matches(reject_list) 594 if not (li_sync_op or pkgs_inst or uninstall or 984 uninstall = self.__any_reject_matches(reject_list) 985 if uninstall: 1174 which case a packaging operation should attempt to uninstall 1188 # check if we need to uninstall any packages. 1189 uninstall = self.__any_reject_matches(reject_list) 1197 # if we're not trying to uninstall package [all...] |
H A D | client_api.py | 3254 def uninstall(self, pargs_json=None, opts_json=None): member in class:ClientInterface 3255 """Invoke pkg uninstall subcommand.""" 3257 return self.__cmd_invoke("uninstall", pargs_json=pargs_json, 3308 "uninstall" : [_uninstall, __pkg_uninstall_output_schema],
|
/pkg/src/ |
H A D | client.py | 173 basic_cmds = ["refresh", "install", "uninstall", "update", "list", 184 basic_usage["uninstall"] = _( 457 Package Transitions : update install uninstall 861 # uninstall 2084 install, update and uninstall and so on.""" 2241 def uninstall(op, api_inst, pargs, function 5291 "uninstall" : [uninstall],
|
Completed in 43 milliseconds