Today I downloaded the kubuntu edgy alternate iso (kubuntu- edgy-20060811). I installed server (so I choosed the install-server menu instead of the kubuntu-desktop) on my machine. The installation went fine.
After I finished the installation, I replace my sources.list file with this one: # main restricted universe multiverse deb http://de.archive.ubuntu.com/ubuntu edgy main restricted universe multiverse deb-src http://de.archive.ubuntu.com/ubuntu edgy main restricted universe multiverse # updates main restricted universe multiverse deb http://de.archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse deb-src http://de.archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse # security main restricted universe multiverse deb http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse I run: apt-get update aptitude install openssh aptitude install ssh This part went fine too. After fire up aptitude in ncourse mode, to change the dependecy handling. I switched off the dependecy handling/Remove unused packages automatically. After I typed: # aptitude install kubuntu-desktop Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done Building tag database... Done Segmentation fault So I also encountered this problem. However check this out: [EMAIL PROTECTED]:~# aptitude purge ssh Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done Building tag database... Done The following packages will be REMOVED: ssh{p} 0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded. Need to get 0B of archives. After unpacking 32.8kB will be freed. Do you want to continue? [Y/n/?] Writing extended state information... Done (Reading database ... 15927 files and directories currently installed.) Removing ssh ... [EMAIL PROTECTED]:~# aptitude install kubuntu-desktop Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done Building tag database... Done Segmentation fault [EMAIL PROTECTED]:~# aptitude install ssh Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done Building tag database... Done The following NEW packages will be installed: ssh 0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/1056B of archives. After unpacking 32.8kB will be used. Writing extended state information... Done Selecting previously deselected package ssh. (Reading database ... 15926 files and directories currently installed.) Unpacking ssh (from .../ssh_1%3a4.3p2-2ubuntu4_all.deb) ... Setting up ssh (4.3p2-2ubuntu4) ... Strange. -- aptitude: Segmentation fault https://launchpad.net/bugs/28139 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs