LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 12-21-2006, 01:45 PM   #1
TechMansoor
LQ Newbie
 
Registered: Dec 2006
Posts: 18

Rep: Reputation: 0
Installing Packages(Where are they?)


http://flurdy.com/docs/postfix/index.html#install_pack

Guys, here is a listing of the packages I'm trying to get. I'd say about half of them don't work when I do a(apt-get install <package>). So my question is, how do I go about getting these packages.

I'm setting this mail server up on a ubuntu 6.06 box.

Thanks.
 
Old 12-21-2006, 01:49 PM   #2
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Give us a for-instance of one that you can't find/install. I'm not about to go hunting and picking through your list to see if any/all of them are actually available.
 
Old 12-21-2006, 01:51 PM   #3
TechMansoor
LQ Newbie
 
Registered: Dec 2006
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Quakeboy02
Give us a for-instance of one that you can't find/install. I'm not about to go hunting and picking through your list to see if any/all of them are actually available.

in relation to the virus protection, none can be picked up

clamav-base
libclamav1
clamav-daemon
clamav-freshclam


also these would be important I would think as well,

php4-mysql
php4-pear
php4-cli

...

Indeed, my thing is, what would you do to actually go out and sir for these packages. Would you just find the binaries and download em?
 
Old 12-21-2006, 02:33 PM   #4
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Hmm, I tried the clamav-base, and it said to do an apt-get update. I did that, and was able to install it. This was the case with Debian for both Sarge and Etch. So, I'd say do an apt-get update and try it again.
 
Old 12-21-2006, 02:45 PM   #5
TechMansoor
LQ Newbie
 
Registered: Dec 2006
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Quakeboy02
Hmm, I tried the clamav-base, and it said to do an apt-get update. I did that, and was able to install it. This was the case with Debian for both Sarge and Etch. So, I'd say do an apt-get update and try it again.
i tried doing a sudo apt-get update and it didn't work. wouldn't the package arleady need to be there in order for this to work or does it imply apt-get install?
 
Old 12-21-2006, 02:55 PM   #6
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
My understanding: An "apt-get update" simply updates your local list of packages and versions it has knowledge of. You have to do that, otherwise when you do an apt-install, your machine is asking for the wrong version. You may be thinking of "apt-get upgrade" which you can only effectively run after an "apt-get update". The upgrade upgrades any packages you have installed on your machine.

Do the "apt-get update" and THEN try "apt-get install clamav-base".
 
Old 12-21-2006, 03:55 PM   #7
TechMansoor
LQ Newbie
 
Registered: Dec 2006
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Quakeboy02
My understanding: An "apt-get update" simply updates your local list of packages and versions it has knowledge of. You have to do that, otherwise when you do an apt-install, your machine is asking for the wrong version. You may be thinking of "apt-get upgrade" which you can only effectively run after an "apt-get update". The upgrade upgrades any packages you have installed on your machine.

Do the "apt-get update" and THEN try "apt-get install clamav-base".

Not workign period! :@ ..Sometimes this stuff is soooo hard to learn beacuse nothing goes right initially!!!!!!!

anyway. apt-get update/install does not grab clam-av. What is your response when you input this command. In fact what are your sources, where are you getting it from?
 
Old 12-21-2006, 03:59 PM   #8
Mithrilhall
Member
 
Registered: Feb 2002
Location: Adamstown, Pitcairn Islands
Distribution: Neon
Posts: 291

Rep: Reputation: 30
Post your source.list file. Sounds like you need to enable the multiverse/universe?

Code:
sudo nano /etc/apt/sources.list
 
Old 12-21-2006, 04:26 PM   #9
TechMansoor
LQ Newbie
 
Registered: Dec 2006
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Mithrilhall
Post your source.list file. Sounds like you need to enable the multiverse/universe?

Code:
sudo nano /etc/apt/sources.list



# deb cdrom:[Ubuntu-Server 6.06.1 _Dapper Drake_ - Release i386 (20060807.1)]/ $


