在Debian上运行FileZilla


0

我是Debian和Linux的新手,我安装了FileZilla,但我不知道如何运行它。 我执行的时候:

dpkg -l | grep -i "filezilla"

我明白了

ii  filezilla-common                     3.7.3-1                            all          Architecture independent files for filezilla

所以我猜它安装了。 谢谢

Answers:


0

是的,它已安装。根据您使用的桌面环境或窗口管理器,您应该在应用程序菜单中找到filezilla的条目。

否则,您可以通过打开终端窗口快速启动它并发出以下命令:

filezilla &

在命令提示符下。

&在命令末尾从终端分离filezilla,因此您可以在启动应用程序后安全地关闭终端窗口。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.