Jump to content

magger

Members
  • Posts

    2
  • Joined

  • Last visited

magger's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I am trying to add the stable Plastic SCM repository to a VM running Ubuntu 18.04.4 LTS. I have followed the installation instructions on https://www.plasticscm.com/plastic-for-linux for Ubuntu. The following commands work without any issues: sudo apt-get update sudo apt-get install -y apt-transport-https echo "deb https://www.plasticscm.com/plasticrepo/stable/ubuntu/ ./" | sudo tee /etc/apt/sources.list.d/plasticscm-stable.list wget https://www.plasticscm.com/plasticrepo/stable/ubuntu/Release.key -O - | sudo apt-key add - sudo apt-get update My issue arises once I then enter the following command: sudo apt-get install plasticscm-client-core After typing "Y" for the "Do you want to continue?" prompt, this is what outputs on the command line: Get:1 https://www.plasticscm.com/plasticrepo/stable/ubuntu ./ plasticscm-mono4 4.6.2 [40.0 MB] Get:2 https://www.plasticscm.com/plasticrepo/stable/ubuntu ./ plasticscm-certtools-mono4 3.12.1 [13.8 kB] Err:3 https://www.plasticscm.com/plasticrepo/stable/ubuntu ./ plasticscm-client-core 8.0.16.3985 404 Not Found [IP: 52.95.149.24 443] Fetched 40.0 MB in 25s (1,630 kB/s) E: Failed to fetch https://s3.eu-west-2.amazonaws.com/plastic-releases/linux-packages/stable/ubuntu/amd64/plasticscm-client-core_8.0.16.3985_amd64.deb 404 Not Found [IP: 52.95.149.24 443] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? As seen above, the plasticscm-client-core archive is unable to be reached. Running the recommended commands (i.e. "sudo apt-get update" and "sudo apt-get install plasticscm-client-core --fix-missing") does not resolve my issue. Is the AWS server for this "archive" just down? Or is there something else that I am doing incorrectly?
×
×
  • Create New...