You are not logged in.
Pages: 1
Hii, I have heard so many good things about it, and want to know if it is so great?
I am using apt-get, how is it compare to it?
and, how can I see all the things I can install with pacman, in sections? (www,editors,etc...)
:?:
Offline
I'm new to Arch and pacman as well but have taken a definite liking to pacman over apt-get. I used to run only Debian and then Kubuntu but found the distros loaded way too much applications that I don't even use. With pacman I can easily upgrade to the newest versions of what I use with pacman -Syu. I've upgraded Kubuntu using adept or synaptic and have run into severe problems especially with x after an upgrade. So far pacman hasn't caused any serious damage. I can't answer your question about sectioning packages as I'm too new to know if that can be done.
Time is a great teacher, but unfortunately it kills all its pupils ... - Louis Hector Berlioz
Offline
Go to ARCH LINUX URL and click on the three listings of arch pqackages, namely, current, extra and testiiiing. These listing categorize the available packages such as base, editors, multimedia, etc.
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
ok tanx
Why isn't there is a section choise in pacman thrue the command?
and, is the downgrade in pacman works good?
and how much new is the stuff there? for example the kernel?
Offline
Why isn't there is a section choise in pacman thrue the command?
Submit a feature request on the bugtracker.
is the downgrade in pacman works good?
Yes.
and how much new is the stuff there? for example the kernel?
You've just been told where the package listings are - have a look for yourself.
Offline
Who wants to downgrade?
All the packages downloaded by pacman are stored in /var/cache/pacman/pkg/ You can delete them by running
pacman -Sc
to remove just the old versions of every package or
pacman -Scc
to completely delete all the packages (just the packages, not the installes files of your system)
To downgrade to a package in your /var/cache/pacman/pkg/ directory type
pacman -A /var/cache/pacman/pkg/package_name-version.pkg.tar.gz
pacman rocks!
Check the arch page under packages to see the versions of packages of your interest.
Cheers Sigi
Haven't been here in a while. Still rocking Arch.
Offline
Pages: 1