I upgraded my Breezy Linode to Dapper and it broke aptitude. I then decided to start from scratch to make sure I hadn't messed up somehow. This is exactly what I did, starting from a fresh "Ubuntu 5.10 Disk Image":
# aptitude update
# aptitude upgrade
Changed /etc/apt/sources.list to:
Code:
deb http://us.archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse
# aptitude update
# aptitude dist-upgrade
Now that it's Dapper, whenever I use aptitude I get a segmentation fault:
Code:
# aptitude update
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
Segmentation fault
Has anyone else upgraded their Ubuntu distribution to Dapper successfully? I really need Dapper, and suppose I can do without aptitude (apt-get seems to work), but I'd rather not.
Maturin