Home | History | Annotate | Download | only in build

Lines Matching refs:Apt

27   apt-cache pkgnames | grep -x "$1" > /dev/null 2>&1
260 sudo apt-get update
262 # We initially run "apt-get" with the --reinstall option and parse its output.
265 # We then re-run "apt-get" with just the list of missing packages.
271 new_list_cmd="sudo apt-get install --reinstall $(echo $packages)"
276 # We expect apt-get to have exit status of 1.
285 sudo apt-get install ${do_quietly-} ${new_list}
289 # An apt-get exit status of 100 indicates that a real error has occurred.
353 if [ -n "`apt-cache search lib32readline-gplv2-dev 2>/dev/null`" ]; then
358 sudo apt-get install ${do_quietly-} $cmp_list
362 mkdir -p "${tmp}/apt/lists/partial" "${tmp}/cache" "${tmp}/partial"
365 [ -r /etc/apt/apt.conf ] && cp /etc/apt/apt.conf "${tmp}/apt/"
366 cat >>"${tmp}/apt/apt.conf" <<EOF
367 Apt::Architecture "i386";
370 Dir::State::Lists "${tmp}/apt/lists/";
376 sudo apt-get -c="${tmp}/apt/apt.conf" update
379 sudo apt-get -c="${tmp}/apt/apt.conf" \