LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 11-21-2022, 01:39 AM   #16
LisaMarie78
LQ Newbie
 
Registered: Oct 2022
Posts: 12

Original Poster
Rep: Reputation: 0
I CANNOT


Quote:
Originally Posted by pan64 View Post
So can you post this file?
NO I CANNOT Here is what I get when I try.
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2022-11-21 2.23.20 AM.png
Views:	17
Size:	39.5 KB
ID:	39898  
 
Old 11-21-2022, 01:51 AM   #17
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,804

Rep: Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306
Quote:
Originally Posted by LisaMarie78 View Post
NO I CANNOT Here is what I get when I try.
You can, just you need to learn how to do that (= how to read a file and post the content). Posting the same picture several times will not help.
 
Old 11-21-2022, 02:37 AM   #18
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,969
Blog Entries: 32

Rep: Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464
LisaMarie78,

You have entered the following:

Code:
/etc/apt/sources.list
You must enter:

Code:
cat /etc/apt/sources.list
Then do a screenshot and post it.
 
Old 03-18-2023, 01:04 AM   #19
LisaMarie78
LQ Newbie
 
Registered: Oct 2022
Posts: 12

Original Poster
Rep: Reputation: 0
HELP

beachboy2 here is the screen shot sorry it took so long I am frustrated with this thing and just didn't bother getting on it for a long while the I was in the ice in the hospital for a while but here it is I can not do a darn thing.
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2023-03-18 1.55.42 AM.png
Views:	18
Size:	59.4 KB
ID:	40625  
 
Old 03-18-2023, 01:11 AM   #20
LisaMarie78
LQ Newbie
 
Registered: Oct 2022
Posts: 12

Original Poster
Rep: Reputation: 0
beachboy2

hello it's Lisa again here is another screenshot of doing it with
cat/etc/apt/sources.list and the other nothing is working at all.
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2023-03-18 2.05.53 AM.png
Views:	11
Size:	84.7 KB
ID:	40626   Click image for larger version

Name:	Screenshot 2023-03-18 1.55.42 AM.png
Views:	10
Size:	59.4 KB
ID:	40627  
 
Old 03-18-2023, 03:55 AM   #21
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,969
Blog Entries: 32

Rep: Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464
LisaMarie78,

Please read post #12 again carefully.

You need to enter this command:

Code:
sudo nano /etc/apt/sources.list
You are less likely to make a mistake if you copy and paste this command into Terminal.

As suggested earlier, take a screenshot (Print Scrn key) of the file and then close the file using the combination of Ctrl + X.

Then post the screenshot on here using Additional items > Attach files (below the main text box).

Last edited by beachboy2; 03-18-2023 at 03:58 AM.
 
Old 03-18-2023, 05:04 AM   #22
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,567
Blog Entries: 19

Rep: Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447
You have written all your command lines without any spaces in them. No wonder your computer cannot understand them. It's like writing wordswithoutspaceslikethis.

A typical command consists of a single word (think of it as a verb) followed by separate words for the things you want the command to act on (think of them as nouns).
 
Old 03-18-2023, 04:19 PM   #23
LisaMarie78
LQ Newbie
 
Registered: Oct 2022
Posts: 12

Original Poster
Rep: Reputation: 0
Linux terminal output

Quote:
Originally Posted by pan64 View Post
you need to run: cat /etc/apt/sources.list (and post the output)
here is the Linux terminal output shot in the attachment of what is going on sorry I am clueless with this Chromebook that is why I never owned a Chromebook.
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2023-03-18 5.13.16 PM.png
Views:	16
Size:	78.9 KB
ID:	40635  
 
Old 03-18-2023, 04:27 PM   #24
LisaMarie78
LQ Newbie
 
Registered: Oct 2022
Posts: 12

Original Poster
Rep: Reputation: 0
Screenshot

Quote:
Originally Posted by beachboy2 View Post
LisaMarie78,

The solution to your problem is outlined in post #2.

You need to open the file, /etc/apt/sources.list in Terminal with the command:

Code:
sudo nano /etc/apt/sources.list
Debian’s default text editor is nano.

If you are not familiar with nano, here are two links which may be helpful:

https://www.hostinger.co.uk/tutorial...no-text-editor

https://www.tecmint.com/learn-nano-t...itor-in-linux/

Personally I would install gedit, since it is much simpler to use:

Code:
sudo apt install gedit
Of course this probably will not work because of the problem with your sources list and therefore you will be obliged to use nano in the first instance.

