---
title: Fixing wrong PPA configuration on Ubuntu Noble Instances
description: This page helps you to fix the PPA configuration on Ubuntu 24.04 Noble
tags: ubuntu-noble noble 24.04 ppa staging
dates:
  validation: 2025-07-01
  posted: 2024-06-20
---

The newest Ubuntu 24.04 Noble Numbat Instances created before June 19, 2024, may have their Scaleway PPA pointing to the staging PPA.

<Message type="note">
  Instances created on or after June 19, 2024, do not encounter this issue.
</Message>

## Fixing the PPA configuration

To resolve this issue, execute the following commands:
```
rm -f /etc/apt/sources.list.d/scaleway-ubuntu-staging-noble.sources
add-apt-repository ppa:scaleway/stable
```
Press `<Enter>` when prompted.