| Summary: | Should work with empty sources.list | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Vitaly A. Ostanin <vyt> |
| Component: | apt | Assignee: | placeholder <placeholder> |
| Status: | CLOSED WORKSFORME | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P2 | CC: | boyarsh, glebfm, imz, ldv, mike, placeholder |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
|
Description
Vitaly A. Ostanin
2007-08-10 15:04:53 MSD
root@pad ~ # mv /etc/apt/sources.list{,-}
root@pad ~ # touch /etc/apt/sources.list
root@pad ~ # apt-get update
Reading Package Lists... Done
Building Dependency Tree... Done
root@pad ~ # apt-get clean
root@pad ~ # apt-get update
Reading Package Lists... Done
Building Dependency Tree... Done
root@pad ~ # apt-get install bubu
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package bubu
root@pad ~ # rpm -q apt
apt-0.5.15lorg2-alt33
|