On 12/13/24 19:20, Max Nikulin wrote:
On 14/12/2024 07:04, gene heskett wrote:
I've done that to both orca and brltty, the dependency's seem to have
been removed now.
What is output of the following command?
dpkg -l orca brltty
Does
dpkg -V
reports anything besides conffiles? Fighting with orca you could remove
files that belong to other packages.
My daily driver:
2024-12-13 20:47:34 root@laalaa ~
# cat /etc/debian_version ; uname -a
11.11
Linux laalaa 5.10.0-33-amd64 #1 SMP Debian 5.10.226-1 (2024-10-03)
x86_64 GNU/Linux
Verifying packages:
2024-12-13 20:51:41 root@laalaa ~
# dpkg -V
??5?????? c /etc/NetworkManager/NetworkManager.conf
??5?????? c /etc/fuse.conf
/etc/NetworkManager/NetworkManager.conf looks okay:
2024-12-13 21:00:22 root@laalaa ~
# cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=true
/etc/fuse.conf only contains comments and blank lines:
2024-12-13 21:00:51 root@laalaa ~
# grep -v '#' /etc/fuse.conf | grep .
2024-12-13 21:01:49 root@laalaa ~
#
David