34 days without booting? Are you using a Debian system and don’t update often? You should, for security patches at least. I’m on an Arch based system and update every day. Sometimes there are updates that require a reboot, so all services are up to date. My system is often up for a few days, sometimes even for a week.
Small tip, logging out and in will have a semi clean environment without a full boot. That means the uptime won’t reset.
I assume this one line is the entire script. At least from what you provide, it should be impossible not to have the rest of the string passed over to apt. First make sure the string is build correctly and output with echo. For testing, replace the
apt install
withecho
, to see if the entire argument line is build correctly… I don’t use apt, so cannot test it here.BTW is it correct to put the file extension “.deb” when installing packages from repository? Maybe this causes an issue. Try it without the extension.
Another Edit. What happens if you run the command
apt install 1.6.5/opensnitch_1.6.5_amd64.deb 1.6.5/python3-opensnitch-ui_1.6.5_all.deb
in the terminal directly? Is this the correct command at all?