Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get GUI for p7zip on FreeBSD? #195

Open
rajhlinux opened this issue Sep 9, 2022 · 4 comments
Open

How to get GUI for p7zip on FreeBSD? #195

rajhlinux opened this issue Sep 9, 2022 · 4 comments

Comments

@rajhlinux
Copy link

Hello, I would like to compile and get p7zip for FreeBSD.

How to do so?

Thanks.

@wdlkmpx
Copy link
Contributor

wdlkmpx commented Sep 10, 2022

It was removed from freebsd
https://www.freshports.org/archivers/p7zip/

They recommend to install 7-zip instead
https://www.freshports.org/archivers/7-zip/

It's the easier way, stuff is usually only tested in Linux and Windows, everything else is mostly unsupported and may need some patches

@Piqlet
Copy link

Piqlet commented Sep 11, 2022

Or use wine, try to terminal :
add archive :

wine "/home/user/.wine/drive_c/Program Files/7-Zip/7zG.exe" -ad a folder.7z folder

test archive :

wine "/home/user/.wine/drive_c/Program Files/7-Zip/7zG.exe" -ad t archive.7z

source : https://sourceforge.net/p/sevenzip/discussion/45797/thread/66e3b893c8/

Update 1, exe path simpler :

wine "C:\Program Files\7-Zip\7zG.exe" -ad a folder.7z folder
wine "C:\Program Files\7-Zip\7zG.exe" -ad t archive.7z

@jinfeihan57
Copy link
Contributor

In fact, there is no GUI for p7zip now.

@Piqlet
Copy link

Piqlet commented Sep 21, 2022

In fact, there is no GUI for p7zip now.

The old version works on arch linux, but it has more and more shortcomings.
https://aur.archlinux.org/packages/p7zip-gui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants