Ubuntu uses packages from Debian (it is based on Debian).
I wonder what extra packages or package classes are added to Ubuntu?
I expect to see some proprietary software, some extra office software, some build-in adware...
Let's compare with latest stable releases. But it doesn't hurt if you add some important historical notes too...
I am talking only about official upstream package repositories. No need to talk about PPA.
I am not interested in branding or styling or release cycle or support or whatever discussed at How is Ubuntu different from Debian? difference. Only about the difference in packages and that link doesn't tell anything related they I haven't mentioned in my question.
testing
or there are extra packages on top of Debian? – gavenkoa Oct 27 '18 at 13:03apt list
plus some additional CLI magic (sort
,uniq
,awk
, etc.) should do the trick. You should try to do it yourself as an exercise. – fkraiem Oct 27 '18 at 13:16