Searched +full:apt +full:- +full:add +full:- +full:repository (Results 1 – 25 of 51) sorted by relevance
123
14 MAINTAINER Flutter Developers <flutter-dev@googlegroups.com>16 RUN apt-get update -y17 RUN apt-get upgrade -y20 RUN apt-get install -y --no-install-recommends \26 apt-transport-https \27 ca-certificates \30 # Add repo for chrome stable31 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -32 …http://dl.google.com/linux/chrome/deb/ stable main' | tee /etc/apt/sources.list.d/google-chrome.li…34 # Add repo for gcloud sdk and install it[all …]
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception11 set -eux15 if [ "$#" -eq 1 ]; then19 DISTRO=$(lsb_release -is)20 VERSION=$(lsb_release -sr)23 if [[ $EUID -ne 0 ]]; then28 declare -A LLVM_VERSION_PATTERNS29 LLVM_VERSION_PATTERNS[9]="-9"30 LLVM_VERSION_PATTERNS[10]="-10"31 LLVM_VERSION_PATTERNS[11]="-11"[all …]
3 set -e4 set -x10 pwd -P16 dpkg --add-architecture i38617 apt-get update18 apt-get install -y apt-utils software-properties-common apt-transport-https sudo curl wget zip unzip19 apt-get update20 apt-get dist-upgrade -y22 wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | t…23 wget -qO- https://deb.nodesource.com/setup_12.x | bash -[all …]
5 # Copyright Rene Rivera 2015-2019.10 - develop11 - master12 - feature/*15 - appveyor.yml19 - develop22 - appveyor.yml26 - stage: Test29 - job: 'Linux'31 vmImage: 'ubuntu-16.04'[all …]
11 cmake .. -DBUILD_JNI_BINDING=ON -DCMAKE_BUILD_TYPE=Release15 or install binary package from [our PPA repository](https://launchpad.net/~adamansky/+archive/ubunt…18 sudo add-apt-repository ppa:adamansky/ejdb219 sudo apt-get update20 sudo apt-get install ejdb2-java23 Then compile and run app (Linux x86-64)29 mvn exec:java -Dexec.cleanupDaemonThreads=false -Dexec.mainClass="EJDB2Example"33 the `libejdb2jni.so` library is located. For Linux systems `ejdb2-java` PPA debian package installs41 <repository>45 </repository>
2 # Adapted from https://github.com/googleapis/google-cloud-python/blob/master/.kokoro/publish-docs.sh4 set -eo pipefail12 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 unzip17 wget https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-x86_…18 unzip protoc-3.11.2-linux-x86_64.zip bin/protoc20 python3.6 -m venv venv[all …]
1 FROM circleci/buildpack-deps:bionic3 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 valgrind[all …]
5 # Copyright Rene Rivera 2019-2020.10 - develop11 - master12 - feature/*16 - develop20 AZP_REPO_DIR: $(Build.Repository.LocalPath)24 AZP_REPO: $(Build.Repository.Name)29 - stage: Test32 - job: 'Linux'37 CXX: g++-9[all …]
7 # http://www.apache.org/licenses/LICENSE-2.018 RUN apt-get update && apt-get install -y \20 autotools-dev \21 build-essential \27 gcc-multilib \33 libc6-dbg \34 libc6-dev \35 libgtest-dev \40 python-dev \41 python-setuptools \[all …]
6 # Add Debian 'buster' repository, we will need it for installing newer versions of python7 RUN echo 'deb http://ftp.de.debian.org/debian buster main' >> /etc/apt/sources.list8 RUN echo 'APT::Default-Release "stretch";' | tee -a /etc/apt/apt.conf.d/00local
1 gRPC C++ - Building from source5 …://github.com/grpc/grpc/tree/master/src/cpp#to-start-using-grpc-c) instructions for guidance on ho…7 # Pre-requisites12 $ [sudo] apt-get install build-essential autoconf libtool pkg-config17 $ [sudo] apt-get install cmake22 $ # libgflags-dev is only required if building with make (deprecated)23 $ [sudo] apt-get install libgflags-dev25 $ [sudo] apt-get install clang-5.0 libc++-dev36 $ [sudo] xcode-select --install66 - Install Visual Studio 2015 or 2017 (Visual C++ compiler will be used).[all …]
2 --- |9 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder19 # -------------------------- WARNING --------------------------------------21 # https://github.com/google/oss-fuzz/blob/master/projects/grpc/Dockerfile23 # -------------------------------------------------------------------------26 RUN apt-get update && apt-get install -y software-properties-common python-software-properties27 RUN add-apt-repository ppa:webupd8team/java28 RUN apt-get update && apt-get -y install ${'\\'}30 build-essential ${'\\'}[all …]
7 # http://www.apache.org/licenses/LICENSE-2.015 FROM gcr.io/oss-fuzz-base/base-builder17 # -------------------------- WARNING --------------------------------------19 # https://github.com/google/oss-fuzz/blob/master/projects/grpc/Dockerfile21 # -------------------------------------------------------------------------24 RUN apt-get update && apt-get install -y software-properties-common python-software-properties25 RUN add-apt-repository ppa:webupd8team/java26 RUN apt-get update && apt-get -y install \28 build-essential \33 openjdk-8-jdk \[all …]
1 # Copyright (c) 2017-2020 Petr Vorel <pvorel@suse.cz>6 - docker11 - os: linux16 - os: linux17 env: DISTRO=debian:stable VARIANT=cross-compile ARCH=ppc64el TREE=out MAKE_INSTALL=118 compiler: powerpc64le-linux-gnu-gcc20 - os: linux21 env: DISTRO=debian:stable VARIANT=cross-compile ARCH=arm64 TREE=out22 compiler: aarch64-linux-gnu-gcc24 - os: linux[all …]
5 …-Extensions/RxJS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Reactive-Extensions…13 - [Current home is MIGRATION.md](./docs_app/content/guide/v6/migration.md)17 …This is a rewrite of [Reactive-Extensions/RxJS](https://github.com/Reactive-Extensions/RxJS) and i…21 - [Code of Conduct](CODE_OF_CONDUCT.md)22 - [Contribution Guidelines](CONTRIBUTING.md)23 - [Maintainer Guidelines](doc_app/content/maintainer-guidelines.md)24 - [API Documentation](https://rxjs.dev/)26 ## Versions In This Repository28 - [master](https://github.com/ReactiveX/rxjs/commits/master) - This is all of the current, unreleas…29 - [stable](https://github.com/ReactiveX/rxjs/commits/stable) - This is the branch for the latest ve…[all …]