By DanAskew
I had bought two droplets from Digital Ocean a couple of weeks back. I have built an SMTP on first droplet using SSH Putty and all the process gone well :)
Now, I am trying to build another SMTP on the second droplet by following the same procedure but this time I am getting an error:
“The repository ‘http://ppa.launchpad.net/brightbox/ruby-ng/ubuntu focal Release’ does not have a Release file.”
Here is the log image: https://imgur.com/3AfYqh6
I have also tried to build an SMTP using Postal, but I am getting the same error here as well.
How can I figure our this issue? Any help from the community would be appreciated!
VPS OS: Ubuntu 20.04 (LTS) x64
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there @DanAskew,
The error that you are seeing is for the Brightbox Ruby NG repository which you have added to your server and saying that this repository is not available for your current Ubuntu version.
You would need to remove the http://ppa.launchpad.net/brightbox/ruby-ng/ubuntu focal Release repository from your repository source list and then run sudo apt update.
To do so first run:
apt policy
Thich will list all of the PPA repositories that you have.
apt-add-repository but add the --remove flag:sudo apt-add-repository --remove ppa:brightbox/ruby-ng
Finally, you will need to run:
sudo apt update
After that apt will start working as normal.
Let me know how it goes. Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.