Showing posts with label 7zip. Show all posts
Showing posts with label 7zip. Show all posts
Saturday, September 2, 2017
Fedora Install 7zip on fedora
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
download file now
Subscribe to:
Posts (Atom)