You are not logged in.
Pages: 1
I think to install arch and i need some information for it and some info about packman:)Can pacman install pkgs without deps or only deps ( like as gentoo portage ) ?
Offline
wiki.archlinux.org should give you plenty of info about Arch in general. However, the pacman page is still a work in progress, so to answer your specific question, pacman can install without deps if you want it to by using the -d switch. By default, of course, it will check for dependencies.
Offline
Ok I dig it about nodeps..er for onlydeps install ( without the main pkg ) ?
PS: I Checked wiki.archlinux... but i can't found required info.
Offline
If I understand you correctly, you might have package A, which depends on packages B & C, and you want to be able to install B & C, without A - is that right?
If it is, I don't think pacman can do it with one entry - you would do pacman -Sy package_A, and the response would list B, C, and A for installation. You would then cancel that, and do pacman -S package_B package_C.
Offline
Clear..How do you think.. is this will be a good feature for pacman for future?
Offline
Personally, no - I've never come across a situation which required me to install an application's dependencies, with installing the application itself. Best thing to do is submit it as a feature request, and see what the response is.
Offline
I'd say the easiest way to do it is to install the application
pacman -S application
and then remove it without removing dependencies
pacman -R application
That'll sync the deps and app, then remove the app.
Dusty
Offline
I can hardly imagine a situation where this could be useful anyway.
Offline
Pages: 1