Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 3209  / 1 Year ago, mon, january 23, 2023, 9:43:51

I am using Ubuntu 12.04 X64, I deleted my /usr/bin/env file by mistake. How could I restore this?



Also I copy a file as /usr/bin/dev, I don't know if I originally had a file called /usr/bin/dev. If so, how could I restore this as well?


More From » 12.04

 Answers
7

The /usr/bin/env file originates from the coreutils package. To restore it, simply reinstall this package. In order to do so, run this command:



sudo apt-get install --reinstall coreutils


There is currently no package in Ubuntu repositories which provides a /usr/bin/dev file. Therefore you don't need to restore it.


[#32415] Tuesday, January 24, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
irripri

Total Points: 164
Total Questions: 111
Total Answers: 107

Location: South Georgia
Member since Sun, Aug 8, 2021
3 Years ago
;