File got deleted after iso upgrade.
I am having one file called test.txt which was bundled in test.rpm. I have installed the rpm as follows,
install -m /tmp/test.txt /tmp/test.txt.in
After the upgrade only test.txt.in file present. The original file test.txt got deleted. But I want the original file test.txt.
How to retain the original file test.txt?
Original File got deleted after iso upgrade
Re: Original File got deleted after iso upgrade
None of that makes any sense. Rpms don't get installed with the 'install' command.
CentOS 6 died in November 2020 - migrate to a new version!
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke
Re: Original File got deleted after iso upgrade
Moreover, the install command doesn't make sense on its own either. It would fail if specified like this.
Re: Original File got deleted after iso upgrade
What is "iso upgrade" anyway?