Custom Linux Package Repository
This repository is signed with GPG for security. You can download the public key here: public.key or use the installation instructions below.
1. Register the repository GPG key (Recommended):
curl -fsSL https://deps-package.oktanio.workers.dev/public.key | sudo gpg --dearmor -o /etc/apt/keyrings/deps-deps-package.gpg
2. Add the repository to sources list:
echo "deb [signed-by=/etc/apt/keyrings/deps-deps-package.gpg] https://deps-package.oktanio.workers.dev/debian stable main" | sudo tee /etc/apt/sources.list.d/deps-deps-package.list
3. Update package index and install packages:
sudo apt update sudo apt install <package-name>
1. Add the repository configuration file:
sudo curl -sL https://deps-package.oktanio.workers.dev/fedora/deps-deps-package.repo -o /etc/yum.repos.d/deps-deps-package.repo
2. Update metadata cache and install packages:
sudo dnf makecache sudo dnf install <package-name>
Code editing. Redefined.
Visual Studio Code is a new choice of tool that combines the simplicity of a code editor with what developers need for the core edit-build-debug cycle. See https://code.visualstudio.com/docs/setup/linux for installation instructions and FAQ.