Para Ubuntu Next execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_Next/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_Next/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 25.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 24.10 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 24.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 23.10 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 23.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 22.10 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 22.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 21.10 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 21.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 20.10 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_20.10/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_20.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 20.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 18.10 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_18.10/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_18.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 18.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 17.10 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_17.10/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_17.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 17.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_17.04/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_17.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 16.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 15.10 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_15.10/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_15.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 15.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_15.04/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_15.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 14.10 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_14.10/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_14.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 14.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild
Para Ubuntu 12.04 execute o seguinte:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/Ubuntu:/debbuild/Ubuntu_12.04/ /' | sudo tee /etc/apt/sources.list.d/Ubuntu:debbuild.list
curl -fsSL https://download.opensuse.org/repositories/Ubuntu:debbuild/Ubuntu_12.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Ubuntu_debbuild.gpg > /dev/null
sudo apt update
sudo apt install debbuild