Bleachbit erease LANG=C [solved] 13 December 2017, 16:56:10 Hi,After finish with all configuration and some package installations -- as allways -- i run bleachbit (of course, without to mark memory and translation options). 1.15 GB were ereased ... and now i'm not able to use the command LANG=C anymore.Do i have to reinstall the system?Bleachbit ... can't be used in Artix?Thanks. Last Edit: 14 December 2017, 18:44:22 by keos
Re: Bleachbit erease LANG=C Reply #1 – 13 December 2017, 20:21:24 I don't get it...LANG=C is not a command, you are just setting the environment variable LANG into the value C for the command that you run after it. What you mean when you say that you are not able to use it?
Re: Bleachbit erease LANG=C Reply #2 – 13 December 2017, 20:49:05 What does the output of the command "locale" say?
Re: Bleachbit erease LANG=C Reply #3 – 14 December 2017, 18:43:21 everything is ok, i was doing something wrong sorry Well, i think it deserve an explanation. It is the first time i see this order/value to translate into english ... so in my mind ... i was dealing with a command and i was placing LANG=C after and not before the real command. Last Edit: 14 December 2017, 19:05:26 by keos
Re: Bleachbit erease LANG=C [solved] Reply #4 – 14 December 2017, 19:51:42 Yes, the order is important. If it is before the command it is treated as an environmental variable. If it is after the command it is treated as a argument for the command.