I am developing a offline installer for ubuntu all version. I need ubuntu's default installed packages list. We can get installed packages list by command in ubuntu
dpkg --get-selected
But is there any way to get this information from any server(web server). Any script to fetch any ubuntu version's default installed packages list.
I will give ubuntu version and script will fetch packages list.
Note: I need at least a server address. I can write script for this.
