Codebase list debian-goodies / debdc27
Suggest using `apt update` rather than `apt-get update` apt-get is replaced by apt for interactive use and apt is quicker to type. Paul Wise 3 years ago
4 changed file(s) with 10 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
4242 # First check if apt-get is sane enough before proceeding
4343 if ! ls /var/lib/apt/lists/ |grep Release >/dev/null; then
4444 echo "ERROR: Your apt lists are empty. Update your package database"
45 echo "using 'apt-get update'"
45 echo "using 'apt update'"
4646 fi
4747
4848 error=0
5050 apt-get download "$pkgspec"
5151 if [ $? -ne 0 ] ; then
5252 echo "If you believe the package exists then consider updating your"
53 echo "package database using 'apt-get update'."
53 echo "package database using 'apt update'."
5454 error=1
5555 continue
5656 fi
0 debian-goodies (0.86) UNRELEASED; urgency=medium
1
2 * Suggest using `apt update` rather than `apt-get update`
3
4 -- Paul Wise <pabs@debian.org> Mon, 04 May 2020 10:15:56 +0800
5
06 debian-goodies (0.85) unstable; urgency=medium
17
28 [ Unit 193 ]
487487 <core file or PID or program> [ ... ]
488488
489489 You must already have the correct debug lines in your sources.list and have
490 executed 'apt-get update'.
490 executed 'apt update'.
491491
492492 $0 requires the elfutils and dctrl-tools packages to be installed.
493493 EOF
2121
2222 deb http://debug.mirrors.debian.org/debian-debug/ unstable-debug main
2323
24 Don't forget to run C<apt-get update> as root after adding such a
24 Don't forget to run C<apt update> as root after adding such a
2525 line.
2626
2727 Additionally, B<find-dbgsym-packages> requires the I<elfutils> and