Hello,
 i just got curios (google is not helping me @ the moment)...
What is the right way to handle versions of the files during
installation and removal of the rpm?
Example:
ls -l ./
<no files>

rpm -uhv   lib_andrew-123.rpm:
 lib_andrew.so -> lib_andrew.so.123

rpm -uhv   lib_andrew-456.rpm:
  lib_andrew.so -> lib_andrew.so.456

ls -l ./
 lib_andrew.so -> lib_andrew.so.456
lib_andrew.so.123

now, what if i want to remove version 123 ???

Andrew

Reply via email to