0 Members and 1 Guest are viewing this topic.
apt-cache show texlive* | grep Replaces:
apt-cache show 'texlive*' | grep Replaces
apt-cache show texlive\* | grep Replaces
{ if ( $0 ~ /Package:/ ) { package=$0 } if ( $0 ~ /Replaces:/ ) { printf "%s %s\n\n",package,$0 }}
apt-cache show texlive\* | awk -f <path-to-the-awk-script>
# apt-cache show texlive* | egrep "^Package|Replaces" | grep "Replaces" -B1