2

I want to download the latest version of fsarchiver (I need a PKG file or RPM). Where can I find that?

Michael Mrozek
  • 91,316
  • 38
  • 238
  • 232

1 Answers1

1

Quoting http://www.fsarchiver.org/Installation:

installation on fedora (using yum)

Recent Fedora releases provide an official package for fsarchiver where all the optional features are enabled (lzma compression, encryption, ...). You can just use the following command to download and install fsarchiver and all its dependencies. yum install fsarchiver

alex
  • 7,093
  • 6
  • 28
  • 30
  • I have linux rht not fedora –  Dec 22 '10 at 10:58
  • anyway - yam not defined in my linux –  Dec 22 '10 at 11:00
  • @jennifer: I don't grok the difference in Fedora vs. RedHat, so I might be missing something. And how would anyone know if you didn't specify it in the question? Are you saying that `yum` is not installed on your box? Did you spell the command correctly? – alex Dec 22 '10 at 12:17
  • hi , did I need first to download the rpm file (i686) –  Dec 22 '10 at 12:43
  • 1
    not, if you have `yum`. `yum install` will locate download and install the rpm package based on it's name, if it's in the distribution packages list. If you don't have `yum`, then... I guess you have a broken system. – alex Dec 22 '10 at 13:18