Install linglong
Linglong is composed of three parts.
- ll-builder is used to build and debug Linglong applications, provided by linglong-builder.
- ll-box is a sandbox container, provided by linglong-box.
- ll-cli manages and runs Linglong applications, provided by linglong-bin.
deepin v23
sudo apt install linglong-builder linglong-box linglong-binUOS 1070
Add Linglong repository source.
echo "deb [trusted=yes] https://ci.deepin.com/repo/deepin/deepin-community/linglong-repo/ unstable main" | sudo tee -a /etc/apt/sources.listUpdate the repository and install Linglong.
sudo apt update
sudo apt install linglong-builder linglong-box linglong-binOpenEuler 24.03
Add Linglong repository source.
sudo curl -o /etc/yum.repos.d/linglong.repo -L https://eur.openeuler.openatom.cn/coprs/kamiyadm/linglong/repo/openeuler-24.03_LTS/kamiyadm-linglong-openeuler-24.03_LTS.repoUpdate the repository and install Linglong.
sudo dnf update
sudo dnf install linglong-builder linglong-box linglong-binUbuntu 24.04
Add Linglong repository source.
sudo apt install -y apt-transport-https ca-certificates curl gpg xdg-utils
sudo mkdir -p /etc/apt/keyrings/
curl -fsSL https://download.opensuse.org/repositories/home:/kamiyadm/xUbuntu_24.04/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/linglong-apt-keyring.gpg
echo "deb [signed-by=/etc/apt/keyrings/linglong-apt-keyring.gpg] https://download.opensuse.org/repositories/home:/kamiyadm/xUbuntu_24.04/ ./" | sudo tee /etc/apt/sources.list.d/linglong.listUpdate the repository and install Linglong.
sudo apt update
sudo apt install linglong-builder linglong-box linglong-bindebian 12
Add Linglong repository source.
sudo apt install -y apt-transport-https ca-certificates curl gpg xdg-utils
sudo mkdir -p /etc/apt/keyrings/
curl -fsSL https://download.opensuse.org/repositories/home:/kamiyadm/Debian_12/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/linglong-apt-keyring.gpg
echo "deb [signed-by=/etc/apt/keyrings/linglong-apt-keyring.gpg] https://download.opensuse.org/repositories/home:/kamiyadm/Debian_12/ ./" | sudo tee /etc/apt/sources.list.d/linglong.listUpdate the repository and install Linglong.
sudo apt update
sudo apt install linglong-builder linglong-box linglong-binopenkylin 2.0rc
Add Linglong repository source.
sudo bash -c "echo 'deb [trusted=yes] https://ci.deepin.com/repo/obs/linglong:/multi_distro/openkylin2.0_repo/ ./' > /etc/apt/sources.list.d/linglong.list"Update the repository and install Linglong.
sudo apt update
sudo apt install linglong-builder linglong-box linglong-binInstall the Pica tool
This tool currently provides the capability to convert DEB packages into Linglong packages. Generate the required linglong.yaml file for building Linglong applications and rely on ll-builder to implement application build and export.
deepin v23
sudo apt install linglong-picaUOS 1070
The repository source needs to be added, which has been done previously.
sudo apt install linglong-pica