Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3424

General Questions • Terminal translation problem?

$
0
0
My system is installed in Spanish.

When going to the terminal 'without using LANG=C' it was never able to install this application, systemback, the steps:

Code:

$ git clone https://github.com/fconidi/systemback-install_pack-1.9.4.git$ cd systemback-install_pack-1.9.4/$ chmod +x install.sh$ sudo ./install.sh

because at the end it gave an error, [asking for the use of '--allow' and then after i typed '--allow' another output, 'do not recognize this command'... ] (?)

After many attempts it occurred to me to use LANG=C in the commands and it was installed ...

Code:

keos@kaos:~$ LANG=C git clone https://github.com/fconidi/systemback-install_pack-1.9.4.gitfatal: destination path 'systemback-install_pack-1.9.4' already exists and is not an empty directory.keos@kaos:~$ cd systemback-install_pack-1.9.4/keos@kaos:~/systemback-install_pack-1.9.4$ chmod +x install.shkeos@kaos:~/systemback-install_pack-1.9.4$ LANG=C sudo ./install.sh[sudo] password for keos:  Press 'A' to abort the installation, or select one of the following releases:  1 ─ Debian 10.0 (Buster)  2 ─ Ubuntu 20.04 (Focal Fossa)  3 ─ Ubuntu 18.04 (Bionic Beaver)1(Reading database ... 251253 files and directories currently installed.)Preparing to unpack .../systemback-efiboot-amd64_1.9.4_all.deb ...Unpacking systemback-efiboot-amd64 (1.9.4) over (1.9.4) ...Preparing to unpack .../systemback-locales_1.9.4_all.deb ...Unpacking systemback-locales (1.9.4) over (1.9.4) ...Preparing to unpack .../libsystemback_1.9.4_amd64.deb ...Unpacking libsystemback (1.9.4) over (1.9.4) ...Preparing to unpack .../systemback-cli_1.9.4_amd64.deb ...Unpacking systemback-cli (1.9.4) over (1.9.4) ...Preparing to unpack .../systemback-scheduler_1.9.4_amd64.deb ...Unpacking systemback-scheduler (1.9.4) over (1.9.4) ...Preparing to unpack .../systemback_1.9.4_amd64.deb ...Unpacking systemback (1.9.4) over (1.9.4) ...Setting up systemback-efiboot-amd64 (1.9.4) ...Setting up systemback-locales (1.9.4) ...Setting up libsystemback (1.9.4) ...Setting up systemback-cli (1.9.4) ...Setting up systemback-scheduler (1.9.4) ...Setting up systemback (1.9.4) ...Processing triggers for man-db (2.11.2-2) ...Processing triggers for desktop-file-utils (0.26-1) ...Processing triggers for mailcap (3.70+nmu1) ...Processing triggers for hicolor-icon-theme (0.17-2) ...keos@kaos:~/systemback-install_pack-1.9.4$


*I wonder if this procedure is normal, or if I am missing something to install in the system, some form of configuration ... any suggestions ... Thank you.

Statistics: Posted by keos — 2024-02-13 15:27 — Replies 0 — Views 10



Viewing all articles
Browse latest Browse all 3424

Trending Articles