On Mon, 24 Nov 2014 14:35:53 -0500
Mark Lee <m...@markelee.com> wrote:
> On 11/24/2014 02:25 PM, Damjan Georgievski wrote:
> Use pacman -Qi kdebase-workspace.

That does not show what depends on it, that isn't already installed.

Something like this
$ pacman -Si | grep kdebase-workspace
that also shows the names ;).

Perhaps a loop including all packages that should be upgraded and
dependencies that should be installed by an upgrade in a loop as
variable "package"

pacman -Si | grep $package

Reply via email to