Danial Manavi Posted July 6, 2018 Posted July 6, 2018 Hi guys, I'm new on linux, In the last week, I have downloaded armbian source code to build a light-weight kernel for my orangepi zero. Now, I don't need those packages that installed by armbian compile tool during building image (installed on (host/my laptop) Ubuntu 18.04 OS). How can I remove them without breaking my OS?
lrrr Posted September 3, 2018 Posted September 3, 2018 List of required packages for host is located here. https://github.com/armbian/build/blob/master/lib/general.sh#L528 Check with your apt logs to see what was installed. Ex: zgrep -n "Start-Date:\|Commandline:" /var/log/apt/history.log*
Recommended Posts