Score:0

Reinstall application above existing

us flag

Is there a way to reinstall .deb file so that to keep all previously installed files in place ?

Score:1
in flag

The simplest way would be via dpkg with a command like:

sudo dpkg -i --force-overwrite {your .deb}

Note: Be sure to replace {your .deb} with the proper file name.

For the few times that I've needed to do this, none of the existing configuration files were modified. However, this may not be the case if the .deb insists on some configuration files being written as part of the installation. It will still be a good idea to make some selective backups before running this command.

Score:0
tn flag

Yes,

sudo apt install ./package.deb

The ./ or real path is mandatory here.

The default behavior is to keep configuration files if you don't have done

sudo apt purge package
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.