This document covers the different ways you can install VPKEdit on its supported platforms:
- Windows 7, 8, 8.1, 10, 11 (64-bit)
- Linux (64-bit)
VPKEdit is on the Windows package registry, so you only need to run one command to install VPKEdit or update to the latest version:
- Press
Win + R
- In the popup window, enter
winget install vpkedit
into the prompt and press "Ok".
Warning
- The version on WinGet is usually slightly out of date. If you want to make sure you are installing the very latest stable release, continue to the Manual section.
- This will not install the standalone version. If you wish to use that, continue to the Manual section.
- You will need to install the VS2015-2022 runtime located at https://aka.ms/vs/17/release/vc_redist.x64.exe.
- When that is installed, download either the standalone version or the installer version from the latest
GitHub release, under the
Assets
dropdown.- Note that if you are using Windows 7, 8, or 8.1, you will need to download the "Compatibility" version of the GUI for it to work. The CLI will work on any OS.
- If you downloaded the standalone files, you're done, just unzip the files. If you downloaded the installer,
unzip the installer application and run it. When running the application Windows will give you a safety warning,
ignore it and hit
More Info
→Run Anyway
.
Installation on Linux will vary depending on your distro. On all distros you should be able to run the standalone application without any issues.
Tip
The installer will symlink the CLI and GUI applications to /usr/bin
automatically,
but if you prefer or need to use a standalone version, you can run one or both of the following commands to add them to the PATH:
# CLI:
ln -s /path/to/standalone/vpkeditcli /usr/bin/vpkeditcli
# GUI:
ln -s /path/to/standalone/vpkedit /usr/bin/vpkedit
With the symlink in place, updating your standalone install will automatically update the binary on the PATH.
There are two ways of installing VPKEdit specific to the following distros:
- Visit https://craftablescience.info/ppa/ and follow the instructions.
- VPKEdit should now be installable and upgradable from
apt
(the package name beingvpkedit
).
- Download the installer from the GitHub releases section, and extract the
.deb
file from inside. - Run
sudo apt install ./<name of deb file>.deb
in the directory you extracted it to.
VPKEdit is on the Arch User Repository thanks to @HurricanePootis. Please consult the Arch Wiki for more information, as I don't use Arch Linux personally and don't know how that system works. (I use Debian btw)