sudo apt-get install root-system-bin是啥意思?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sudo apt-get install root-system-bin是啥意思?相关的知识,希望对你有一定的参考价值。

我想把win7下的F盘挂到/mnt下, 于是用了这条命令sudo mount /dev/sda3 /mnt/sda3,可是却提示上面显示的,大家能解释一下吗?

参考技术A The ROOT system provides a set of OO frameworks with all the functionality needed to handle and analyse large amounts of data in a very efficient way. Having the data defined as a set of objects, specialised storage methods are used to get direct access to the separate attributes of the selected objects, without having to touch the bulk of the data. Included are histograming methods in 1, 2 and 3 dimensions, curve fitting, function evaluation, minimisation, graphics and visualisation classes to allow the easy setup of an analysis system that can query and process the data interactively or in batch mode.

Thanks to the built in CINT C++ interpreter the command language, the scripting, or macro, language and the programming language are all C++. The interpreter allows for fast prototyping of the macros since it removes the time consuming compile/link cycle. It also provides a good environment to learn C++. If more performance is needed the interactively developed macros can be compiled using a C++ compiler.

The system has been designed in such a way that it can query its databases in parallel on MPP machines or on clusters of workstations or high-end PCs. ROOT is an open system that can be dynamically extended by linking external libraries. This makes ROOT a premier platform on which to build data acquisition, simulation and data analysis systems.本回答被提问者采纳
参考技术B 根系统提供了一组OO框架,所有的功能都需要以一种非常有效的方式来处理和分析大量数据。将数据定义为一组对象后,专用存储方法被用于直接访问所选对象的单独属性,而无需接触大量数据。包括在1、2和3维、曲线拟合、功能评估、小错化、图形化和可视化类等方面的组织化方法,以方便地建立一个分析系统,可以交互式地查询和处理数据,或以批处理模式处理数据。
由于在CINT C++解释器中内置了命令语言,脚本语言,或者宏,语言和编程语言都是C++语言。解释器允许对宏进行快速原型设计,因为它消除了编译/链接周期的时间。它还提供了一个学习C++的良好环境。如果需要更多的性能,交互式开发的宏可以使用C++编译器编译。
该系统的设计是这样的,它可以在MPP机器上并行查询数据库,也可以在工作站或高端pc集群上查询数据库。ROOT是一个开放的系统,可以通过链接外部库来动态扩展。这使得ROOT成为了构建数据获取、模拟和数据分析系统的主要平台。
参考技术C 你他妈 的,太BT了。我还是那句老话,对不起,我不知道。

安装问题汇总

1.You might want to run ‘apt-get -f install‘ to correct these.

解决方法:sudo apt-get install -f

1、sudo命令:sudo命令用来以其他身份来执行命令,预设的身份为root,简单来说就是提升权限,因为apt-get install是要安装程序,这个需要管理员权限,因此借助于sudo命令提权。

2、apt-get命令:apt-get命令是Debian Linux发行版中的APT软件包管理工具。所有基于Debian的发行都使用这个包管理系统。deb包可以把一个应用的文件包在一起,大体就如同Windows上的安装文件。

3、install:是apt-get命令的参数,用于安装程序包。

4、-f参数为--fix-broken的简写形式,可以在man apt-get 中搜索-f参数查询到其帮助信息。

-f参数的主要作用是是修复依赖关系(depends),假如用户的系统上有某个package不满足依赖条件,这个命令就会自动修复,安装程序包所依赖的包。

 

以上是关于sudo apt-get install root-system-bin是啥意思?的主要内容,如果未能解决你的问题,请参考以下文章

sudo apt-get install 安装包失败

sudo apt-get install 安装包失败

sudo apt-get install 安装包失败

sudo apt-get install 国内源 解决 apt-get update 问题

sudo apt-get install 国内源

python-dev如何安装 sudo apt-get install python-dev ?