Pages

Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

E: Could not perform immediate configuration on 'util-linux'

How to Fix E: Could not perform immediate configuration on 'util-linux'

sudo apt-get install libc6-dev
apt-get install util-linux -f -o APT::Immediate-Configure=0


Read more ...

bash: ./configure: /bin/sh^M

How to fix bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory :

sed -i 's/\r//' filename


source
Read more ...