LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Deepin
User Name
Password
Linux Deepin This forum is for the discussion of Linux Deepin.

Notices


Reply
  Search this Thread
Old 11-19-2019, 11:21 AM   #1
nolos
LQ Newbie
 
Registered: Nov 2019
Posts: 8

Rep: Reputation: Disabled
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
 
Old 11-19-2019, 08:36 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,386
Blog Entries: 28

Rep: Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164
IOS or Android?
 
Old 11-20-2019, 02:22 PM   #3
nolos
LQ Newbie
 
Registered: Nov 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
.

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
 
Old 11-20-2019, 07:16 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,386
Blog Entries: 28

Rep: Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164
Thanks for the clarification.

Check this LQ thread: https://www.linuxquestions.org/quest...sh-4175657566/
 
Old 11-20-2019, 08:38 PM   #5
nolos
LQ Newbie
 
Registered: Nov 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
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.
 
Old 11-26-2019, 12:13 PM   #6
nolos
LQ Newbie
 
Registered: Nov 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
anyone?
 
Old 11-26-2019, 01:28 PM   #7
greencedar
Senior Member
 
Registered: Sep 2018
Distribution: Linux Mint 19.1 Tessa & 19.3 Tricia
Posts: 1,314
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
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.
 
Old 11-27-2019, 08:05 AM   #8
nolos
LQ Newbie
 
Registered: Nov 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
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.
 
Old 11-28-2019, 01:08 AM   #9
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by nolos View Post
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
 
Old 11-28-2019, 08:23 AM   #10
greencedar
Senior Member
 
Registered: Sep 2018
Distribution: Linux Mint 19.1 Tessa & 19.3 Tricia
Posts: 1,314
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
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/

Last edited by greencedar; 11-28-2019 at 08:26 AM. Reason: replaced the wrong link
 
Old 11-28-2019, 09:19 AM   #11
nolos
LQ Newbie
 
Registered: Nov 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
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=
 
Old 11-28-2019, 09:30 AM   #12
nolos
LQ Newbie
 
Registered: Nov 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by greencedar View Post
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.
 
Old 11-28-2019, 06:44 PM   #13
greencedar
Senior Member
 
Registered: Sep 2018
Distribution: Linux Mint 19.1 Tessa & 19.3 Tricia
Posts: 1,314
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Quote:
Originally Posted by nolos View Post
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.
 
Old 11-29-2019, 04:01 PM   #14
greencedar
Senior Member
 
Registered: Sep 2018
Distribution: Linux Mint 19.1 Tessa & 19.3 Tricia
Posts: 1,314
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
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.
 
Old 12-05-2019, 08:24 AM   #15
nolos
LQ Newbie
 
Registered: Nov 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Try App Outlet On Xubuntu, Universal App Store for Linux Desktop! LXer Syndicated Linux News 0 10-11-2019 06:41 AM
LXer: Flathub vs. Snap Store: Which App Store Should You Use? LXer Syndicated Linux News 5 09-20-2019 01:08 PM
[SOLVED] App Store change language from Chinese to English linuxfun2000 Linux Deepin 3 07-20-2019 06:37 AM
Support Chinese in fedora 17, and Chinese input software happycoder Linux - Newbie 1 08-25-2012 11:28 AM
Print Chinese on FC6 with OOo 3.0.1 & Chinese font is installed powah Linux - Software 0 04-17-2009 12:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Deepin

All times are GMT -5. The time now is 09:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration