You are not logged in.

#1 2011-11-12 17:53:51

RoboSK
Member
Registered: 2010-03-13
Posts: 6

[SOLVED] How find all "custom" packages ?

Hi, is possible find all *1 custom packages ?

*1
pacman -U custom_pkgbuild.pkg.tar.xz

thanks

Last edited by RoboSK (2011-11-12 18:38:00)

Offline

#2 2011-11-12 17:58:16

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] How find all "custom" packages ?

I have no idea what you mean by custom package / PKGBUILD.
Find where? On your computer, on the Internet?

Offline

#3 2011-11-12 18:14:00

RoboSK
Member
Registered: 2010-03-13
Posts: 6

Re: [SOLVED] How find all "custom" packages ?

on computer...
example
pacman -S samba
pacman -U vlc-git (compiled with my PKGBUILD)

after longlong time need find all custom packages - into this "example" vlc-git

Offline

#4 2011-11-12 18:18:33

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] How find all "custom" packages ?

I think you should have put them in e.g. a custom group (if you didn't want to change the package name), it would make finding them trivial.
Maybe you can compare the checksums? Do you have a place where you store all your custom PKGBUILDs?

Why do you want to find them?

Offline

#5 2011-11-12 18:22:12

Spider.007
Member
Registered: 2004-06-20
Posts: 1,175

Re: [SOLVED] How find all "custom" packages ?

You are making little sense, but if you want to know what custom-packages are installed you can use `pacman -Qm`. If you want the actual packages, that isn't possible, they aren't stored somewhere like the installed packages (which are in /var/cache/pacman/pkk)

Offline

#6 2011-11-12 18:22:32

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: [SOLVED] How find all "custom" packages ?

/var/log/pacman.log
is the best I can think of


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#7 2011-11-12 18:22:37

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: [SOLVED] How find all "custom" packages ?

Do you mean you just want to know which packages you have installed that are not official Arch packages?

For example, if the package is not in the repos you can list them with pacman -Qm.  See the pacman man page:

-m, --foreign

Restrict or filter output to packages that were not found in the sync database(s). Typically these are packages that were downloaded manually and installed with --upgrade.

All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#8 2011-11-12 18:24:46

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] How find all "custom" packages ?

Spider.007 wrote:

If you want the actual packages, that isn't possible, they aren't stored somewhere like the installed packages (which are in /var/cache/pacman/pkk)

OP can still use bacman to create *.pkg.tar* packages out of those installed - custom or not.

Last edited by karol (2011-11-12 18:25:31)

Offline

#9 2011-11-12 18:37:13

RoboSK
Member
Registered: 2010-03-13
Posts: 6

Re: [SOLVED] How find all "custom" packages ?

"pacman -Qm" works, big thanks!

Offline

Board footer

Powered by FluxBB