GNU/Linux Debian/Ubuntu Adding Rundeck Repo Guide
Hi! The Tutorial shows you Step-by-Step How to Add Rundeck Repository in Debian/Ubuntu GNU/Linux Based OSes.
Rundeck for Ubuntu and Debian lets you easily manage scripts, automate jobs, and schedule tasks with a web interface.
So this Repo Setup is valid for all the Debian-Based Platforms like:
- Kali
- Deepin
- MX Linux
- antiX
- Parrot
- Netrunner
- Voyager Debian
- SparkyLinux
- MakuluLinux
- Elive Linux
- LMDE
- CrunchBang
- Parsix
And again also for all the Ubuntu-Based Distros like:
- Linux Mint
- Lubuntu
- Kubuntu
- Xubuntu
- Zorin OS
- Elementary OS
- Linux Lite
- Bodhi Linux
- Kde Neon
- Pop_OS!
- Voyager Ubuntu
- Trisquel
- LXLE
- feren OS
- Peppermint
- Q4OS
- Linux Ultimate Edition

1. Launching Terminal
How to Quick-Start with Command Line on Debian/Ubuntu GNU/Linux:
2. Adding Rundeck GPG Key
Again to Add Rundeck GPG Signature Key
Do:curl -fsSL https://packages.rundeck.com/pagerduty/rundeck/gpgkey | sudo tee /etc/apt/trusted.gpg.d/rundeck-key.asc && chown root:root /etc/apt/trusted.gpg.d/rundeck-key.asc && chmod 644 /etc/apt/trusted.gpg.d/rundeck-key.asc
Authenticate with the User’s Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.3. Adding Rundeck Repo
Then to Add Rundeck Apt Repository
Simply execute:sudo echo -e "deb https://packages.rundeck.com/pagerduty/rundeckpro/any/ any main\ndeb-src https://packages.rundeck.com/pagerduty/rundeckpro/any/ any main" >> /etc/apt/sources.list.d/rundeck.list
4. Refreshing Apt Sources
Next to Refresh Apt Repo Sources
Play:sudo apt update
For Non LTS releases and Ubuntu/Debian Derived in case of “Not Found” Issue then amend the Repo manually like:sudo nano /etc/sources.list.d/[MYREPO].list
And for Instance change “kinetic” in “jammy”. (Try with the nearest release)
Finally, Ctrl+x to Save & Exit from nano Editor.
Last, refresh the Apt Sources again!5. Rundeck Getting Started
Finally, to Rundeck Quick Start for Ubuntu/Debian-Based
Rundeck Ubuntu/Debian Get Started Guide