Cannot set cpp alternatives link
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| gcc-defaults (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Bug Description
Copied from my Ubuntu answers question:
After starting the interactive docker container on my host machine using
docker container run -it ubuntu:noble /bin/bash
I ran the following commands
1. apt update
2. apt install cpp
3. update-alternatives --install /usr/bin/cpp cpp /usr/bin/cpp-13 13
I get the following output from the last command
update-
update-
update-
The link /usr/bin/cpp also no longer exists.
The above commands work fine in the Ubuntu 22.04 docker container (well with cpp-11).
| affects: | ubuntu → gcc-defaults (Ubuntu) |
