On Mon, 24 Nov 2014 20:42:30 +0100 Ralf Mardorf <ralf.mardorf@xxxxxxxxxxxxxx> wrote: > On Mon, 24 Nov 2014 14:35:53 -0500 > Mark Lee <mark@xxxxxxxxxxxx> 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 Oops, it should be pacman -Si $package ;)