Bug 1952656
Summary: | F33+ "DNF System Upgrade" needs changes. | ||
---|---|---|---|
Product: | [Retired] Fedora Documentation | Reporter: | Bill <mattison.computer> |
Component: | install-guide | Assignee: | Petr Bokoc <pbokoc> |
Status: | CLOSED EOL | QA Contact: | Fedora Docs QA <docs-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | devel | CC: | aner, mattison.computer, pbokoc, zach |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | --- | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-05-21 09:21:52 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Bill
2021-04-22 18:37:25 UTC
I just did an upgrade to Fedora 36 and running "sudo symlinks -r /usr" returned 210 results which were ALL symlinks installed by packages on the system. I don't think this step is very useful but if trying to be thorough, the following shell command would only list the dangling symlinks that are NOT part of an installed package. sudo symlinks -r /usr |awk -F'dangling: ' '/^dangling/ { split($2,symlinkparts," -> "); RET=system("rpm -q -f " symlinkparts[1] " >/dev/null"); if (RET != 0) print symlinkparts[1] }' The install guide has been retired, therefore I'm closing this bug. If you would like to report Fedora docs bugs in the future, please use the "bug" icon on the top right of the affected page, it will take you directly to the appropriate issue tracker. |