#3972 closed enhancement (fixed)
Add p7zip to BLFS
Reported by: | Thomas de Roo | Owned by: | Igor Živković |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
p7zip is the open source clone of 7zip. It includes command-line-tools and a nice GUI to manage compressed archives of 7z and other formats.
Install just the CLI-tools:
wget http://downloads.sourceforge.net/project/p7zip/p7zip/9.20.1 /p7zip_9.20.1_src_all.tar.bz2 && tar -xvf p7zip_9.20.1_src_all.tar.bz2 && cd p7zip_9.20.1 && make all3 && ./install.sh /usr/bin /usr/lib/p7zip /usr/man /usr/share/doc/p7zip
Install the CLI-tools and GUI:
wget http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.8.12.tar.bz2 && tar -xvf wxWidgets-2.8.12.tar.bz2 && cd wxWidgets-2.8.12 && ./configure --prefix=/usr --sysconfdir=/etc --enable-unicode && make && make install && cd .. && wget http://downloads.sourceforge.net/project/p7zip/p7zip/9.20.1/p7zip_9.20.1_src_all.tar.bz2 && tar -xvf p7zip_9.20.1_src_all.tar.bz2 && cd p7zip_9.20.1 && make all4 && ./install.sh /usr/bin /usr/lib/p7zip /usr/man /usr/share/doc/p7zip
Change History (9)
comment:1 by , 11 years ago
Priority: | normal → low |
---|
comment:3 by , 11 years ago
I'd like to add UNetbootin some time in the future. UNetbootin requires p7zip.
comment:5 by , 11 years ago
UNetbootin looks like a nice package to have. I'm not so sure p7zip is needed as a stand alone package. It would be nice if both packages were added at the same time.
comment:6 by , 11 years ago
Owner: | changed from | to
---|---|
Priority: | low → normal |
Status: | new → assigned |
comment:8 by , 11 years ago
Found a 7z archive of something in the last few days. I found out that bsdtar from libarchive can extract the file just fine. I don't know however if it can create one. Just thought you wanna know.
I'm not convinced this is useful. I've never seen a 7z archive.