Ubuntu Suomen keskustelualueet
Ubuntun käyttö => Vaihtoehtoiset työpöytäympäristöt => Aiheen aloitti: mpiso - 17.05.17 - klo:20.59
-
Viimeisen päivityksen jälkeen on alla oleva viesti tullut joka päivitys toimenpiteen jälkeen, ennen komentokehotetta. Tuossa sanotaan jotain, että tarkenne on väärä. Voiko tuon vain poista, kun siellä on 20auto-upgrades tiedosto jolla näyttäisi olevan sama sisältö. Komentoriviltä päivitys tuntuu muuten toimivan oikein.
N: Ignoring file '20auto-upgrades.ucf-old' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension
-
Voi poistaa. Kyseessä on konfiguraatiotiedostojen päivitysohjelman luoma kopio tiedoston aiemmasta versiosta, joka on korvattu päivitetyllä versiolla.
http://manpages.ubuntu.com/manpages/xenial/man1/ucf.1.html
During the course of operations, when working with configuration files,
ucf optionally creates copies of versions of the configuration file in
question. For example, a file with the suffix ucf-old holds the old
version of a configuration file replaced by ucf. Also, copies of the
configuration file with the suffixes ucf-new and ucf-dist may be
created; and the maintainer scripts should consider purging copies of
the configuration file with these extensions during purge.
Poista komennolla:
sudo rm /etc/apt/apt.conf.d/20auto-upgrades.ucf-old
-
Kiitos, nyt ei enää tule häiritsevää riviä.