Page 1 of 1

How to use tasksel?

Posted: Fri Sep 03, 2021 8:13 am
by je55eah

Tasksel is a program that is widely recommended for installing large package collections.

Here's what I've done so far.

Code: Select all

apt-get update
apt-get upgrade
apt install tasksel
apt install debhelper dpkg-dev gettext po-debconf
apt-get install -f
dpkg --configure -a
tasksel install desktop

Code: Select all

tasksel --new-install 

has a similar outcome

This is what happens.

Code: Select all

tasksel: apt-get failed (100)

df -h reports the following available memory

tmpfs 3.8G /mnt/live
devtmpfs 10M /dev
/dev/sda3 74G /mnt/live/mnt/sda3
/dev/loop0 4.0G /mnt/live/memory/changes
aufs 4.0G /
/dev/loop1 0 ...
/dev/loop2 0 ...
tmpfs 722M /run
tmpfs 5.0M /run/lock
tmpfs 1.6G /dev/shm
cgroup 12K /sys/fs/cgroup
tmpfs 773M /run/user/0

How should I proceed?

The best resources I found so far are these:
https://superuser.com/questions/1629058 ... ing-ubuntu
https://superuser.com/questions/1280568 ... failed-100


Re: How to use tasksel?

Posted: Fri Sep 03, 2021 5:30 pm
by fredx181

tasksel doesn't work for me either, did a web search (as you probably did too) but the solutions provided didn't work for me, so... no idea how to fix.


Re: How to use tasksel?

Posted: Sat Sep 04, 2021 2:12 am
by je55eah

Thanks for trying. Is there a place to look for logs that might help me understand the problem?