Results 1 to 7 of 7
Hi folks,
Debian Lenny
$ cat /etc/apt/sources.list
Code:
deb http://ftp.us.debian.org/debian/ lenny main
deb-src http://ftp.us.debian.org/debian/ lenny main
deb http://security.debian.org/ lenny/updates main contrib
deb-src http://security.debian.org/ lenny/updates main contrib
deb http://ftp.us.debian.org/debian/ lenny non-free
...
- 04-22-2009 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,532
Repo to download PSPP
Hi folks,
Debian Lenny
$ cat /etc/apt/sources.listPlease advise which repo provides PSPP? TIACode:deb http://ftp.us.debian.org/debian/ lenny main deb-src http://ftp.us.debian.org/debian/ lenny main deb http://security.debian.org/ lenny/updates main contrib deb-src http://security.debian.org/ lenny/updates main contrib deb http://ftp.us.debian.org/debian/ lenny non-free deb http://ftp.us.debian.org/debian/ lenny contrib
B.R.
satimis
- 04-22-2009 #2
Debian -- Details of package pspp in lenny
Or are you just asking what section it's in? Which is main.
- 04-23-2009 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,532
Hi reed9,
Thanks for your URL.
I'm going to install PSPP. I can't find it on Lenny with;
$ apt-cache policy pspp.
But on Ubuntu 8.04, host of this virtural machine, I found it with;
satimis@vz0:~$ apt-cache policy psppIf it is NOT available on Lenny I'll download its package on PSPP website. I need the complete package and dependencies for installing/compiling the package. ThanksCode:pspp: Installed: (none) Candidate: 0.4.0-7ubuntu3 Version table: 0.4.0-7ubuntu3 0 500 http://hk.archive.ubuntu.com hardy/universe Packages
B.R.
satimis
- 04-23-2009 #4
I'm not familiar with the policy flag for apt-cache. I would say 1) have you updated your repos and 2) what happens if you just try to install it?
By the way, you don't need separate lines for non-free and contrib. It can beCode:su - apt-get update && apt-get install pspp
Code:deb http://ftp.us.debian.org/debian/ lenny main contrib non-free
- 04-23-2009 #5Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,532
Hi reed9,
I forgot running "apt-get update" after editng "sources.list". Now I found PSPP on repo. Thanks
I suppose you meant combining following 2 lines;By the way, you don't need separate lines for non-free and contrib. It can beCode:deb http://ftp.us.debian.org/debian/ lenny main contrib non-free
as one line;Code:deb http://ftp.us.debian.org/debian/ lenny non-free deb http://ftp.us.debian.org/debian/ lenny contrib
?Code:deb http://ftp.us.debian.org/debian/ lenny main contrib non-free
Thanks
B.R.
satimis
- 04-23-2009 #6Yup, that's what I meant. Glad you got it working.I suppose you meant combining following 2 lines;
Code:
deb Index of /debian lenny non-free
deb Index of /debian lenny contrib
as one line;
Code:
deb Index of /debian lenny main contrib non-free
?
- 04-23-2009 #7Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,532


Reply With Quote

