LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-12-2003, 02:23 PM   #1
doralsoral
Member
 
Registered: Aug 2003
Location: raleigh
Distribution: Gentoo 2005.1 x86_64
Posts: 931

Rep: Reputation: 31
apt-get


anyone know where i can get apt-get from?
 
Old 09-12-2003, 02:31 PM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Have you tried Google?

Try putting in apt-get rpm or apt4rpm.
 
Old 09-13-2003, 07:40 AM   #3
BigNate
Member
 
Registered: Mar 2003
Location: Harrisburg, PA
Distribution: Gentoo, Debian, Ubuntu, Red Hat/CentOS
Posts: 719

Rep: Reputation: 30
apt.freshrpms.net

select the RH9 rpm ro d/l

then from the command line cd to the dir where you saved it and as root

#rpm -ivh apt-blah.rpm
#apt-get update
#apt-get install synaptic
#synaptic
 
Old 09-13-2003, 08:01 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
i recently installed redhat for the missus, and tried this apt-get thing.... is it me or is it completely rubbish? found a few additional apt sites to add to it, but it still has next to nothing worth installing.... are there some good sites other than ayo? that's as opposed to gentoo, which has over 40,000 packages ready and waiting on a single mirrored network.
 
Old 09-13-2003, 08:11 AM   #5
BigNate
Member
 
Registered: Mar 2003
Location: Harrisburg, PA
Distribution: Gentoo, Debian, Ubuntu, Red Hat/CentOS
Posts: 719

Rep: Reputation: 30
Well, I really like it.

Here is my sources.list

### Red Hat Linux 9
rpm http://ayo.freshrpms.net redhat/9/i386 os updates freshrpms

### Dag Apt Repository for Red Hat 9
rpm http://apt.sw.be redhat/9/en/i386 dag

### linuxwiki.org - a german repo
rpm http://ftp-stud.fht-esslingen.de/apt redhat/9/i386 os updates

### vlug - another repo
rpm http://vlugnet.org/apt redhat/9/en/i386 inoupdates vlugrpms

I have not found too many mainstream packages that I cannot get with these. Of course beta and obscure stuff will still need to be built by hand. ( infact vlug now has XFce4, which is great).

Is she using synaptic? I like synaptic for the newer-user b/c it allows them to look thru lists of packages and select ones they may want to try...for a more advanced user I recommend "apt-cache search ~search_term". It is console based and so much less of a system hog to go that route. I dunno, I use it all the time for sys maint, upgrade etc...it's intended feature is mostly dep resolution for which it does a bang up job. And if you always want the newest release "apt-get update" then apt-get update" will search the repos for any packages that are newer then the ones you are currently running. try it, see what you think.
 
Old 09-13-2003, 08:28 AM   #6
mikeshn
Member
 
Registered: Feb 2002
Posts: 586

Rep: Reputation: 30
I installed apt-get and use some times. My question is: When I run update or make install, does the apt-get looks for every repository or just one? If just one repository, can I add another repository to apt-get?
 
Old 09-13-2003, 08:34 AM   #7
BigNate
Member
 
Registered: Mar 2003
Location: Harrisburg, PA
Distribution: Gentoo, Debian, Ubuntu, Red Hat/CentOS
Posts: 719

Rep: Reputation: 30
well firstly you do NOT use the make utility for apt. Just install. secondly, it will search all the rpos in your /etc/apt/sources.list. So check that file and add any repos you like then run apt-get update so it can cache all the available packages (see above for mine). And thirdly a "best-practice" usage of update is before any install. so:

#apt-get update
#apt-get install $pkg_name
 
Old 09-13-2003, 08:35 AM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well dag was the other one i had. i guess i'll look at those other two, not like i really need it, more the principle of it... ahhhh portage... my friend!
 
Old 09-13-2003, 08:39 AM   #9
BigNate
Member
 
Registered: Mar 2003
Location: Harrisburg, PA
Distribution: Gentoo, Debian, Ubuntu, Red Hat/CentOS
Posts: 719

Rep: Reputation: 30
I have not used gentoo for any real amount of time. I like the high config ability during a stage1 install but I really haven't the time I believe the only 2 times I installed gentoo I was late for work the next day b/c I had spent a couple of late nights with install only to wake up to compile errors. Someday though I will fool with it some more, after I try ARCH, and JAMD and ***BSD and ...
 
Old 09-13-2003, 06:10 PM   #10
deepsix
Member
 
Registered: Apr 2003
Distribution: ANY
Posts: 339

Rep: Reputation: 32
Quote:
Originally posted by acid_kewpie
well dag was the other one i had. i guess i'll look at those other two, not like i really need it, more the principle of it... ahhhh portage... my friend!

i agree with you about portage.....but if apt takes off we'll start seeing more apt repositories and problably a way to install from any site that contains rpms.........
for newbies this sorta helps them out and gives them something to look forward to ........

Im sure you already know about synaptic and changing the repository list ......you could change it to install any package from anysite as is......but as of now it would be faster to just dowload the src.....and compile

Last edited by deepsix; 09-13-2003 at 06:13 PM.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to set up proxy in Apt-Get's apt.conf? rykel Fedora 9 10-09-2013 03:24 AM
apt-get update errors since Debian released ( bad /etc/apt/sources.list ?) forgox Debian 10 06-13-2005 12:28 PM
knoppix 3.4 and no apt-setup how to fix info install apt-file + base-config maximalred Debian 0 10-16-2004 06:36 PM
rh9 xd2 apt apt-get problem fix and solution transeunt Red Hat 0 12-16-2003 10:54 PM
apt-get for slackware (the real apt...not swaret or slapt) hypermegachi Slackware 3 10-31-2003 03:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:45 PM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration