# Add Ubuntu package in Ubuntu-base

Source: [https://docs.qualcomm.com/doc/80-88500-2/topic/32_Add_Ubuntu_package_in_Ubuntu_base.html](https://docs.qualcomm.com/doc/80-88500-2/topic/32_Add_Ubuntu_package_in_Ubuntu_base.html)

To ensure that the target device has the same libs, we must install the following Ubuntu packages in the Ubuntu root file system:

    UBUN_MULTIMEDIA_PACKAFES  += " ubuntu-package-name "Copy to clipboard

For example, the setting for `libcap` is shown in the following code:

    UBUN_MULTIMEDIA_PACKAFES  += " libcap2  \
                                       libcap-dev \
    
                                 "Copy to clipboard

**Parent Topic:** [Add dependency](https://docs.qualcomm.com/doc/80-88500-2/topic/27_Add_dependency.html)

Last Published: Aug 18, 2023

[Previous Topic
Disable the recipes found in OpenEmbedded](https://docs.qualcomm.com/bundle/publicresource/80-88500-2/topics/31_Disable_the_recipes_found_in_OpenEmbedded.md) [Next Topic
Check the Ubuntu build](https://docs.qualcomm.com/bundle/publicresource/80-88500-2/topics/33_Check_the_Ubuntu_build.md)