im running kali rolling 2016.1 and downloaded Ampps-3.4-x8664.Run and moved it to the desktop. This is what ive tried
root@kali:~/Desktop# file:///root/Desktop/Ampps-3.4-x8664.run
bash: file:///root/Desktop/Ampps-3.4-x8664.run: No such file or directory
root@kali:~/Desktop# sudo file:///root/Desktop/Ampps-3.4-x8664.run
sudo: file:///root/Desktop/Ampps-3.4-x8664.run: command not found
root@kali:~/Desktop# sudo /Ampps-3.4-x8664.run
sudo: /Ampps-3.4-x8664.run: command not found
root@kali:~/Desktop# find -name
find: missing argument to `-name'
root@kali:~/Desktop# find -name Ampps-3.4-x8664.run
./Ampps-3.4-x8664.run
root@kali:~/Desktop# ./Ampps-3.4-x8664.run
bash: ./Ampps-3.4-x8664.run: Permission denied
i feel like im real close, how to get rid of permission denied
2 Responses
Quick easy way to get rid of permissin denied.
right click file
properties
permissions
click box, allow exicuting file as a program.
close.
to install i used line
root@kali:~# /root/Downloads/Ampps-3.4-x8664.run
and it started... yay!
o credit to user385395 @ http://askubuntu.com/questions/282350/bash-install-sh-permission-denied-installing-intel-fortran-2011
still new to this any questions ill try my best to help
I can help with fresh install on hdd even without the grub boot
Eddie:
All of the components of Ampps are already installed on Kali.
Share Your Thoughts