Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hello. Well, obviously, many threads are about people seeking for a distribution like Slackware or Arch with "apt" and "dpkg" support. Being one of those people, I'm simply wondering, first, if such distribution exists and second, if not, if someone tried installing "apt" and "dpkg" on Slackware or Arch.
Why would you want to? If you want the Debian package management then use Debian. The only real difference between distrobutions is the package manager anyway...
Hey. Aw, to me, it seems hard than to do better than "apt". Still, in what way is it better? Also, is there an equivalent to "apt-cache" in those distributions? That command is so helpful.
Ah, and the answer to the last question is that obviously, Debian's packages are compiled for i386, which is not the best. So I'm kind of looking for something more specifically for i686.
The thing I like about pacman is that it is more straight forward than apt, prettty much everything is just pacman -[option] with the options rarely needing to be more than two letters. On the otherhand I think there this is at a cost of not being able to do everything apt is capable of, though it haven't felt much of a loss. The one thing I really like that as far as I know apt doesn't do is give the option to remove a package and all of the dependencies that are no longer needed at the same time.
For the people who are Arch users and may be able to help but have been intelligent enough to never have spend a second glance at Debian, what does apt-cache do?
Hey. Aw, to me, it seems hard than to do better than "apt". Still, in what way is it better? Also, is there an equivalent to "apt-cache" in those distributions? That command is so helpful.
Assuming your looking for:
Code:
#apt-cache search package-name
the pacman equivalent is:
Code:
#pacman -S -s package-name
Quote:
Originally Posted by cs-cam
For the people who are Arch users and may be able to help but have been intelligent enough to never have spend a second glance at Debian, what does apt-cache do?
As you probably just got, apt-cache is used to search for a package if the exact name is not known.
Just another little tid-bit. I always like to insert the refresh repositories command when searching for or installing packages with pacman, it takes almost no time (unlike Debian/Ubuntu) and avoids the occasional time when my system tries to download a package that is no longer available. It is denoted by the "y" argument.
As you probably just got, apt-cache is used to search for a package if the exact name is not known.
Just another little tid-bit. I always like to insert the refresh repositories command when searching for or installing packages with pacman, it takes almost no time (unlike Debian/Ubuntu) and avoids the occasional time when my system tries to download a package that is no longer available. It is denoted by the "y" argument.
Code:
#pacman -S -y*other_arguments* package-name
Just be sure to omit the *'s.
Please try to refrain from resurrecting old threads. This thread is over 5 years old. Plus the OP has not posted since this post.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.