Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/ohos5.0/docs/zh-cn/device-dev/quick-start/
H A Dquickstart-pkg-install-package.md13install binutils; sudo apt-get install binutils-dev; sudo apt-get install git; sudo apt-get instal…
39 sudo apt-get install python3
40 sudo apt-get install python-is-python3
60 sudo make install
64 …sudo update-alternatives --install /usr/bin/python python /usr/local/python3.8/bin/python3.8 1 …
65 sudo update-alternatives --install /usr/bin/python3 python3 /usr/local/python3.8/bin/python3.8 1
H A Dquickstart-pkg-common-builderr.md21 sudo apt-get install python3-apt
46 sudo apt-get install python3.8
88 sudo apt-get install python3.8
108 1. 通过命令“apt-get install gcc”在线安装。
128 1. 通过命令“apt-get install make”在线安装。
148 1. 通过命令“apt-get install libffi\* -y”,在线安装。
168 方法1:通过命令“pip3 install Crypto”,在线安装。
176 将源码放置在Linux服务器中,解压,并安装“python3 setup.py install”。
197 方法1:通过命令“pip3 install ecdsa”,在线安装。
205 将安装包放置Linux服务器中,并安装“pip3 install ecdsa-0.15-py2.py3-none-any.whl”。
[all …]
H A Dquickstart-pkg-common-hberr.md8 执行“python3 -m pip install --user ohos-build”出现乱码、段错误(segmentation fault)。
20 python3 -m pip install -U pip
28 执行“python3 -m pip install --user ohos-build”提示"cannot import 'sysconfig' from 'distutils'"
40 sudo apt-get install python3.8-distutils
48 …执行“python3 -m pip install --user ohos-build”提示"module 'platform' has no attribute 'linux_distribut…
70 …执行“python3 -m pip install --user ohos-build”提示"Could not find a version that satisfies the require…
81 python3 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple ohos-build
H A Dquickstart-pkg-3861-tool.md4 除上述[安装库和工具集](quickstart-pkg-install-package.md)和[安装编译工具](quickstart-pkg-install-tool.md)外,针对Hi3861开…
28 python3 -m pip install scons
39 ![hi3861-scons-install-success](figures/hi3861-scons-install-success.png)
47 pip3 install setuptools
55 sudo pip3 install kconfiglib
63 sudo pip3 install kconfiglib-13.2.0-py2.py3-none-any.whl
72 sudo pip3 install pycryptodome
88 sudo pip3 install six --upgrade --ignore-installed six
96 sudo pip3 install six-1.12.0-py2.py3-none-any.whl
103 sudo pip3 install ecdsa
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-installer-sys.md156 ## BundleInstaller.install
201 | 17700017 | Failed to install the HAP since the version of the HAP to install is too early. |
237 console.info('install successfully.');
248 ## BundleInstaller.install
291 | 17700017 | Failed to install the HAP since the version of the HAP to install is too early. |
334 ## BundleInstaller.install
385 | 17700017 | Failed to install the HAP since the version of the HAP to install is too early. |
417 data.install(hapFilePaths, installParam)
1108 | 17700017 | Failed to install the HAP since the version of the HAP to install is too early. |
1185 | 17700017 | Failed to install the HAP since the version of the HAP to install is too early. |
[all …]
H A Derrorcode-bundle.md121 Failed to install the HAP because the HAP fails to be parsed.
124 调用installer模块中的install接口时,传入的HAP解析失败。
142 调用installer模块中的install接口时,签名校验失败导致应用安装失败。
163 调用installer模块中的install接口时,安装包路径无效或者文件过大导致应用安装失败。
181 调用installer模块中的install接口时,多个HAP配置信息不同导致应用安装失败。
195 调用installer模块中的install接口时,系统磁盘空间不足导致应用安装失败。
206 Failed to install the HAP since the version of the HAP to install is too early.
209 调用installer模块中的install接口时,新安装的应用版本号低于已安装的版本号导致应用安装失败。
476 Failed to install the HSP due to the lack of required permission.
528 2. 通过install接口安装应用时,hapFilePaths参数传入了应用间共享库的安装包路径。
[all …]
/ohos5.0/build/test/script/
H A Dstart_env.sh20 python -m pip install pytest "$@"
29 python -m pip install pytest-html "$@"
38 python -m pip install pytest-metadata "$@"
47 python -m pip install py "$@"
53 function install() { function
62 install "$@"
64 install "$@"
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-pkg-common-builderr.md21 sudo apt-get install python3-apt
46 sudo apt-get install python3.8
84 Run the following command to install Python 3:
88 sudo apt-get install python3.8
108 1. Run the **apt-get install gcc** command to install **gcc** online.
128 1. Run the **apt-get install make** command to install make online.
148 1. Run the **apt-get install libffi* -y** command to install libffi and libffi-devel online.
168 Method 1: Run the **pip3 install Crypto** command to install **Crypto** online.
197 Method 1: Run the **pip3 install ecdsa** command to install **ecdsa** online.
226 Method 1: Run the **pip3 install six** command to install **six** online.
[all …]
H A Dquickstart-pkg-common-hberr.md8 …During the execution of **python3 -m pip install --user ohos-build**, garbled characters and segme…
20 python3 -m pip install -U pip
28 …During the execution of **python3 -m pip install --user ohos-build**, the following information is…
36 Run the following command to install **distutils**:
40 sudo apt-get install python3.8-distutils
48 …During the execution of **python3 -m pip install --user ohos-build**, the following information is…
70 …During the execution of **python3 -m pip install --user ohos-build**, the following information is…
78 …2. If the network is functional, run the following command to install hb by specifying a temporary…
81 python3 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple ohos-build
H A Dquickstart-pkg-3861-tool.md25 1. Run the following command to install the SCons installation package:
28 python3 -m pip install scons
39 ![hi3861-scons-install-success](figures/hi3861-scons-install-success.png)
47 pip3 install setuptools
55 sudo pip3 install kconfiglib
63 sudo pip3 install kconfiglib-13.2.0-py2.py3-none-any.whl
72 sudo pip3 install pycryptodome
88 sudo pip3 install six --upgrade --ignore-installed six
96 sudo pip3 install six-1.12.0-py2.py3-none-any.whl
103 sudo pip3 install ecdsa
[all …]
H A Dquickstart-ide-env-remote.md9 1. In Ubuntu, open the Terminal tool and run the following command to install the SSH service:
12install the openssh-client of the required version (for example, **sudo apt-get install openssh-cl…
16 sudo apt-get install openssh-server
33 …you run the **ifconfig** command, run the **sudo apt-get install net-tools** command to install **…
44 2. Click **Install** next to **Remote-SSH** to install the tool. After the installation is successf…
78 …https://device.harmonyos.com/en/docs/documentation/guide/faq-device-tool-install-failed-0000001437…
80 ![install-fail](figures/install-fail.png)
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dbm-tool.md15 | install | 安装命令,用于安装应用。 |
39 ## 安装命令(install
60 bm install -p /data/app/ohos.app.hap
64 bm install -s xxx.hsp
765 Error: install permission denied.
771 使用hdc install安装HAP时出现错误,提示“code:9568266 error: install permission denied”错误信息。
775 hdc install不能安装release签名的企业应用。
785 Error: install parse unexpected.
884 Error: install failed due to zero user can only install singleton app.
899 hdc install -p hap名.hap -u 0
[all …]
/ohos5.0/docs/zh-cn/device-dev/faqs/
H A Dfaqs-environment-setup.md12 执行“python3 -m pip install --user ohos-build”出现乱码、段错误(segmentation fault)。
24 python3 -m pip install -U pip
32 执行“python3 -m pip install --user ohos-build”提示"cannot import 'sysconfig' from 'distutils'"。
44 sudo apt-get install python3.8-distutils
86 python3 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple ohos-build
107 1、通过命令“apt-get install gcc”在线安装。
128 1、通过命令“apt-get install make”在线安装。
149 方法1:通过命令“apt-get install zlib”在线安装。
161 # make && make install
185 1、通过命令“apt-get install libffi\* -y”,在线安装。
[all …]
H A Dfaqs-building.md35 sudo apt-get install lib32ncurses5-dev
52 ​sudo apt-get install dosfstools mtools
97 sudo pip3 install pycryptodome
136 方法1:通过命令“pip3 install six”,在线安装。
144 将源码放置在Linux服务器中,并安装“pip3 install six-1.14.0-py2.py3-none-any.whl”。
200 sudo apt-get install python3.8
242 sudo apt-get install python3.8
/ohos5.0/docs/en/device-dev/faqs/
H A Dfaqs-environment-setup.md24 python3 -m pip install -U pip
41 Run the following command to install **distutils**:
44 sudo apt-get install python3.8-distutils
109 1. Run the **apt-get install gcc** command to install GCC online.
130 1. Run the **apt-get install make** command to install make online.
155 Run the **apt-get install zlib** command to install zlib online.
163 2. Run the following command to install zlib:
169 # make && make install
195 1. Run the **apt-get install libffi\* -y** command to install libffi and libffi-devel online.
236 sudo apt-get install python3-apt
[all …]
H A Dfaqs-building.md19 …Uninstall Ninja and GN, and [install Ninja and GN of the required version](../get-code/gettools-id…
35 sudo apt-get install lib32ncurses5-dev
52 sudo apt-get install dosfstools mtools
96 …2. Ensure that Python 3.7 or later is installed, and then run the following command to install pyc…
99 sudo pip3 install pycryptodome
138 Method 1: Run the **pip3 install six** command to install **six** online.
147 …e code to the Linux server and run the **pip3 install six-1.14.0-py2.py3-none-any.whl** command to…
199 Run the following command to install Python. The following uses Python 3.8 as an example.
203 sudo apt-get install python3.8
241 Run the following command to install Python 3:
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-installer-sys.md156 ## BundleInstaller.install
203 | 17700017 | Failed to install the HAP since the version of the HAP to install is too early. |
239 console.info('install successfully.');
250 ## BundleInstaller.install
295 | 17700017 | Failed to install the HAP since the version of the HAP to install is too early. |
338 ## BundleInstaller.install
391 | 17700017 | Failed to install the HAP since the version of the HAP to install is too early. |
423 data.install(hapFilePaths, installParam)
1114 | 17700017 | Failed to install the HAP since the version of the HAP to install is too early. |
1191 | 17700017 | Failed to install the HAP since the version of the HAP to install is too early. |
[all …]
/ohos5.0/docs/zh-cn/contribute/template/
H A Dtools-template.md62 | install | 安装命令,用于安装应用。 |
97 bm install [-h] [-p filePath] [-u userId] [-r] [-w waitingTime] [-s hspDirPath]
118 bm install -p /data/app/ohos.app.hap
120 bm install -p /data/app/ohos.app.hap -r
122 bm install -s xxx.hsp
124 bm install -p aaa.hap -s xxx.hsp yyy.hsp
126 bm install -p /data/app/ohos.app.hap -u 100 -w 10s
/ohos5.0/docs/en/application-dev/quick-start/
H A Dapplication-package-install-uninstall.md3 This topic describes how to install, uninstall, and update an application.
6 You can install and uninstall applications by running debug commands. For details, see the [compila…
9 ![hap-intall-uninstall](figures/hap-install-uninstall-developer.png)
12 When an application has been released to the application market, consumers can install or uninstall…
15 ![hap-intall-uninstall](figures/hap-install-uninstall-user.png)
22 …cation market notifies the user of an available update, and the user can install the update by fol…
23 …the application market notifies the user of the update, and the user can install the update by fol…
/ohos5.0/docs/zh-cn/readme/
H A D包管理子系统.md50 | install | 安装命令,用来安装应用|
71 | bm install -h | 显示install支持的命令信息 |
72 | bm install -p <hap-file-path>    | 安装hap包,支持指定路径和多个hap同时安装 |
73 | bm install -p <hap-file-path> -u <user-id>   |给指定用户安装一个hap包 |
74 | bm install -r -p <hap-file-path> | 覆盖安装一个hap包 |
75 | bm install -r -p <hap-file-path> -u <user-id> | 给指定用户覆盖安装一个hap包 |
80 bm install -p /data/app/ohosapp.hap
82 bm install -p /data/app/ohosapp.hap -r
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-security-rightmanagement.md68 "reason": "install bundle",
78 "reason": "install bundle",
88 "reason": "install bundle",
106 "reason": "install bundle",
116 "reason": "install bundle",
126 "reason": "install bundle",
146 HILOG_ERROR(HILOG_MODULE_APP, "BundleManager install failed due to nullptr parameters");
151 HILOG_ERROR(HILOG_MODULE_APP, "BundleManager install failed due to permission denied");
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/
H A DREADME.md33 pip install selenium==3.141.0
53 ![](./figures/install-driver.png)
59 pip install pytest
63 pip install easyocr
67 pip install allure-pytest
/ohos5.0/base/startup/appspawn/service/hnp/installer/
H A DREADME_zh.md25 …usage:hnp <command> <args> [-u <user id>][-p <hap package name>][-i <hap install path>][-f][-s <ha…
29 install: install one hap package
30 hnp install <-u [user id]> <-p [hap package name]> <-i [hap install path]> <-f>
33 -i : [required] hap install path
44 hnp install -u 1000 -p app_sample -i /data/app_sample/ -s /data/app_hap/demo.hap -a arm64 -f
49 hnp install -u [系统用户ID] -p [hap包名] <-i [hnp安装包所在路径]> <-f>
109 执行命令:hnp install -u 100 -p baidu -i ./baidu_hnp_path -f
155 * @param installOptions Indicates install options.
/ohos5.0/foundation/bundlemanager/bundle_tool/
H A DREADME_zh.md23 | install | 安装命令,用来安装应用。 |
71 | bm install -h | 显示install支持的命令信息。-h为非必选字段。 |
72 | bm install -p \<filePath\> | 安装应用,支持指定路径和多个hap、hsp同时安装。安装应用时,-p为必选字段。 |
74 | bm install -p \<filePath\> -r | 覆盖安装一个应用,-r为非必选字段,默认支持覆盖安装。 |
75 | bm install -p \<filePath\> -r -u \<userId\> | 给指定用户覆盖安装一个应用。 |
78 | bm install -p \<filePath\> -s \<hspDirPath\> | 同时安装使用方应用和其依赖的应用间共享库。 |
85 bm install -p /data/app/ohos.app.hap
87 bm install -p /data/app/ohos.app.hap -r
89 bm install -s xxx.hsp
91 bm install -s xxx.hsp yyy.hsp
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-bundle.md22install(hapFilePaths: Array\<string>, installParam: InstallParam, callback: AsyncCallback\<void>):…
23install(hapFilePaths: Array\<string>, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,202,401,…
24install(hapFilePaths: Array\<string>, installParam?: InstallParam): Promise\<void>;<br>旧版本信息:201,2…
33install(hapFilePaths: Array\<string>, installParam: InstallParam, callback: AsyncCallback\<void>):…
34install(hapFilePaths: Array\<string>, callback: AsyncCallback\<void>): void;<br>旧版本信息:ohos.permiss…
35install(hapFilePaths: Array\<string>, installParam?: InstallParam): Promise\<void>;<br>旧版本信息:ohos.…

12345678910>>...17