Skip to content

apt update fails after idt-installer setup #164

@tkatrichenko

Description

@tkatrichenko

Summary
After installing idt-installer using

curl -sL https://ibm.biz/idt-installer | bash

There is a new repo added to /etc/apt/sources.list.d/git-core-ubuntu-ppa-groovy.list

# cat /etc/apt/sources.list.d/git-core-ubuntu-ppa-groovy.list 
deb http://ppa.launchpad.net/git-core/ppa/ubuntu groovy main
# deb-src http://ppa.launchpad.net/git-core/ppa/ubuntu groovy main

Which leads to the error while trying to do apt update

# apt update
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Ign:2 http://ppa.launchpad.net/git-core/ppa/ubuntu groovy InRelease                                                                
Hit:3 http://deb.debian.org/debian buster InRelease                                                                                
Err:4 http://ppa.launchpad.net/git-core/ppa/ubuntu groovy Release     
  404  Not Found [IP: 91.189.95.83 80]
Hit:5 http://deb.debian.org/debian buster-updates InRelease           
Hit:6 https://packagecloud.io/github/git-lfs/debian buster InRelease 
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/git-core/ppa/ubuntu groovy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

This issue also doesn't allow installer to install other dependencies (docker)

Operating System
Tried on Ubuntu 20.04 LTS / Debian 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions