LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-17-2018, 06:38 PM   #16
Enerbite
LQ Newbie
 
Registered: Jul 2018
Posts: 27

Original Poster
Rep: Reputation: Disabled

Sorry, im a bit confused, did you want me to do the first command in the terminal?
 
Old 07-17-2018, 06:38 PM   #17
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Enerbite View Post
Sorry, im a bit confused, did you want me to do the first command in the terminal?
Yes.
 
Old 07-17-2018, 06:42 PM   #18
Enerbite
LQ Newbie
 
Registered: Jul 2018
Posts: 27

Original Poster
Rep: Reputation: Disabled
When putting
Code:
sudo gedit /etc/apt/sources.list.d/wine.list
it says
Code:
sudo: gedit: command not found
 
Old 07-17-2018, 06:47 PM   #19
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Ok, sorry about that. I assumed SteamOS would have gedit. Try nano instead of gedit. They are both text editors.
 
Old 07-17-2018, 06:53 PM   #20
Enerbite
LQ Newbie
 
Registered: Jul 2018
Posts: 27

Original Poster
Rep: Reputation: Disabled
So sorry, again im extrememly new to this, how would I go about saving the file in nano?
 
Old 07-17-2018, 06:57 PM   #21
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
You could press ctrl-x and then press Y when prompted whether or not you want to save the file.
 
Old 07-17-2018, 06:58 PM   #22
Enerbite
LQ Newbie
 
Registered: Jul 2018
Posts: 27

Original Poster
Rep: Reputation: Disabled
Thank you, if anything else happens i'll update you, thanks again!
 
Old 07-17-2018, 07:08 PM   #23
Enerbite
LQ Newbie
 
Registered: Jul 2018
Posts: 27

Original Poster
Rep: Reputation: Disabled
Okay I was required to use the command
Code:
sudo apt-get update
I did that and everything went fine.
Afterwards I wanted to install the stable version using
Code:
sudo apt-get install --install-recommends winehq-stable
and the terminal said:
Code:
Unable to locate package winehq-stable
 
Old 07-17-2018, 07:15 PM   #24
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Ok. It appears as if it's not picking up that software source list file you set up.

Let's have a look at it (the first command lists all the files in the directory, the second outputs the contents of the file):

Code:
ls -l /etc/apt/sources.list.d

cat /etc/apt/sources.list.d/wine.list
 
Old 07-17-2018, 07:18 PM   #25
Enerbite
LQ Newbie
 
Registered: Jul 2018
Posts: 27

Original Poster
Rep: Reputation: Disabled
Doing that the terminal says
Code:
no such file or directory
 
Old 07-17-2018, 07:21 PM   #26
Enerbite
LQ Newbie
 
Registered: Jul 2018
Posts: 27

Original Poster
Rep: Reputation: Disabled
Would that mean I need to retry the list?
 
Old 07-17-2018, 07:22 PM   #27
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Enerbite View Post
Doing that the terminal says
Code:
no such file or directory
Which - the first command or the second?
 
Old 07-17-2018, 07:22 PM   #28
Enerbite
LQ Newbie
 
Registered: Jul 2018
Posts: 27

Original Poster
Rep: Reputation: Disabled
The second.
 
Old 07-17-2018, 07:23 PM   #29
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
In that case it hasn't been created. What was the output from the first command?
 
Old 07-17-2018, 07:30 PM   #30
Enerbite
LQ Newbie
 
Registered: Jul 2018
Posts: 27

Original Poster
Rep: Reputation: Disabled
It was
Code:
total 8
-rw-r--r-- 1 root root 148 Feb 10  2014 steam.list
-rw------- 1 root root 59 July 17 19:58 wine.list.save
is that last thing it? If so maybe I typed the second command wrong (copy and pasting doesn't work on this terminal)
 
  


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
terminal question rene_p Red Hat 8 01-15-2015 10:34 AM
[SOLVED] binutils configure.guess - cannot guess build type bisonapp Linux From Scratch 3 01-09-2011 03:31 AM
shutdown question(i guess) delta_9 SUSE / openSUSE 2 08-20-2006 06:45 PM
terminal question Anas_b Linux - Newbie 6 06-29-2006 09:21 PM
terminal question sunmicroman Linux - Newbie 5 05-05-2006 06:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:47 AM.

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