Hello.
I've generated the list with all packages that I have installed on my system using this command :
that has produced this list :
https://pastebin.ubuntu.com/p/3fCY3hFRCG/
someone wrote a nice script that can reinstall automatically every package saved on that list ? I mean,the script should cut all the unnecessary stuff and should be able to create automatically something like this :
pkg install -Rf package1 package2 package3 and so on,until the last one.
I think that it would be very useful.
I've generated the list with all packages that I have installed on my system using this command :
Code:
/usr/local/sbin/pkg-static info -g -Ea
that has produced this list :
https://pastebin.ubuntu.com/p/3fCY3hFRCG/
someone wrote a nice script that can reinstall automatically every package saved on that list ? I mean,the script should cut all the unnecessary stuff and should be able to create automatically something like this :
pkg install -Rf package1 package2 package3 and so on,until the last one.
I think that it would be very useful.