fcitx command
觀看 help
執行
$ fcitx --help
或是執行
$ fcitx -h
顯示
Usage: fcitx [OPTION]
-r, --replace try replace existing fcitx, need module support.
-d run as daemon(default)
-D don't run as daemon
-s[sleep time] override delay start time in config file, 0 for immediate start
-v, --version display the version information and exit
-u, --ui specify the user interface to use
--enable specify a comma separated list for addon that will override the enable option
--disable specify a comma separated list for addon that will explicitly disabled,
priority is lower than --enable, can use all for disable all module
-h, --help display this help and exit
觀看 manpage
執行
$ man fcitx
會看到說明
查詢 fcitx 放在那個位置
執行
$ whereis fcitx
顯示
fcitx: /usr/bin/fcitx /usr/share/fcitx /usr/share/man/man1/fcitx.1.gz
查詢 fcitx 屬於那個套件
執行
$ dpkg -S /usr/bin/fcitx
顯示
fcitx-bin: /usr/bin/fcitx
表示「/usr/bin/fcitx」是屬於「fcitx-bin」這個套件。