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

Stuck while installing apt packages on Pixelbook GO (Ubuntu 22.04 LTS) #71

Open
mateowoetam opened this issue Jun 8, 2022 · 1 comment

Comments

@mateowoetam
Copy link

mateowoetam commented Jun 8, 2022

PLAY [all] *******************************************************************************************

TASK [Gathering Facts] *******************************************************************************
ok: [localhost]

TASK [Install pre-requisites] ************************************************************************

TASK [common : install OS packages] ******************************************************************
included: /home/mateo/pixelbook-linux/ansible/roles/common/tasks/packages-Ubuntu.yml for localhost

TASK [common : Install apt packages] *****************************************************************

it has been like that for 30min and doesn't do anything

@mateowoetam mateowoetam changed the title Error while installing apt packages on Pixelbook GO Stuck while installing apt packages on Pixelbook GO Jun 8, 2022
@mateowoetam mateowoetam changed the title Stuck while installing apt packages on Pixelbook GO Stuck while installing apt packages on Pixelbook GO (Ubuntu 22.04 LTS) Jun 8, 2022
@MichaelCache
Copy link

from ansible playbook file of ansible/roles/common/tasks/packages-Ubuntu.yml we can see that this TASK [common : Install apt packages] is a job to install packages from apt-get repo.
If you stuck here, may check your net connection to repo.
here's packages list of this task want install:

      # essential build tools (gcc, make, etc)
      - build-essential
      - libtool
      - python
      - python3
      - pkg-config

      # Needed for mounting recovery image
      - kpartx

      # Audio / CRAS dependencies
      - acpid
      - libudev-dev
      - libsbc-dev
      - libalsaplayer-dev
      - libiniparser-dev
      - ladspa-sdk
      - libspeex-dev
      - libspeexdsp-dev
      - libasound2-dev

you can install these packages yourself

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

2 participants