Linux DeepinThis forum is for the discussion of Linux Deepin.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
You have still not provided any details about what you're trying to do, what you're running, error(s)/message(s) you're seeing, etc. We can't guess when all we have to work with is "no longer works". Again, read the LQ Rules and "Question Guidelines".
We can't do anything since you have provided absolutely no information for us to help troubleshoot the problem. You on the other hand need to read the following: https://www.linuxquestions.org/quest...hp?faq=welcome
Read the entire thing, but pay particular close attention to these parts:
Quote:
Originally Posted by https://www.linuxquestions.org/quest...hp?faq=welcome
* When asking a question, be sure to provide as many relevant details as possible. You should include the distribution and version you're using, along with hardware details, application version and exact error messages where applicable.
* Using a descriptive title will vastly increase the number of members who see your thread, and therefore make a response significantly more likely.
* If you're actively troubleshooting an issue you should also include any steps you've already taken.
We can't do anything since you have provided absolutely no information for us to help troubleshoot the problem. You on the other hand need to read the following: https://www.linuxquestions.org/quest...hp?faq=welcome
Read the entire thing, but pay particular close attention to these parts:
Yes; this is what the OP has been told previously.
Hello, the package installer no longer works! What can you do? Thank you
...and, from the DUPLICATE thread opened...
Quote:
Originally Posted by Mücke
Hello, I have Deepin 20.4 installed! Now the package Installer is no longer! When clicking open the Orpgram no longer opens! Thanks for an answer!
Is there some reason you can't have posted this here, rather than opening a duplicate thread???
Have you actually done/tried anything, or tried to look up what's going on? Was this working and if so, what changed on your system? You can simply try running "sudo apt-get update" from a terminal, and see if things update there, or at least it will give you some information. But just saying "I clicked it and it doesn't work!" gives us nothing to go on.
Is there some reason you can't have posted this here, rather than opening a duplicate thread???
Have you actually done/tried anything, or tried to look up what's going on? Was this working and if so, what changed on your system? You can simply try running "sudo apt-get update" from a terminal, and see if things update there, or at least it will give you some information. But just saying "I clicked it and it doesn't work!" gives us nothing to go on.
The result in terminal ( sudo apt-get update:E: Malformed entry 1 in list file /etc/apt/sources.list.d/winehq.list (Component)
E: The list of sources could not be read.
Distribution: Ubuntu based stuff for the most part
Posts: 1,055
Rep:
Quote:
Originally Posted by Mücke
The result in terminal ( sudo apt-get update:E: Malformed entry 1 in list file /etc/apt/sources.list.d/winehq.list (Component)
E: The list of sources could not be read.
The error message says what the problem is. /etc/apt/sources.list.d/winehq.list has a malformed entry, which means a typo. Open the file in a text editor and see if you can spot the error.
If you can't spot the error, post the file in one of the other threads or open a new one. Better yet, post it on your Instagram page and we can follow up with some Twitter posts.
If you can't spot the error, post the file in one of the other threads or open a new one. Better yet, post it on your Instagram page and we can follow up with some Twitter posts.
That was sarcasm. The rest of uteck's post was important & helpful, so please do that, Mücke!
Personally, I'd love to see you come around and start solving problems with our help.
The error message says what the problem is. /etc/apt/sources.list.d/winehq.list has a malformed entry, which means a typo. Open the file in a text editor and see if you can spot the error.
If you can't spot the error, post the file in one of the other threads or open a new one. Better yet, post it on your Instagram page and we can follow up with some Twitter posts.
Thanks for the answer! I want to mention that I am absolute Newbi in Linux !!!Can not recognize what's wrong with this file !!! Open with text editor! Have no idea!
Thanks for the answer! I want to mention that I am absolute Newbi in Linux !!!Can not recognize what's wrong with this file !!! Open with text editor! Have no idea!
Stop with the exclamation points, and try to think about what you're getting told.
As uteck said, "The error message says what the problem is. /etc/apt/sources.list.d/winehq.list has a malformed entry, which means a typo. Open the file in a text editor and see if you can spot the error."
So you now know the file name, where it is, where the error is, and what to do to correct it. Putting "how to edit source list in deepin" into Google pulls up MANY things...like this from the Deepin wiki: https://wiki.deepin.org/wiki/Softwar...fered%20source.
Code:
sudo gedit /etc/apt/sources.list
After modification, update local cache of software source:
sudo apt-get update
Stop with the exclamation points, and try to think about what you're getting told.
As uteck said, "The error message says what the problem is. /etc/apt/sources.list.d/winehq.list has a malformed entry, which means a typo. Open the file in a text editor and see if you can spot the error."
So you now know the file name, where it is, where the error is, and what to do to correct it. Putting "how to edit source list in deepin" into Google pulls up MANY things...like this from the Deepin wiki: https://wiki.deepin.org/wiki/Softwar...fered%20source.
Code:
sudo gedit /etc/apt/sources.list
After modification, update local cache of software source:
sudo apt-get update
Resultat:
sudo gedit /etc/apt/sources.list
Verification successful
Sudo: Gedit: command not found
Verification successful
Sudo: Gedit: command not found
This is an English only forum; post in English. And still no idea what you're saying here...is it successful or not?? And Linux is case-sensitive, so Gedit is not the same as gedit..and before you type it in, find out the path (since it's not working for sudo) by typing in "which gedit". Or use any other text editor like vi, emacs, or nano, which run from the terminal.
And since you seemingly didn't read the page that was looked up for you, and handed to you, you'd also see there is a way to do this WITHOUT going through gedit, and instead going through the GUI. Go back, read what you were given.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.