How to unpack file with a .pak extension?

I would like to unpack a .pak file on Ubuntu 14.04.

How should I proceed?

2 Answers

1. method

  • Install p7zip via terminal:

sudo apt-get install p7zip-full

  • Or use Software Center:

It should be capable of opening .pak files


2. method

  • Install Unrar (non-free) from Software Center, where multiverse repos must be enabled!

How do I enable the "multiverse" repository?

  • or from source:

3. method

Install WinRAR via Wine

  • Download WinRAR (I would go with x86 version):
  • Install the application:

4. method (overkill)

  • Install Windows in Virtual Box, after that install Winrar and see if it works.

IF IT IS A GAME FILE: Many games have their own extractor. Unless you know exactly what program made it, AND you can find the proper extractor, AND you have all the files (if split) you're out of luck.


3

This is a long-dead thread, but here is some information that may be of help if anyone should need to work with PAK files:

I tried p7zip but it does not recognize the .PAK file extension (even in lower case.)

/usr/bin/p7zip: SONGS.PAK: unknown suffix -- ignored

There was a program called PAKF.EXE that was copyrighted 1988 by NoGate Consulting which supported the PAK file extension. It ran in Windows. I ran it today in DOSBox on my Ubuntu 14.04 machine (but my copy is copyrighted so I should not share it.)

This site [ ] lists several compression tools, including pak251.exe by NoGate Consulting. The exe is downloadable and there are many other compression tools in the list as well.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like