Ordchan APT Repository
Ordchan provides an APT repository that allows you to easily install and update the Ordchan command-line tools on Debian-based systems (Ubuntu, Debian, etc.).
Installation
1. Add the APT repository to your sources list:
echo "deb [trusted=yes] https://ordchan.com/api/apt stable main" | sudo tee /etc/apt/sources.list.d/ordchan.list
2. Update your package lists:
sudo apt-get update
3. Install the Ordchan command-line tools:
sudo apt-get install ordchan
Updating
To update to the latest version of the Ordchan tools, simply run:
sudo apt-get update && sudo apt-get upgrade
Package Contents
The ordchan
package includes:
- The
ordchan
command-line utility - Documentation for all commands and options
- Example configuration files
Troubleshooting
GPG Key Warnings
You may see warnings about unsigned packages. This is expected as we're using the [trusted=yes]
option. If you prefer to install with GPG verification, you can import our key:
curl -fsSL https://ordchan.com/api/apt/key.gpg | sudo apt-key add -
404 Not Found Errors
If you get 404 errors when trying to update or install, make sure your sources.list entry matches exactly what is shown in Step 1 above.
Support
If you encounter any issues with the APT repository or the Ordchan command-line tools, please open an issue on our GitHub repository.