View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002103 | Kali Linux | Kali Package Bug | public | 2015-02-11 04:05 | 2015-02-11 07:23 |
| Reporter | mbishop | Assigned To | rhertzog | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 1.1.0 | ||||
| Summary | 0002103: The packages file does not have all the packages available in the repository | ||||
| Description | I downloaded the http://archive-3.kali.org/kali/dists/kali/main/binary-amd64/Packages.gz file, unzipped it, then searched for postgres-9.4. I couldn't find it, but I can see it in http://archive-3.kali.org/kali/pool/main/p/postgresql-9.4/postgresql-9.4_9.4.0-1_amd64.deb. I am looking to install postgres-9.4, but it's not available in the repository. Homepage: http://www.postgresql.org/ Tags: devel::lang:sql, implemented-in::c, interface::daemon, network::server, root@FullyArmored:Downloads# aptitude show postgresql-9.4 deb cdrom:[Debian GNU/Linux 7.0 Kali - Official Snapshot amd64 LIVE/INSTALL Binary 20130905-07:57]/ kali contrib main non-free#deb cdrom:[Debian GNU/Linux 7.0 Kali - Official Snapshot amd64 LIVE/INSTALL Binary 20130905-07:57]/ kali contrib main non-free deb http://http.kali.org/kali kali main non-free contrib Security updatesdeb http://security.kali.org/kali-security kali/updates main contrib non-free | ||||
| Steps To Reproduce | aptitude -y update;aptitude -y upgrade;aptitude show postgresql-9.4 | ||||