LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This 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

Reply
 
LinkBack Search this Thread
Old 01-26-2006, 10:02 PM   #1
Filosofem
LQ Newbie
 
Registered: May 2005
Distribution: Debian
Posts: 14

Rep: Reputation: 0
Arrow Apt on Slackware/Arch


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.
 
Old 01-27-2006, 03:43 PM   #2
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,695
Blog Entries: 1

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
There are similar programs for Slackware (slapt-get, swaret and a few other) but in my opinion they kinda go against the whole Slackware ethos.
 
Old 01-28-2006, 05:03 AM   #3
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,544
Blog Entries: 4

Rep: Reputation: 56
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...
 
Old 01-28-2006, 01:25 PM   #4
mcmillan
Member
 
Registered: Jul 2005
Distribution: Arch
Posts: 489

Rep: Reputation: 30
As Hangdog said slackware has some package managers, and arch also has pacman, which I'm actually starting to like a bit better than apt.
 
Old 01-28-2006, 08:14 PM   #5
Filosofem
LQ Newbie
 
Registered: May 2005
Distribution: Debian
Posts: 14

Original Poster
Rep: Reputation: 0
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.
 
Old 01-28-2006, 08:31 PM   #6
Filosofem
LQ Newbie
 
Registered: May 2005
Distribution: Debian
Posts: 14

Original Poster
Rep: Reputation: 0
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.
 
Old 01-28-2006, 08:53 PM   #7
mcmillan
Member
 
Registered: Jul 2005
Distribution: Arch
Posts: 489

Rep: Reputation: 30
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.
 
Old 01-29-2006, 02:23 AM   #8
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,544
Blog Entries: 4

Rep: Reputation: 56
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?
 
Old 12-19-2011, 03:53 PM   #9
mfoley93
LQ Newbie
 
Registered: Nov 2011
Location: Cleveland
Distribution: I haven't decided
Posts: 10

Rep: Reputation: 0
Quote:
Originally Posted by Filosofem View Post
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 View Post
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.
Code:
#pacman -S -y*other_arguments* package-name
Just be sure to omit the *'s.
 
Old 12-19-2011, 04:08 PM   #10
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 13.37 // Desktop: Slackware64 13.37 // Netbook: Slackware 13.37
Posts: 5,477
Blog Entries: 48

Rep: Reputation: 641Reputation: 641Reputation: 641Reputation: 641Reputation: 641Reputation: 641
Five year old thread.
 
Old 12-19-2011, 11:19 PM   #11
onebuck
Moderator
 
Registered: Jan 2005
Location: Midwest USA, Central Illinois
Distribution: SlackwareŽ
Posts: 9,358
Blog Entries: 1

Rep: Reputation: 755Reputation: 755Reputation: 755Reputation: 755Reputation: 755Reputation: 755Reputation: 755
Moderator response

Hi,

Quote:
Originally Posted by mfoley93 View Post
Assuming your looking for:
Code:
#apt-cache search package-name
the pacman equivalent is:
Code:
#pacman -S -s package-name
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Arch to Slackware 10.2 w/ kernel Anonymo LinuxQuestions.org Member Success Stories 1 12-14-2005 11:16 PM
Comparison of debian, slackware, arch, freebsd ?! gunnix Linux - Distributions 2 11-29-2005 09:57 AM
Slackware users opinions of Arch? vharishankar Slackware 39 11-28-2005 02:26 PM
Arch vs. Slackware njbrain General 5 03-01-2004 10:01 AM
apt-get for slackware (the real apt...not swaret or slapt) hypermegachi Slackware 3 10-31-2003 03:28 PM


All times are GMT -5. The time now is 03:07 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration