Searched full:apt (Results 1 – 25 of 108) sorted by relevance
12345
... sun/mirror/ com/sun/mirror/apt/ com/sun/mirror/apt/AnnotationProcessor ...
5 sudo add-apt-repository -y ppa:kalakris/cmake7 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test9 wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -10 … sudo add-apt-repository -y "deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.6 main"13 sudo apt-get update -qq16 sudo apt-get install -qq cmake18 sudo apt-get install -qq gcc-4.8 g++-4.822 sudo apt-get install -qq clang-3.6
67 self.high_level_pms = ['apt-get', 'yum', 'zypper']90 if 'apt-get' in list_supported and self.distro in ['Debian', 'Ubuntu']:91 pm_supported = 'apt-get'122 elif backend_type == 'apt-get':312 as apt and aptitude.609 Implements the apt backend for software manager.611 Set of operations for the apt package manager, commonly found on Debian and619 executable = os_dep.command('apt-get')621 self.repo_file_path = '/etc/apt/sources.list.d/autotest'622 self.apt_version = utils.system_output('apt-get -v | head -1',[all …]
8 RUN apt-get update && apt-get install -y git libglib2.0-dev procps9 RUN sed -i '1ideb http://ftp.debian.org/debian experimental main' /etc/apt/sources.list10 RUN apt-get update && apt-get -y -t experimental install libc6
27 sudo apt-get update28 sudo apt-get upgrade31 sudo apt-get install sqlite332 sudo apt-get install apache233 sudo apt-get install php5-sqlite libapache2-mod-php536 sudo apt-get install build-essential37 sudo apt-get install libsqlite3-dev38 sudo apt-get install libssl-dev39 sudo apt-get install libxml2-dev
57 apt-get install tlsdate62 apt-get install tlsdate162 dd-schroot-cmd -c $mysid apt-get update;163 dd-schroot-cmd -c $mysid apt-get build-dep tlsdate;165 dd-schroot-cmd -c $mysid apt-get install git ca-certificates \181 apt-get install git ca-certificates \
10 - sudo apt-get update -qq11 …- sudo apt-get install -qq autotools-dev dh-apparmor hardening-wrapper libssl-dev autoconf automak…
9 - sudo apt-get update10 - sudo apt-get --reinstall install -qq language-pack-en language-pack-de11 - sudo apt-get install swig
8 RUN echo "deb http://gce_debian_mirror.storage.googleapis.com stretch main" >> /etc/apt/sources.list9 RUN apt-get update && apt-get install -y -t stretch python-numpy python-scipy
5 - sudo apt-get update -qq6 - sudo apt-get install -qq gcc-multilib7 - sudo apt-get install -qq valgrind
56 sudo apt-get install git-core57 sudo apt-get install automake libtool libpthread-stubs0-dev58 sudo apt-get install xserver-xorg-dev x11proto-xinerama-dev libx11-xcb-dev59 sudo apt-get install libxcb-glx0-dev libxrender-dev60 sudo apt-get build-dep libgl1-mesa-dri libxcb-glx0-dev
24 In addition to the normal installation done by apt-get, it will46 self.run('apt-get update')47 self.run('apt-get -y install mysql-server', notify=True, exit_on_error=True)62 # mysql is running. This is the state apt-get will leave it in. If it isn't running,
30 self.run("apt-get update")31 self.run('apt-get -y install apache2', notify=True, exit_on_error=True)32 self.run('apt-get -y install libapache2-mod-python', notify=True, exit_on_error=True)
241 Point3d aPt= positionsV[i]; in getNewValue() local245 sPt.x *= std::exp(aPt.z); in getNewValue()246 sPt.y *= std::exp(aPt.z); in getNewValue()248 aPt.x /= sPt.x; in getNewValue()249 aPt.y /= sPt.y; in getNewValue()250 aPt.z /= sPt.z; in getNewValue()256 … double w = (weightsV[i])*std::exp(-((aPt-bPt).dot(aPt-bPt))/2)/std::sqrt(sPt.dot(Point3d(1,1,1))); in getNewValue()258 resPoint += w*aPt; in getNewValue()275 Point3d aPt = positionsV[i]; in getResultWeight() local278 sPt.x *= std::exp(aPt.z); in getResultWeight()[all …]
20 apt:22 # https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json28 # https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
7 - sudo apt-get install libssl-dev libssl0.9.8 libssl1.0.08 …cpdump-group/libpcap.git && cd libpcap && ./configure && make ); else sudo apt-get install libpcap…
12 sudo apt-get update && sudo apt-get install ${APT_GET_OPTS} \
23 [compiler] sudo apt-get install build-essential24 [required] sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev l…25 [optional] sudo apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev l…
4 * sudo apt-get install gcc g++ libfreetype6-dev libglib2.0-dev libcairo2-dev24 * sudo apt-get install autoconf automake libtool pkg-config ragel gtk-doc-tools
22 shell> sudo apt-get install binutils-dev23 shell> sudo apt-get install libiberty-dev
16 * `apt-cache search libreadline` to see the available libreadline libraries17 * `sudo apt-get install libreadline6 libreadline6-dev` to actually install the libraries
25 echo "sudo apt-get install wget"33 echo "sudo apt-get install cabextract"
6 'apt-cache search | apt-get install' ... or a less terrifying version of
51 sudo apt-get update52 sudo apt-get install \