我的内核中哪个融合版本?

时间:2022-07-17 02:11:45

I want to know which fuse version do I have, when attempting to execute:

我想知道在尝试执行时我有哪个保险丝版本:

locate -i -r /fuse

I get:

/lib/modules/3.0.0-12-generic/kernel/fs/fuse
/lib/modules/3.0.0-12-generic/kernel/fs/fuse/cuse.ko
/lib/modules/3.0.0-32-generic/kernel/fs/fuse
/lib/modules/3.0.0-32-generic/kernel/fs/fuse/cuse.ko
/usr/include/fuse
/usr/include/fuse.h
/usr/include/fuse/cuse_lowlevel.h
/usr/include/fuse/fuse.h
/usr/include/fuse/fuse_common.h
/usr/include/fuse/fuse_common_compat.h
/usr/include/fuse/fuse_compat.h
/usr/include/fuse/fuse_lowlevel.h
/usr/include/fuse/fuse_lowlevel_compat.h
/usr/include/fuse/fuse_opt.h
/usr/include/linux/fuse.h
/usr/lib/pkgconfig/fuse.pc
/usr/share/app-install/desktop/fuse-emulator-gtk:fuse-gtk.desktop
/usr/share/app-install/desktop/fuse-emulator-sdl:fuse-sdl.desktop
/usr/share/app-install/icons/fuse.png
/usr/share/doc/fuse-utils
/usr/share/doc/libfuse-dev/examples/fusexmp.c
/usr/share/doc/libfuse-dev/examples/fusexmp_fh.c
/usr/share/initramfs-tools/hooks/fuse_utils
/usr/share/lintian/overrides/fuse-utils
/usr/share/man/man1/fuser.1.gz
/usr/share/man/man1/fusermount.1.gz
/usr/src/linux-headers-3.0.0-12/fs/fuse
/usr/src/linux-headers-3.0.0-12/fs/fuse/Kconfig
/usr/src/linux-headers-3.0.0-12/fs/fuse/Makefile
/usr/src/linux-headers-3.0.0-12/include/linux/fuse.h
/usr/src/linux-headers-3.0.0-12-generic/include/config/fuse
/usr/src/linux-headers-3.0.0-12-generic/include/config/aufs/br/fuse.h
/usr/src/linux-headers-3.0.0-12-generic/include/config/fuse/fs.h
/usr/src/linux-headers-3.0.0-12-generic/include/linux/fuse.h
/usr/src/linux-headers-3.0.0-32/fs/fuse
/usr/src/linux-headers-3.0.0-32/fs/fuse/Kconfig
/usr/src/linux-headers-3.0.0-32/fs/fuse/Makefile
/usr/src/linux-headers-3.0.0-32/include/linux/fuse.h
/usr/src/linux-headers-3.0.0-32-generic/include/config/fuse
/usr/src/linux-headers-3.0.0-32-generic/include/config/aufs/br/fuse.h
/usr/src/linux-headers-3.0.0-32-generic/include/config/fuse/fs.h
/usr/src/linux-headers-3.0.0-32-generic/include/linux/fuse.h
/var/lib/dpkg/info/fuse-utils.conffiles
/var/lib/dpkg/info/fuse-utils.list
/var/lib/dpkg/info/fuse-utils.md5sums
/var/lib/dpkg/info/fuse-utils.postinst
/var/lib/dpkg/info/fuse-utils.postrm
/var/lib/dpkg/info/fuse-utils.preinst

Any idea where the information I need is located ?

知道我需要的信息在哪里?

3 个解决方案

#1


-1  

On my system (Slackware 14) the following command shows you which fuse package is installed, thus including its version:

在我的系统(Slackware 14)上,以下命令显示您安装了哪个保险丝包,因此包括其版本:

$ ls /var/log/packages/ | grep fuse

According to which package manager you use, you may find its log file under /var/log/[dpkg,yum,apt].log; you should find there the history of your installations, including versions.

根据您使用的包管理器,您可以在/var/log/[dpkg,yum,apt].log下找到其日志文件;你应该找到你的装置的历史,包括版本。

An other alternative method: check your installed packages through your package manager GUI.

另一种替代方法:通过包管理器GUI检查已安装的包。

#2


9  

You can get the version of the fusermount utility like this:

你可以得到这样的fusermount实用程序的版本:

fusermount -V

#3


0  

The selected answer should be jdlourenco's one. Boh's anwser isn't bad, but not clear enough for newbies and the shell line is too specific (in my case, Ubuntu 16.04, no results)

选定的答案应该是jdlourenco的答案。 Boh的anwser也不错,但对于新手来说还不够清楚,而且shell行太具体了(在我的情况下,Ubuntu 16.04,没有结果)

On Debian / Ubuntu, check using dpkg dpkg --get-selections | grep fuse

在Debian / Ubuntu上,使用dpkg dpkg --get-selections |进行检查grep保险丝

#1


-1  

On my system (Slackware 14) the following command shows you which fuse package is installed, thus including its version:

在我的系统(Slackware 14)上,以下命令显示您安装了哪个保险丝包,因此包括其版本:

$ ls /var/log/packages/ | grep fuse

According to which package manager you use, you may find its log file under /var/log/[dpkg,yum,apt].log; you should find there the history of your installations, including versions.

根据您使用的包管理器,您可以在/var/log/[dpkg,yum,apt].log下找到其日志文件;你应该找到你的装置的历史,包括版本。

An other alternative method: check your installed packages through your package manager GUI.

另一种替代方法:通过包管理器GUI检查已安装的包。

#2


9  

You can get the version of the fusermount utility like this:

你可以得到这样的fusermount实用程序的版本:

fusermount -V

#3


0  

The selected answer should be jdlourenco's one. Boh's anwser isn't bad, but not clear enough for newbies and the shell line is too specific (in my case, Ubuntu 16.04, no results)

选定的答案应该是jdlourenco的答案。 Boh的anwser也不错,但对于新手来说还不够清楚,而且shell行太具体了(在我的情况下,Ubuntu 16.04,没有结果)

On Debian / Ubuntu, check using dpkg dpkg --get-selections | grep fuse

在Debian / Ubuntu上,使用dpkg dpkg --get-selections |进行检查grep保险丝