Trying to run sudo unminimize on a Jetson Nano 4 GB with Ubuntu 22.04 fails because of some minor package conflict over sleep.conf and nvidia-l4t-init. Here's an aggregated solution based on the comments in #97 for posterity.
Download systemd's .deb file:
sudo apt-get --reinstall --download-only install systemd
cd /var/cache/apt/archives/
Trying to run
sudo unminimize
on a Jetson Nano 4 GB with Ubuntu 22.04 fails because of some minor package conflict oversleep.conf
andnvidia-l4t-init
. Here's an aggregated solution based on the comments in #97 for posterity.Download systemd's
.deb
file:Now run
ls
, find out the exact filename and runAfter this,
sudo unminimize
should run successfully andsleep.conf
shouldn't cause you any more troubles.