LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux Deepin (https://www.linuxquestions.org/questions/linux-deepin-101/)
-   -   App Store Chinese (https://www.linuxquestions.org/questions/linux-deepin-101/app-store-chinese-4175664558/)

nolos 11-19-2019 11:21 AM

App Store Chinese
 
Is there a way to change app store settings concerning on Where it downloads from? When I download an app (ex. Firefox) from the app store, it's all in Chinese

frankbell 11-19-2019 08:36 PM

IOS or Android?

nolos 11-20-2019 02:22 PM

.
 
It's Linux Deepin so I have it installed on my desktop. I am referring to the app store within deepin. Not the ios or android app store

frankbell 11-20-2019 07:16 PM

Thanks for the clarification.

Check this LQ thread: https://www.linuxquestions.org/quest...sh-4175657566/

nolos 11-20-2019 08:38 PM

Thanks for the reply. I did see that post previously but the thing is, the app store is actually in English. It's after I download the app that I see the Chinese language. It's like I'm reading everything just fine in English but when I click download it's pulling from a Chinese repo instead of the English one. Firefox is the example I have. I searched for it in English, the results came back all in English, the comments were in Chinese but I assume there could be several languages in the comments, but when I open Firefox after the install, everything is in Chinese. Weird.

nolos 11-26-2019 12:13 PM

anyone?

greencedar 11-26-2019 01:28 PM

Can you give us the following information?

1. Are you using a dual-boot OS? If so, let you know the OS information.

2. Are there any other strange behaviors in your OS that may pertain to this problem?

3. How long have you used your current OS and is this problem recent?

4. Give us the the following coding information.

Code:

~$inxi -Fxz

and

~$locale -a

Let's see what you have and work from there.

nolos 11-27-2019 08:05 AM

1. I'm using it on virtual box through Windows 10. I downloaded the distro from their website

2. Nothing so far. I haven't done much in there yet since I was waiting to see if there was a problem with the app store before I started downloading a bunch of stuff. My buddy was first to try this earlier in the morning. He first noticed the Firefox being in Chinese. The first program I tried after install was Firefox as well, and once I noticed it was in Chinese for me, I halted.

3.This was after a fresh install and I haven't changed anything at all yet as far as settings go...or anything for that matter.

4. This is my output for typing locale -a
C.
C.UTF-8
en_US.utf8
POSIX
However I get a "command not found" when typing inxi -Fxz
Note that I an a super beginner at linux so maybe I am typing it wrong. I tried all combinations including ~$inxi -Fxz, $inxi -Fxz, inxi -Fxz, and just inxi and got "command not found" on all but the one where i just typed inxi by itself. When I did that without any options at the end. it did nothing and just when to a new line with no output.



Thanks a lot.

ondoho 11-28-2019 01:08 AM

Quote:

Originally Posted by nolos (Post 6062337)
This is my output for typing locale -a
C.
C.UTF-8
en_US.utf8
POSIX

Please show us the output for
Code:

locale
instead, without the '-a'.

https://wiki.debian.org/Locale

greencedar 11-28-2019 08:23 AM

Quote:

However I get a "command not found" when typing inxi -Fxz
Note that I an a super beginner at linux so maybe I am typing it wrong. I tried all combinations including ~$inxi -Fxz, $inxi -Fxz, inxi -Fxz, and just inxi and got "command not found" on all but the one where i just typed inxi by itself. When I did that without any options at the end. it did nothing and just when to a new line with no output.
It appears that you may not have your Linux Deepin 'Universe Repository' enabled. See the attached Ubuntu article.

https://askubuntu.com/questions/1486...rse-repository

Also, if you could put your terminal information in coding form it will be better in understanding your answers. See the attached Linux Questions 'Coding' article. If you do not fully understand how to use the 'coding' aspect please let us know and we will walk you through it.

https://www.linuxquestions.org/quest...q-information/

nolos 11-28-2019 09:19 AM

Quote:

Originally Posted by ondoho (Post 6062623)
Please show us the output for
Code:

locale
instead, without the '-a'.

https://wiki.debian.org/Locale

Here's the output of locale without the -a
Code:

LANG=en_US.UTF-8
LANGUAGE=en_US
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=


nolos 11-28-2019 09:30 AM

Quote:

Originally Posted by greencedar (Post 6062734)
It appears that you may not have your Linux Deepin 'Universe Repository' enabled. See the attached Ubuntu article.

https://askubuntu.com/questions/1486...rse-repository

Also, if you could put your terminal information in coding form it will be better in understanding your answers. See the attached Linux Questions 'Coding' article. If you do not fully understand how to use the 'coding' aspect please let us know and we will walk you through it.

https://www.linuxquestions.org/quest...q-information/

Thanks but it said it was not found when running
Code:

sudo add-apt-repository univers
To my understanding, the deepin distro is now built on debian and, if thats the case, then I stumbled upon this saying there isn't a "universe" in debian. Do I have that wrong?

https://unix.stackexchange.com/quest...t-sources-list

Thanks.

greencedar 11-28-2019 06:44 PM

Quote:

Originally Posted by nolos (Post 6062769)
Thanks but it said it was not found when running
Code:

sudo add-apt-repository univers
To my understanding, the deepin distro is now built on debian and, if thats the case, then I stumbled upon this saying there isn't a "universe" in debian. Do I have that wrong?

https://unix.stackexchange.com/quest...t-sources-list

Thanks.

No, you are not wrong. My mistake. I re-read the article you stated https://unix.stackexchange.com/quest...t-sources-list and it states:

Quote:

Simple. There's not Universe, universe, nor another permutation in Debian. This is a Ubuntu and derivatives only component. The only components you will find in debian are main, contrib and non-free. Only those.

greencedar 11-29-2019 04:01 PM

What version of Deepin Linux do you use? I suspect it is version 15.7 but I am not sure.

Also, according the following link, https://www.ostechnix.com/how-to-fin...ls-using-inxi/ ,you should be able to use inxi -Fxz in order to get your OS information. This OS information will help us know more fully what we are dealing with. Because you have previously told us that inxi -Fxz does not work I suspect that you do not have inxi installed, and enabled, on your OS.

Quote:

On Debian / Ubuntu and derivatives:

$ sudo apt-get install inxi
In any case, we need to know what version you are now using in order to know how to proceed.

nolos 12-05-2019 08:24 AM

Sorry, been ill for a few days. I installed the package like you suggested and then the command worked. Here is the output of the inxi -Fxz

Code:

System:    Host: nick-linux Kernel: 4.15.0-30deepin-generic x86_64 (64 bit gcc: 6.3.0)
          Desktop: Gnome  (Gtk 3.22.11-1deepin) Distro: Deepin 15
Machine:  Device: oracle System: innotek product: VirtualBox v: 1.2
          Mobo: Oracle model: VirtualBox v: 1.2 BIOS: innotek v: VirtualBox date: 12/01/2006
CPU:      Dual core Intel Core i7-6700K (-MCP-) cache: 8192 KB
          flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3) bmips: 16032
          clock speeds: max: 4007 MHz 1: 4007 MHz 2: 4007 MHz
Graphics:  Card: VMware SVGA II Adapter bus-ID: 00:02.0
          Display Server: X.Org 1.19.6 drivers: vmware (unloaded: modesetting,fbdev,vesa)
          Resolution: 1440x900@59.89hz
          GLX Renderer: llvmpipe (LLVM 6.0, 256 bits)
          GLX Version: 3.1 Mesa 18.1.9 Direct Rendering: Yes
Audio:    Card Intel 82801AA AC'97 Audio Controller
          driver: snd_intel8x0 ports: d100 d200 bus-ID: 00:05.0
          Sound: Advanced Linux Sound Architecture v: k4.15.0-30deepin-generic
Network:  Card: Intel 82540EM Gigabit Ethernet Controller
          driver: e1000 v: 7.3.21-k8-NAPI port: d020 bus-ID: 00:03.0
          IF: enp0s3 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives:    HDD Total Size: 42.9GB (24.8% used)
          ID-1: /dev/sda model: VBOX_HARDDISK size: 42.9GB
Partition: ID-1: / size: 40G used: 10G (27%) fs: ext4 dev: /dev/sda1
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:  None detected - is lm-sensors installed and configured?
Info:      Processes: 148 Uptime: 1 min Memory: 492.2/1993.3MB
          Init: systemd runlevel: 5 Gcc sys: 6.3.0 Client: Shell (bash 4.4.121) inxi: 2.3.5



All times are GMT -5. The time now is 07:49 PM.