Coder Social home page Coder Social logo

Comments (7)

SERBA2121 avatar SERBA2121 commented on July 21, 2024 5

When will this problem be fixed?

from apx.

MordechaiShebuel avatar MordechaiShebuel commented on July 21, 2024 1

I found a temporary solution to this issue.

  1. Open Vanilla Os Control Center
  2. Click on the "Sub System" tab.
  3. type su this will log you into the container as root.
  4. type passwd ubuntu and enter the password you want for the ubuntu user.
  5. you'll next need to edit the sudoers file, so type apt-get install nano (or vi if you prefer)
  6. type nano /etc/sudoers below this line:
# User privilege specification
root    ALL=(ALL:ALL) ALL

add this:
ubuntu ALL=(ALL:ALL) ALL
7. Save the file, and close the container.
8. Test the results, it should work.

from apx.

Valeriooooh avatar Valeriooooh commented on July 21, 2024

same problem here, how does vanilla install ubuntu packages? is it with podman?

from apx.

taukakao avatar taukakao commented on July 21, 2024

apx uses distrobox which uses podman in the case of vanilla, yeah.

from apx.

luizmarinhojr avatar luizmarinhojr commented on July 21, 2024

Same problem here too. Does anyone know that password?

from apx.

taukakao avatar taukakao commented on July 21, 2024

The ubuntu user cannot be logged into. It doesn't have a password.
The container is currently not usable. You have to use a different container, for example fedora with "apx --dnf"

from apx.

nxjosephofficial avatar nxjosephofficial commented on July 21, 2024

I have the same problem too.

from apx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.