yusefnapora / pixelbook-linux

257 stars 50 forks source link

Error while installing apt packages #68

Open stoponerr opened 2 years ago

stoponerr commented 2 years ago

Here is the last task. Unsure of how to add python-apt, went looking for the package but I can only find python3-apt.

TASK [common : Install apt packages] *** [WARNING]: Updating cache and auto-installing missing dependency: python-apt fatal: [localhost]: FAILED! => {"changed": false, "cmd": "apt-get install --no-install-recommends python-apt -y -q", "msg": "E: Package 'python-apt' has no installation candidate", "rc": 100, "stderr": "E: Package 'python-apt' has no installation candidate\n", "stderr_lines": ["E: Package 'python-apt' has no installation candidate"], "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nPackage python-apt is not available, but is referred to by another package.\nThis may mean that the package is missing, has been obsoleted, or\nis only available from another source\nHowever the following packages replace it:\n python-apt-doc python3-apt-dbg:i386 python3-apt:i386 python3-apt-dbg\n python3-apt python-apt-common\n\n", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "Package python-apt is not available, but is referred to by another package.", "This may mean that the package is missing, has been obsoleted, or", "is only available from another source", "However the following packages replace it:", " python-apt-doc python3-apt-dbg:i386 python3-apt:i386 python3-apt-dbg", " python3-apt python-apt-common", ""]}