我正在使用 ubuntu 14.04 LTS
,我想安装 xampp,但遇到
chmod: cannot access ‘xampp-linux-x64-5.6.12-0-installer.run’: No such file or directory
答案1
您可能尝试chmod
在错误的目录(xampp-linux-x64-5.6.12-0-installer.run
没有您的文件的目录)中运行您的程序。
使用cd
(参考这里有关该cd
命令的更多信息):
cd /<folder-where-the-file-is/
然后再次运行您的命令。
我假设您正在尝试使用 XAMPP,如果您仍然无法运行命令,这里是完整的安装过程:
wget https://www.apachefriends.org/xampp-files/5.5.28/xampp-linux-x64-5.5.28-0-installer.run
chmod +x xampp-linux-*-installer.run
sudo ./xampp-linux-*-installer.run