Comment 6 for bug 1239893

Revision history for this message
Scott Moser (smoser) wrote :

I just verified that this bug existed in 0.92.26. I did the following, and then ran software-properties-gtk again as described in comment 4 an dthe problem persisted.

names="python-software-properties python3-software-properties software-properties-common software-properties-gtk software-properties-kde"
burl=https://launchpad.net/ubuntu/+archive/primary/+files/

start=$PWD
for ver in 0.92.26 0.92.27; do
  mkdir -p $ver
  for x in $names; do
    n="${x}_${ver}_all.deb"
    wget "$burl/$n" -O "$n"
  done
done