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