在 Ubuntu 上运行 bin 文件

发布于 2024-12-26 02:58:54 字数 239 浏览 0 评论 0原文

我正在尝试在 Ubuntu 上运行 SQLiteStudio。当我尝试使用终端运行它时,出现错误:

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

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

I'm trying to run SQLiteStudio on Ubuntu. I'm getting error when I try to run it with terminal:

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

I tried other sqlite managers but SQLiteStudio has more options, I've used it on Windows.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拒绝两难 2025-01-02 02:58:54

命令前面需要一个 ./

./sqlitestudio-2.0.22.bin

You need a ./ in front of the command

./sqlitestudio-2.0.22.bin
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文