Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
47
rated 0 times [  47] [ 0]  / answers: 1 / hits: 137524  / 2 Years ago, wed, january 5, 2022, 9:05:52

I deleted both the resolvconf folder and the resolv.conf file in /etc by mistake, assuming that resolvconf was causing UCK to fail. Now the application has upgraded, fixing the issue, but it says no file named resolv.conf in /etc.
What it says is correct because I deleted those files. Is there any way to recreate the files or restore from another location?


More From » restore

 Answers
1

You could reinstall resolvconf to restore the default configuration:



sudo apt-get install --reinstall resolvconf


Another idea would be remove "resolvconf" and then install:



sudo apt-get remove --purge resolvconf && sudo apt-get install resolvconf

[#38612] Thursday, January 6, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
weamp

Total Points: 197
Total Questions: 115
Total Answers: 92

Location: Mauritania
Member since Sun, May 7, 2023
1 Year ago
;