i am aiming to upgrade to 22.04 after the Xubuntu flavor comes out. i am currently running Xubuntu 18.04 LTS and have skipped 20.04 LTS. i have installed many packages on 18.04 and want to install as many of these on 22.04 as i can.
the big problem i had with my upgrade from 16.04 to 18.04 was that many package names changed. for 18.04 to 22.04. i want to plan this out better. i am looking for a map of these package name changes so that i can make a script to install all the packages i need to make the new system be like the previous one. maybe 18.04 to 22.04 is too big of a jump for one map. two maps, one for 18.04 to 20.04 and one for 20.04 to 22.04 can be used.
i do not have a separate list of what i have added. i only have a list of what i have now which i get from doing:
does anyone know of any such maps and where to get them?
the big problem i had with my upgrade from 16.04 to 18.04 was that many package names changed. for 18.04 to 22.04. i want to plan this out better. i am looking for a map of these package name changes so that i can make a script to install all the packages i need to make the new system be like the previous one. maybe 18.04 to 22.04 is too big of a jump for one map. two maps, one for 18.04 to 20.04 and one for 20.04 to 22.04 can be used.
i do not have a separate list of what i have added. i only have a list of what i have now which i get from doing:
Code:
dpkg -l|awk '{if($1=="ii"){print $2,$4,$3;}}'