I have tried two solutions:
1
Code: Select all
$ sudo aptitude update
:
:
E: Repository 'http://shop.softmaker.com/repo/apt wheezy InRelease' changed its 'Label' value from 'SoftMaker Office 2018' to 'SoftMaker Office'
E: Failed to download some files
W: Failed to fetch http://shop.softmaker.com/repo/apt/dists/wheezy/InRelease:
E: Some index files failed to download. They have been ignored, or old ones used instead.
2
(Note the user intervention 'y' after the [y/N] prompt in the 7th-last line)
Code: Select all
$ sudo apt update
:
:
E: Repository 'http://shop.softmaker.com/repo/apt wheezy InRelease' changed its 'Label' value from 'SoftMaker Office 2018' to 'SoftMaker Office'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
Get:31 http://shop.softmaker.com/repo/apt wheezy/non-free amd64 Packages [825 B]
Fetched 3,137 B in 12s (268 B/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up-to-date.
After this, repeating either
sudo apt update OR
sudo-apt-get update OR
sudo-aptitude update no longer throws an error.
---
John