Hello everyone
I am trying to install samtools version 1.6 I downloaded it from the following resource [https://sourceforge.net/projects/samtools/files/samtools/1.6/]. Then I run the following command ./configure
, so it came fine with no error. Then I run make
, it came fine with no error. When I run make install
. It gave the following error shaima@sarkarlab-MS-7885-Invalid-entry-length-16-Fixed-up-to-11:~/Downloads/samtools-1.6$ make install
, the error is mkdir -p -m 755 /usr/local/bin /usr/local/bin /usr/local/share/man/man1
install -p samtools /usr/local/bin
install: cannot create regular file '/usr/local/bin/samtools': Permission denied
Makefile:292: recipe for target 'install' failed
make: *** [install] Error 1
I appreciate your help and time
Thank you I got it