Labels

Sunday 11 June 2017

[Fedora] Install 7zip on fedora

Open terminal, type command

su
[password of root]
yum install p7zip p7zip-plugins 

There are some useful commands with 7zip:

7z a <archive-filename> <list-of-files>  

7z e <archive-filename> 

7z x <archive-filename> 

7z l <archive-filename> 

7z u <archive-filename> <list-of-files-to-update>

7z d <archive-filename> <list-of-files-to-delete> 

7z t <archive-filename> 

Create archive file:  a

Extract archive file in current directory: e or x

List all files in archive file: l

Update file in archive file: u

Delete file in archive file: d

Test the integrity: t 

1 comment:

  1. I'm french.
    Cool, pour moi ça a marché au top, merci.

    ReplyDelete