Searched full:apt (Results 1 – 25 of 321) sorted by relevance
12345678910>>...13
68 sudo apt-get update69 sudo apt-get install -y clang80 sudo apt-get update81 sudo apt-get install -y gcc-multilib libssl-dev:i38691 sudo apt-get update92 sudo apt-get install -y clang llvm102 sudo apt-get update103 sudo apt-get install -y valgrind134 #sudo apt-get update135 #sudo apt-get install -y gcc-mingw-w64-i686 gcc-mingw-w64-x86-64[all …]
3 RUN sudo apt-get -y -qq update4 RUN sudo apt-get -y install software-properties-common5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test6 RUN sudo apt-get -y install cmake7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i3869 RUN sudo apt-get -y install clang clang-tools10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-611 RUN sudo apt-get -y install valgrind12 RUN sudo apt-get -y install gcc-multilib-powerpc-linux-gnu gcc-powerpc-linux-gnu gcc-arm-linux-gnue…
8 apt-get install -y ca-certificates gnupg2 software-properties-common10 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list23 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key24 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"26 apt-get update27 apt-get dist-upgrade -y29 apt-get install -y --no-remove \62 apt-get install -y --no-install-recommends \73 apt-get purge -y $STABLE_EPHEMERAL75 apt-get autoremove -y --purge
8 apt-get install -y ca-certificates gnupg2 software-properties-common11 apt-key add .gitlab-ci/container/debian/llvm-snapshot.gpg.key12 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"14 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list23 apt-get update25 apt-get install -y --no-remove \85 apt-get purge -y $STABLE_EPHEMERAL
6 apt-get -y install ca-certificates7 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list8 echo 'deb https://deb.debian.org/debian buster main' >/etc/apt/sources.list.d/buster.list9 apt-get update11 apt-get -y install \60 apt-get install -y --no-remove -t buster \
14 apt:23 apt:36 apt:49 apt:62 apt:71 apt:84 apt:107 apt:118 apt:151 apt:[all …]
6 # 'apt-get build-dep' will install the correct dependencies.14 # and then performing `sudo apt-get update && sudo apt-get install libdrm2=2.4.95-1~bpo9+1`15 RUN echo "deb-src http://deb.debian.org/debian buster main" >> /etc/apt/sources.list && \16 echo "deb-src http://deb.debian.org/debian buster-updates main" >> /etc/apt/sources.list && \17 apt-get update && apt-get upgrade -y && \18 apt-get install -y wget clang-6.0 && \19 apt-get build-dep -y mesa && \20 rm -rf /var/lib/apt/lists/*
5 RUN apt-get update && apt-get install -y \28 && apt-get clean31 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \41 && apt-get clean94 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \96 && apt-get clean
14 apt:59 apt:68 apt:79 apt:82 - deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-9 main84 - https://apt.llvm.org/llvm-snapshot.gpg.key93 apt:96 - deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-10 main98 - https://apt.llvm.org/llvm-snapshot.gpg.key107 apt:[all …]
9 apt:15 apt:27 apt:47 apt:58 apt:70 apt:86 apt:102 apt:117 apt:131 apt:[all …]
7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap…9 apt update14 apt="apt install -y --no-install-recommends"16 $apt \51 $apt ruby-asciidoctor-pdf || true52 $apt asciidoc-dblatex || true
3 RUN apt-get update && apt-get install -y gnupg7 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \25 && apt-get clean30 RUN apt-get install -y \
3 1012 sudo apt install autopoint5 1014 sudo apt install pygobject-3.06 1015 sudo apt install pygobject7 1016 sudo apt install python-gi-dev9 1018 sudo apt install cython85 1094 sudo apt install glib-2.086 1095 sudo apt install glib=2.087 1096 apt search glib89 1098 sudo apt install glib290 1099 sudo apt install glib-2.0[all …]
15 apt-get -y install --no-install-recommends wget gnupg2 software-properties-common16 apt-key add /llvm-snapshot.gpg.key17 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main"46 apt-get update47 apt-get -y install --no-install-recommends \101 apt-get purge -y \132 if ! apt-get remove --purge --yes "${PACKAGE}"138 apt-get autoremove --yes || true176 # for example, apt and dpkg will stop working178 UNNEEDED_PACKAGES="apt libapt-pkg6.0 "\[all …]
13 apt-get update15 apt-get install -y --no-remove \47 # with apt-get, then force-install llvm-*-{dev,tools}:$arch with dpkg to get49 apt-get install -y --no-remove \69 apt-get purge -y \74 # This needs to be done after container_post_build.sh, or apt-get breaks in there76 apt-get download llvm-${LLVM}-{dev,tools}:$arch
3 RUN apt-get update && apt-get install -y cmake git g++4 RUN apt-get clean19 RUN apt-get update && apt-get install -y autoconf automake gcc g++ gdb libtool libtool-bin make \21 RUN apt-get install -y iproute2 lsof net-tools inetutils-ping netcat-openbsd less vim22 RUN apt-get clean
34 …- run: sudo apt update && DEBIAN_FRONTEND=noninteractive sudo apt install -y git ninja-build binut…96 - run: apt update || true97 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip ninja-build clang lld git…107 - run: apt update || true108 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip ninja-build clang lld git…118 - run: apt update || true119 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip ninja-build clang lld git…130 - run: apt update || true131 - run: DEBIAN_FRONTEND=noninteractive apt install -y clang lld git binutils138 …- run: sudo apt update && DEBIAN_FRONTEND=noninteractive sudo apt install -y ninja-build gtk-doc-t…[all …]
5 RUN apt-get update && apt-get install -y \23 && apt-get clean26 RUN apt-get update && apt-get install -y libunwind8 libicu57 && apt-get clean
7 sudo apt-get update -qq11 …sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev libdbus-1-dev valgrind mosquitto12 sudo apt-get remove python-six26 sudo apt-get install -y -qq realpath libjemalloc1 libev4 libuv-dev valgrind36 sudo apt-get install -y -qq realpath libjemalloc1 libev446 sudo apt-get install -y -qq libev-dev;51 sudo apt-get install -y -qq libuv-dev;
6 && apt-get update \7 && apt-get install -y --no-install-recommends --force-yes $buildDeps \8 && apt-get clean \9 && apt-get autoremove -y \11 && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
9 RUN apt-get update && apt-get upgrade -y16 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -17 RUN sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/s…18 RUN apt-get update && apt-get install -y google-chrome-stable
5 RUN apt-get update && apt-get install -y \23 && apt-get clean26 RUN apt-get install -y \31 && apt-get clean
19 apt:30 apt:39 apt:61 apt:84 apt:94 apt:121 apt:136 apt:143 apt:151 apt:[all …]
50 # TODO(jtattermusch): use "mono:5.14" docker image instead so we don't have to apt-get install51 sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A1…52 sudo apt install apt-transport-https53 echo "deb https://download.mono-project.com/repo/ubuntu stable-trusty main" | sudo tee /etc/apt/sou…54 sudo apt update55 sudo apt-get install -y nuget
12 sudo apt-get update13 sudo apt-get -y install software-properties-common14 sudo add-apt-repository universe15 sudo apt-get update16 sudo apt-get -y install unzip36 sudo apt-get -y install jq