#deb cdrom:[Ubuntu-Server 6.06.1 _Dapper Drake_ - Release i386 (20060807.1)]/ d$

#deb http://us.archive.ubuntu.com/ubuntu/ dapper main restricted
#deb-src http://us.archive.ubuntu.com/ubuntu/ dapper main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://www.aproductofsociety.org/mirror/ubuntu dapper-updates main rest$
deb-src http://mirrors.lunarpages.com/ubuntu dapper-updates main restricted
deb-src http://mirros.yousendit.com/ubuntu dapper-updates main restricted
deb-src http://mirrors.jtlnet/ubuntu dapper-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://www.aproductofsociety.org/mirror/ubuntu dapper-updates main rest$
deb-src http://mirrors.lunarpages.com/ubuntu dapper-updates main restricted
deb-src http://mirros.yousendit.com/ubuntu dapper-updates main restricted
deb-src http://mirrors.jtlnet/ubuntu dapper-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu/ dapper universe
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted univ$
deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted $


deb http://security.ubuntu.com/ubuntu dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
# deb http://security.ubuntu.com/ubuntu dapper-security universe
# deb-src http://security.ubuntu.com/ubuntu dapper-security universe




What sources do I need to add possibly?
 
Old 12-21-2006, 04:40 PM   #10
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Try changing your one line to
Code:
"deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe"
Then try "apt-get install clamav". I'm not sure if I understand this all yet, but it looks like clamav-base and a few others will then be installed.

Here's how I got there: I clicked on the security link in your post. Then, I clicked on the "pool" link - everything is always under pool. Then, I just looked around until I found clamav stuff. Then, when I saw that it was under universe, I figured you'd have to add that to your list. Then, I saw clamav-base under the general directory clamav.
 
Old 12-21-2006, 04:49 PM   #11
TechMansoor
LQ Newbie
 
Registered: Dec 2006
Posts: 18

Original Poster
Rep: Reputation: 0
techmansoor@MailServer:/$ sudo apt-get install clamav-base
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package clamav-base
techmansoor@MailServer:/$


still no go
 
Old 12-21-2006, 04:56 PM   #12
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
This time, just try "apt-get install clamav". They don't seem to have a separate clamav-base directory. They do have a "clamav" directory, and if I'm right, that should get you everything in that directory. If this doesn't work, I'm probably out of ideas.
 
Old 12-21-2006, 05:03 PM   #13
TechMansoor
LQ Newbie
 
Registered: Dec 2006
Posts: 18

Original Poster
Rep: Reputation: 0
Same result...you want to try another package perhaps? I'll try a couple of other packages in about an hour. But my thing is, how are you getting clam-av, but I"m not??? Can anyone explain how the good sir is getting it?
 
Old 12-21-2006, 05:18 PM   #14
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
My guess would be that you've screwed up Ubuntu somehow ... maybe by adding packages from unofficial sources. Those are basic packages you're looking at there, and there is no reason for apt-get not to work.

My advice: Reinstall Ubuntu. I always tell my newbie friends they should expect to do that 3 or 4 times. They learn a lot by the repetition.
 
Old 12-21-2006, 05:20 PM   #15
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
My sources.list is not the same as yours, because I'm using Debian. I don't know anything about finding other locations for ubuntu packages. You might want to try checking in the Ubuntu forum?

http://www.linuxquestions.org/questi...splay.php?f=63
 
  


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
installing packages aman_andromeda Fedora 2 12-22-2006 09:01 AM
Help with the following; Installing themes, Installing Mp3 support, .deb packages Kittie Rose Linux - General 2 11-26-2006 01:27 PM
Installing Packages Spamdrew Slackware 4 07-17-2006 03:00 PM
Installing Packages? BajaNick Linux - General 6 07-24-2003 09:15 PM
Installing packages noel Linux - Software 1 04-14-2001 05:03 PM

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

All times are GMT -5. The time now is 04:51 AM.

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