On Sun, 31 Dec 2017 15:37:35 -0500 Hendrik Boom <[email protected]> wrote:
> On Sun, Dec 31, 2017 at 01:02:41PM -0500, Hendrik Boom wrote: > > So is this what I should have in my /etc/apt/sources.list to > > upgrade from jessie to ascii? > > > > deb http://pkgmaster.devuan.org/merged ascii main > > deb http://pkgmaster.devuan.org/merged ascii-updates main > > deb http://pkgmaster.devuan.org/merged ascii-security main > > deb http://pkgmaster.devuan.org/merged ascii-backports main > > > > and nothing else? > \Got the following messaaes from my upgrade after downloading all > packages and before it starts doing thing with them: > > Fetched 1,593 MB in 52min 26s (506 kB/s) > Traceback (most recent call last): > File "/usr/bin/apt-listchanges", line 250, in <module> > main() > File "/usr/bin/apt-listchanges", line 48, in main > debs = apt_listchanges.read_apt_pipeline(config) > File "/usr/share/apt-listchanges/apt_listchanges.py", line 98, in > read_apt_pipeline > del filenames[pkg] > KeyError: 'texlive-latex-recommended' > Extracting templates from packages: 1% > > I don't know what this means. But the upgrade seems to be > continuing even as I write this. > > -- hendrik > _______________________________________________ > Dng mailing list > [email protected] > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng I have done this a few times recently, using the 'pkgmaster' lines, but I do this: apt-get update apt-get install apt apt-get autoremove apt-get upgrade apt-get autoremove apt-get dist-upgrade apt-get autoremove reboot Rowland _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
