This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Two packages. Same name. Same file. Different epoch. | |
Both installed simultaneously. | |
rpm. | |
pork(~/projects/fpm) % rpm -ql fizz | |
/tmp/test | |
/tmp/test | |
pork(~/projects/fpm) % rpm -qa | grep fizz | |
fizz-1.0-1.x86_64 | |
fizz-1.0-1.x86_64 | |
pork(~/projects/fpm) % rpm -qa --qf '%{NAME} %{EPOCH}-%{VERSION}-%{RELEASE}\n' | grep fizz | |
fizz 0-1.0-1 | |
fizz 1-1.0-1 |
tsuna: Most appropriate use of that I've seen yet.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(╯°□°)╯︵ ┻━┻