Posts: 142
0day
Joined: 10 Aug 2013
#16
$ dpkg -s desktop-file-utils
Package: desktop-file-utils
Status: deinstall ok config-files
Priority: optional
Section: devel
Installed-Size: 234
Maintainer: Ross Burton <ross@debian.org>
Architecture: i386
Multi-Arch: foreign
Version: 0.23-1
Config-Version: 0.23-1
Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.28.0)
Conffiles:
/ etc/bash_completion.d/desktop-file-validate 34c0eff90e9bbf4c97c873334f676330 obsolete
Description: Utilities for .desktop files
Some utilities to make dealing with .desktop files easier:
* update-desktop-database -- update the desktop-MIME mapping
* desktop-file-validate -- validate a desktop file
* desktop-file-install -- install a desktop file, munging en route.
Homepage:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.freedesktop.org/wiki/Software/desktop-file-utils"
linktext was:"http://www.freedesktop.org/wiki/Softwar ... file-utils"
====================================
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#17
please post

Code: Select all

inxi -r
you might also try selecting desktop-file-utils in synaptic and marking for reinstallation.
Posts: 142
0day
Joined: 10 Aug 2013
#18

Code: Select all

kevin@antix1:~
$ inxi -r
Repos:     Active apt sources in file: / etc/apt/sources.list.d/antix.list
           deb http://ftp.cc.uoc.gr/mirrors/linux/mx/antix/testing testing main nosystemd
           Active apt sources in file: / etc/apt/sources.list.d/debian.list
           deb http://ftp.it.debian.org/debian/ testing main contrib non-free
           deb http://security.debian.org/ testing/updates main contrib non-free
kevin@antix1:~
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#19

Code: Select all

Status: deinstall ok config-files
means that the package was removed (or is marked to be removed) but that config files are still present. You certainly need to reinstall desktop-file-utils, but you also need to investigate why its missing in the first place. I suspect you have other things missing as well.

it could be related to the use of the testing repos, but I don't think so. no one else has reported in problems. Potentially there is an incomplete update somewhere, so you could try

Code: Select all

sudo apt-get install -f
to see if an update completes.
Posts: 142
0day
Joined: 10 Aug 2013
#20

Code: Select all

sudo apt-get install -f
[sudo] password di kevin: 
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze       
Lettura informazioni sullo stato... Fatto
0 aggiornati, 0 installati, 0 da rimuovere e 0 non aggiornati.
kevin@antix1:~
Posts: 142
0day
Joined: 10 Aug 2013
#21
thanks, solved with:

Code: Select all

sudo apt-get install -f

Code: Select all

sudo apt-get update

Code: Select all

sudo apt-get dist-upgrade