Score:1

My /usr/share/themes Folder Got Deleted?

nu flag

**Hi I am Keval **

My /usr/share/themes Folder Got Deleted. how can I restore them again and I have also restarted the pc 3 times

Thankyou In Advance Keval Shah

Nmath avatar
ng flag
How did it get deleted?
Keval Shah avatar
nu flag
Acctually I dont know that exactly but when I started my laptop all the app layout was changed . when I checked the /usr/share/ folder then I saw that there was no theme folder and it was deleted
Score:3
zw flag

You have to reinstall the packages which put files into the /usr/share/themes directory by using command below:

sudo apt-get update
sudo apt-get install --reinstall $(dpkg -S /usr/share/themes | sed 's/,//g' | sed 's|: /usr/share/themes||g')

Above:

  • dpkg -S /usr/share/themes shows the list of comma-separated packages
  • sed 's/,//g' - removes commas
  • sed 's|: /usr/share/themes||g' - removes : /usr/share/themes in the end
Keval Shah avatar
nu flag
Thankyou N0rbert For your Answer .... : )
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.