#include "config.h"#include <stdlib.h>#include <stdio.h>#include <string.h>#include <alpm.h>#include <alpm_list.h>#include "pacman.h"#include "util.h"#include "callback.h"#include "conf.h"

Go to the source code of this file.
Functions | |
| int | pacman_remove (alpm_list_t *targets) |
| Remove a specified list of packages. | |
Variables | |
| pmdb_t * | db_local |
| int pacman_remove | ( | alpm_list_t * | targets | ) |
Remove a specified list of packages.
| targets | a list of packages (as strings) to remove from the system |
Definition at line 57 of file src/pacman/remove.c.
References _, alpm_db_readgrp(), alpm_dep_get_string(), alpm_grp_get_name(), alpm_grp_get_pkgs(), alpm_list_add(), alpm_list_getdata(), alpm_list_next(), alpm_miss_get_dep(), alpm_miss_get_target(), alpm_option_get_lockfile(), alpm_pkg_get_name(), alpm_strerrorlast(), alpm_trans_addtarget(), alpm_trans_commit(), alpm_trans_get_pkgs(), alpm_trans_init(), alpm_trans_prepare(), cb_trans_conv(), cb_trans_evt(), cb_trans_progress(), config, __config_t::flags, FREELIST, list_display(), PM_ERR_HANDLE_LOCK, PM_ERR_UNSATISFIED_DEPS, pm_errno, PM_LOG_ERROR, pm_printf(), PM_TRANS_FLAG_CASCADE, PM_TRANS_FLAG_RECURSE, PM_TRANS_TYPE_REMOVE, and yesno().
Referenced by main().


1.5.4