Risultati per il tag: pacman
-
Bash scripting: check for and install missing dependencies
(1 gennaio 2012, ore 16:49)
Sometimes we need some dependencies are installed on the operating system to run a bash script. So you can create a script that installs the missing dependencies. After making a list of required dependencies, there are two ways to do this: pass the entire list to the package manager. Then the package manager will check […]
-
Bash scripting: verificare e installare dipendenze mancanti
(10 ottobre 2011, ore 15:58)
Mettiamo che – come nel mio caso – state scrivendo uno script (magari proprio in bash, ma – perché no… – anche in altri linguaggi) che ha bisogno che sul sistema siano correttamente installate determinate dipendenze, utili alla sua esecuzione . Mettiamo che – come nel mio caso – avete previsto uno script bash che […]