View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005804 | Kali Linux | [All Projects] General Bug | public | 2019-11-21 13:13 | 2019-11-21 15:46 |
Reporter | FrankSpierings | Assigned To | rhertzog | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2019.3 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005804: Package Chromium missing after `apt upgrade` | ||||
Description | The package for the browser Chromium is no longer available through package management after a `apt upgrade` command. The .deb files are still available in the repository: http://http.kali.org/pool/main/c/chromium/. The version located in the http repo directory is: 76.0. | ||||
Steps To Reproduce | Reproduce through a Docker container: - `docker pull kalilinux/kali-linux-docker` - `NAME=kali-test; docker run --rm -it --name ${NAME} --hostname ${NAME} kalilinux/kali-linux-docker bash` Run the information command on the package: - `apt-cache show chromium` Partial output: ``` Package: chromium Version: 76.0.3809.100-1 ``` Update apt: `apt update` Run the information command on the package: - `apt-cache show chromium` Partial output: ``` N: Can't select versions from package 'chromium' as it is purely virtual N: No packages found ``` | ||||
Additional Information | The version seems to be removed by Debian: https://pkg.kali.org/pkg/chromium. Debian 10 itself uses chromium 78.0. https://tracker.debian.org/pkg/chromium | ||||
|
proof.png (1,389,537 bytes) |
|
Small correction: `apt upgrade` should be `apt update` |
|
I'm importing chromium from debian unstable but we are lacking a build for armhf. Not sure that the package will migrate to kali-rolling. |
|
I re-added the former version of chromium. |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-11-21 13:13 | FrankSpierings | New Issue | |
2019-11-21 13:13 | FrankSpierings | File Added: proof.png | |
2019-11-21 14:14 | FrankSpierings | Note Added: 0011337 | |
2019-11-21 14:26 | rhertzog | Assigned To | => rhertzog |
2019-11-21 14:26 | rhertzog | Status | new => assigned |
2019-11-21 14:26 | rhertzog | Note Added: 0011338 | |
2019-11-21 15:46 | rhertzog | Status | assigned => resolved |
2019-11-21 15:46 | rhertzog | Resolution | open => fixed |
2019-11-21 15:46 | rhertzog | Note Added: 0011339 |