Automated builds of the latest OpenOCD from http://openocd.zylin.com/openocd.git.
Download latest *.deb
Package from Releases (usually *.amd64.deb
on x86 computers; *.arm64.deb
is e.g. for Raspberry Pi).
# Install Package (replace the file name with the one you downloaded)
sudo dpkg -i openocd-master-20210327.0054.amd64.deb
# Install missing dependencies:
sudo apt install -f
Download latest *.rpm
Package from Releases.
# Install Package (replace the file name with the one you downloaded)
sudo dnf install openocd-master-20210327.0054.x86_64.rpm
You can test the installation by letting OpenOCD display its version:
openocd --version