Score:0

Accidently deleted wchar.h in ubuntu

cn flag

I was working with some files in usr/lib and usr/include where I accidently deleted wchar.h header file of ubuntu. Is there any way by which I can retrieve the file back or get the file online?

Score:7
us flag

dpkg -S wchar.h will tell you which installed package contains a file with said name. Once you identified the matching occurrence/path—which you can provide as well as part of the previous query if you already know it in advance—, just reinstall said package (e.g., using apt install --reinstall libc6-dev).

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.