Dear all,
here is the situation. I am right now running Raspberry Pi OS (Legacy, 64-bit) Lite (Debian Bullseye). I am running it via my RPi as a home media server power by OMV. I have some time ago made the error of assigning a static IP to the RPi. This worked for quite some time but I noticed at a later point, that doing so disabled my access to the internet when I wanted to install an OMV FTP plugin. So I reversed the change in question and regained access to the internet (I could ping google for example). But then when I wanted to install the plugin I saw that it was suddenly gone from my plugin list. Having done some research on the internet, it seemed that the issue was that an update might have been incomplete on my RPi. So I ran:
ok that is strange. So Sudo cant be found? So I checked the internet and I was told that I should try to see if Sudo is installed in the first place (up till now I was always using it). Running the following command:
Ok so sudo exists but the command is not recognized? I am confused at this point and I would need guidance to diagnose the issue and resolve it.
here is the situation. I am right now running Raspberry Pi OS (Legacy, 64-bit) Lite (Debian Bullseye). I am running it via my RPi as a home media server power by OMV. I have some time ago made the error of assigning a static IP to the RPi. This worked for quite some time but I noticed at a later point, that doing so disabled my access to the internet when I wanted to install an OMV FTP plugin. So I reversed the change in question and regained access to the internet (I could ping google for example). But then when I wanted to install the plugin I saw that it was suddenly gone from my plugin list. Having done some research on the internet, it seemed that the issue was that an update might have been incomplete on my RPi. So I ran:
Code:
test@server:~ $ Sudo apt-get update && Sudo apt-get upgrade-bash: Sudo: command not found
Code:
test@server:~ $ sudousage: sudo -h | -K | -k | -Vusage: sudo -v [-AknS] [-g group] [-h host] [-p prompt] [-u user]usage: sudo -l [-AknS] [-g group] [-h host] [-p prompt] [-U user] [-u user] [command]usage: sudo [-AbEHknPS] [-r role] [-t type] [-C num] [-D directory] [-g group] [-h host] [-p prompt] [-R directory] [-T timeout] [-u user] [VAR=value] [-i|-s] [<command>]usage: sudo -e [-AknS] [-r role] [-t type] [-C num] [-D directory] [-g group] [-h host] [-p prompt] [-R directory] [-T timeout] [-u user] file ...
Statistics: Posted by Noir — 2024-05-08 16:30 — Replies 3 — Views 85