我正在尝试在Ubuntu上运行SQLiteStudio。当我尝试使用终端运行它时,我收到错误:
ubuntu@ubuntu:~/Desktop$ sqlitestudio-2.0.22.bin
sqlitestudio-2.0.22.bin: command not found
我尝试了其他sqlite管理器,但SQLiteStudio有更多选项,我在Windows上使用过它。
答案 0 :(得分:4)
你需要在命令前面加一个./
./sqlitestudio-2.0.22.bin