Home | History | Annotate | Download | only in build

Lines Matching refs:apt

254 sudo apt-get update
256 # We initially run "apt-get" with the --reinstall option and parse its output.
259 # We then re-run "apt-get" with just the list of missing packages.
265 new_list_cmd="sudo apt-get install --reinstall $(echo $packages)"
270 # We expect apt-get to have exit status of 1.
279 sudo apt-get install ${new_list}
283 # An apt-get exit status of 100 indicates that a real error has occurred.
298 # Ubuntu you can do "apt-get install binutils-gold" to get it), but
319 if apt-cache show binutils-gold | grep -Eq 'Version: 2.2[1-9].*'; then
321 sudo apt-get install binutils-gold
363 sudo apt-get install $cmp_list
367 mkdir -p "${tmp}/apt/lists/partial" "${tmp}/cache" "${tmp}/partial"
370 [ -r /etc/apt/apt.conf ] && cp /etc/apt/apt.conf "${tmp}/apt/"
371 cat >>"${tmp}/apt/apt.conf" <<EOF
372 Apt::Architecture "i386";
375 Dir::State::Lists "${tmp}/apt/lists/";
381 sudo apt-get -c="${tmp}/apt/apt.conf" update
384 sudo apt-get -c="${tmp}/apt/apt.conf" \