Once you have opened the sources list using:

Code:
sudo nano /etc/apt/sources.list
take a screenshot (Print Scrn key) and then close the file using the combination of Ctrl + X.

Then post the screenshot on here using Additional items > Attach files (below the main text box).
now what am I suppose to do here is the screenshot of what I did as you stated above sorry for the frustration with me.
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2023-03-18 5.24.43 PM.png
Views:	12
Size:	106.1 KB
ID:	40636  
 
Old 03-18-2023, 08:21 PM   #25
LisaMarie78
LQ Newbie
 
Registered: Oct 2022
Posts: 12

Original Poster
Rep: Reputation: 0
Screenshots from linux

HEre are all the output for my Linux Beachboy2
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2023-03-18 1.55.42 AM.png
Views:	10
Size:	59.4 KB
ID:	40638   Click image for larger version

Name:	Screenshot 2023-03-18 2.05.53 AM.png
Views:	7
Size:	84.7 KB
ID:	40639   Click image for larger version

Name:	Screenshot 2023-03-18 2.09.37 AM.png
Views:	7
Size:	104.4 KB
ID:	40640   Click image for larger version

Name:	Screenshot 2023-03-18 5.13.16 PM.png
Views:	7
Size:	78.9 KB
ID:	40641   Click image for larger version

Name:	Screenshot 2023-03-18 5.24.43 PM.png
Views:	8
Size:	106.1 KB
ID:	40642  

 
Old 03-18-2023, 09:06 PM   #26
LisaMarie78
LQ Newbie
 
Registered: Oct 2022
Posts: 12

Original Poster
Rep: Reputation: 0
what's this Ya all I still cannot update linux

what's this Ya all I still cannot update linux and I cannot remove wines either through the terminal because ever since I installed that it is when all the problems I have with linux seems like it's because of wines program and I want to uninstall it!
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2023-03-18 9.58.46 PM.png
Views:	13
Size:	219.6 KB
ID:	40643   Click image for larger version

Name:	Screenshot 2023-03-18 9.56.50 PM.jpg
Views:	13
Size:	112.1 KB
ID:	40644  
 
Old 03-19-2023, 12:59 AM   #27
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,567
Blog Entries: 19

Rep: Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447Reputation: 4447
I can't make anything of the last two images (probably because I don't know anything about chromebooks ), but the previous requested ones show that you are still running commands together. sudo is a command for temporarily gaining root privileges. The first argument it takes is another command, nano, which is a simple editor. This is the program you want to run as root. Then comes nano's argument, the full name of the file that you wish to edit. Space it out properly and it will work.
 
Old 03-19-2023, 03:24 AM   #28
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,969
Blog Entries: 32

Rep: Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464
LisaMarie78,

I am not sure what you are trying to do.

I refer to the sources.list in post #24:

If you are trying to remove one or both of the bottom 2 lines of text which refer to Wine, then do the following.

Move the cursor using the Down arrow to the beginning of the line you wish to delete and press CTRL + K.
(Repeat if necessary).

To exit from the editor, press CTRL + X.

If there are changes, it will ask you whether to save them or not.

Input Y for Yes, then press Enter.

For an Example sources.list for Debian, visit:
https://wiki.debian.org/SourcesList

Note that you are using Debian 10 (Buster), not Debian 11 (Bullseye), which is referred to in the above link.
 
Old 03-19-2023, 01:33 PM   #29
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,680

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
Quote:
d#Generated by DistroBuilder
This is line 1 and there appears to be something like the letter d in front of the comment (#...) that might be causing the problem. There could be some other non-printable characters but see what happens when you delete the d. Please make a backup copy of the sources.list file for safety.
 
1 members found this post helpful.
Old 03-19-2023, 03:06 PM   #30
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,969
Blog Entries: 32

Rep: Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464
michaelk,

Well spotted!
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
boot sector and lilo collapse !!!!! URGENT URGENT URGEN !!!!! frelihm Linux - Software 21 12-02-2009 10:21 AM
Urgent Question Regarding Urgent Questions! Need Help Now! Crashed_Again LQ Suggestions & Feedback 11 10-17-2007 08:07 PM
Urgent..Im Having A Nightmare..Urgent!!!! midgcool Linux - Software 41 11-30-2004 10:19 AM
Urgent Urgent !!!! Mozilla Keeps All Your Deleted Emails !!!! odin123 Linux - Software 2 01-31-2004 02:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 02:45 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