Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm unable to install any Tizen packages #6

Closed
geethu-rajasekharan opened this issue Mar 31, 2023 · 7 comments
Closed

I'm unable to install any Tizen packages #6

geethu-rajasekharan opened this issue Mar 31, 2023 · 7 comments

Comments

@geethu-rajasekharan
Copy link

Hi,

I am unable to install a certificate for packaging my app. When I troubleshot, it turns out that the certificate manager is not installed. So then I tried listing the packagees installed/ the ones available. the package-manager-cli is also not recognizable. Am I missing something?

@vitalets
Copy link
Owner

Hi @geethu-rajasekharan Sorry for the silence.
If it's still relevant, could you try with the latest 3.0 tag that contains Tizen Studio 5.5?

@Ricrdsson1
Copy link
Contributor

Ricrdsson1 commented Nov 28, 2023

Yes, this really doesn't work. It's because you can't run package-manager-cli.bin as root. @vitalets Why are we acting as root user?

@Ricrdsson1
Copy link
Contributor

Ricrdsson1 commented Nov 28, 2023

Ok, it seems that running docker with docker run --user developer solves the problem

@geethurajasekharan
Copy link

Yeah we did that. We created a new user and gave it the requisite permissions using the root user.

@vitalets
Copy link
Owner

vitalets commented Nov 28, 2023

Guys, could you provide more details and I will add it to readme? developer user should be created on the host machine? As now in readme we explicitly ask to run as a root.

@Ricrdsson1
Copy link
Contributor

Just don't use the command
docker run -it --rm -v tvdata:/home/developer vitalets/tizen-webos-sdk bash
But fix it to docker run --user developer -it --rm -v tvdata:/home/developer vitalets/tizen-webos-sdk bash

This will switch the root user to the developer user. But it may cause other problems elsewhere with permissions.

@vitalets
Copy link
Owner

Updated readme, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants