Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/bash/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Bash 在Ubuntu上运行bin文件_Bash_Ubuntu_Sqlite - Fatal编程技术网

Bash 在Ubuntu上运行bin文件

Bash 在Ubuntu上运行bin文件,bash,ubuntu,sqlite,Bash,Ubuntu,Sqlite,我正在尝试在Ubuntu上运行SQLiteStudio。尝试使用终端运行时出错: ubuntu@ubuntu:~/Desktop$ sqlitestudio-2.0.22.bin sqlitestudio-2.0.22.bin: command not found 我尝试了其他sqlite管理器,但SQLiteStudio有更多选项,我在Windows上使用过它。您需要在命令前面加一个./ ./sqlitestudio-2.0.22.bin 在命令前面需要一个./ ./sqlitestudi

我正在尝试在Ubuntu上运行SQLiteStudio。尝试使用终端运行时出错:

ubuntu@ubuntu:~/Desktop$ sqlitestudio-2.0.22.bin
sqlitestudio-2.0.22.bin: command not found

我尝试了其他sqlite管理器,但SQLiteStudio有更多选项,我在Windows上使用过它。

您需要在命令前面加一个./

./sqlitestudio-2.0.22.bin

在命令前面需要一个./

./sqlitestudio-2.0.22.bin

或者,如果不想键入./everytime,则将工作目录临时附加到导出路径为的路径中。:$path。如果不想键入./everytime,则将工作目录临时附加到导出路径为的路径中。:$path。