To enable the proposed repository on Ubuntu, follow these steps:
sources.list
file:sudo nano /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu/ YOUR_UBUNTU_VERSION-proposed restricted main multiverse universe
Replace YOUR_UBUNTU_VERSION
with the version of Ubuntu that you are using. For example, if you are using Ubuntu 20.04, you would use focal-proposed
.
Save the file and exit the editor.
Run the following command to update the package list:
sudo apt update
apt
. For example, to install a package called package-name
, you would use the following command:sudo apt install package-name
Keep in mind that packages in the proposed repository are not fully tested and may contain bugs. Use them at your own risk.