Re: new arch user, questions about package management

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Wed, Jun 11, 2008 at 8:55 PM, Dave Heistand <dheistand@xxxxxxxxxxxxxx> wrote:
> Such a diff would tell me things like (output
>
> Packages removed from package tree/ftp servers:
> firefox (installed)
> foobar (not installed)
>
> Packages added to tree/ftp servers
> iceweasel (not installed)
> tmpwatch (not installed)

Pacman stores all the repository data in
/var/lib/pacman/sync/{repository}

Also pacman has a feature of listing all the packages in a
particular repository:
pacman -Slq {repository}
The -q is for suppressing the version information. So, to check the
differences in say the core repository you could do:

$ pacman -Slq core > core-old.txt
# pacman -Sy
$ pacman -Slq core > core-new.txt
$ diff core-new.txt core-old.txt



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux