# \[SOLVED\] webOS have package manager?

**URL:** https://forum.webosose.org/t/solved-webos-have-package-manager/1367
**Category:** Uncategorized
**Created:** [May 14, 2021, 2:53am UTC](https://forum.webosose.org/t/solved-webos-have-package-manager/1367 "2021-05-14T02:53:34Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Nub00](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.webosose.org/nub00/32/499_2.png) [@Nub00](https://forum.webosose.org/u/Nub00)
#### Post date: [May 14, 2021, 2:53am UTC](https://forum.webosose.org/t/solved-webos-have-package-manager/1367/1 "2021-05-14T02:53:34Z")

</div>

Hello, there.  
I want to install package on webOS running time.

But I can't find package manager command like apt-get, dpkg, rpm, npm, pip...  
And I saw many official document. They said you must include the package you want before building the webOS.

I used an already builded image. Because my host computer was too slow to 'build images'.  
Can I install package after build image? (opencv, gcc ...)

Thanks to read.

---

<div class="post-metadata">

### Author: ![NERGI](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.webosose.org/nergi/32/364_2.png) [@NERGI](https://forum.webosose.org/u/NERGI)
#### Post date: [May 17, 2021, 12:14am UTC](https://forum.webosose.org/t/solved-webos-have-package-manager/1367/2 "2021-05-17T00:14:24Z")

</div>

Hi @Nub00 , welcome to the forum.

- The bottom line is that you have to build package to use it. (in most cases) A good news is that webOS OSE already contains opencv. After doing a few steps, you can use opencv in webOS OSE. See [Using OpenCV in webOS OSE](https://www.webosose.org/blog/2020/05/19/using-opencv-in-webos-ose/).

- We're not running a binary seed server for webOS OSE. So webOS OSE doesn't support command such as `apt-get`.

- Instead, webOS OSE supports `opkg` command, it enables to install `.ipk` files (which is built for webOS OSE) to your own webOS OSE.
