The officially official Devuan Forum!

You are not logged in.

#26 2025-11-13 23:03:36

GlennW
Member
From: Brisbane, Australia
Registered: 2019-07-18
Posts: 684  

Re: Hi, new here just joined devuan. need help with games an programs.

This is saying line 5 is a duplicate

/etc/apt/sources.list:5


pic from 1993, new guitar day.

Offline

#27 Yesterday 01:26:57

TalionRanger117
Member
Registered: 2025-11-09
Posts: 20  

Re: Hi, new here just joined devuan. need help with games an programs.

This is saying line 5 is a duplicate

/etc/apt/sources.list:5

so i remove the fifth line?

Offline

#28 Yesterday 05:26:56

stargate-sg1-cheyenne-mtn
Member
Registered: 2023-11-27
Posts: 432  

Re: Hi, new here just joined devuan. need help with games an programs.

any way to edit response #25 to add code tags?


Be Excellent to each other and Party On!
https://www.youtube.com/watch?v=rph_1DODXDU
https://en.wikipedia.org/wiki/Bill_%26_Ted%27s_Excellent_Adventure
Do unto others as you would have them do instantaneously back to you!

Online

#29 Yesterday 06:54:07

rolfie
Member
Registered: 2017-11-25
Posts: 1,361  

Re: Hi, new here just joined devuan. need help with games an programs.

It would make sense if the OP would post a

cat /etc/apt/sources.list

Online

#30 Yesterday 15:58:50

TalionRanger117
Member
Registered: 2025-11-09
Posts: 20  

Re: Hi, new here just joined devuan. need help with games an programs.

cat /etc/apt/sources.list

#deb cdrom:[Devuan GNU/Linux 6.0.0-rc1 excalibur amd64 - netinstall 20250913]/ excalibur contrib main non-free-firmware

deb http://deb.devuan.org/merged excalibur main contrib non-free non-free-firmware
deb http://deb.devuan.org/merged excalibur-security main contrib non-free non-free-firmware
deb http://deb.devuan.org/merged excalibur-updates main contrib non-free non-free-firmware

#deb http://deb.devuan.org/merged excalibur-backports main contrib non-free non-free-firmware

# excalibur-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debi … _backports
deb http://deb.devuan.org/merged excalibur-updates main non-free-firmware
deb-src http://deb.devuan.org/merged excalibur-updates main non-free-firmware

# This system was installed using removable media other than
# CD/DVD/BD (e.g. USB stick, SD card, ISO image file).
# The matching "deb cdrom" entries were disabled at the end
# of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.

Last edited by TalionRanger117 (Yesterday 15:59:39)

Offline

#31 Yesterday 16:36:31

rolfie
Member
Registered: 2017-11-25
Posts: 1,361  

Re: Hi, new here just joined devuan. need help with games an programs.

Everybody experienced would be very pleased if you could put any console output between code tags, including the command you have used. To write code tags use the button that is labelled code above the editing window, and paste the text between the starter and the end tag. Makes console outputs look like in a console, much more readable and more friendly for the contributors.

I will do this for you as an example by copying your last output and! adding line numbers like a reasonable text editor can do.

 cat /etc/apt/sources.list
1 #deb cdrom:[Devuan GNU/Linux 6.0.0-rc1 excalibur amd64 - netinstall 20250913]/ excalibur contrib main non-free-firmware
2 
3 deb http://deb.devuan.org/merged excalibur main contrib non-free non-free-firmware
4 deb http://deb.devuan.org/merged excalibur-security main contrib non-free non-free-firmware
5 deb http://deb.devuan.org/merged excalibur-updates main contrib non-free non-free-firmware
6
7 #deb http://deb.devuan.org/merged excalibur-backports main contrib non-free non-free-firmware
8
9 # excalibur-updates, to get updates before a point release is made;
10 # see https://www.debian.org/doc/manuals/debi … _backports
11 deb http://deb.devuan.org/merged excalibur-updates main non-free-firmware
12 deb-src http://deb.devuan.org/merged excalibur-updates main non-free-firmware
13
14 # This system was installed using removable media other than
15 # CD/DVD/BD (e.g. USB stick, SD card, ISO image file).
16 # The matching "deb cdrom" entries were disabled at the end
17 # of the installation process.
18 # For information about how to configure apt package sources,
19 # see the sources.list(5) manual.

Your sources.list contains 19 lines of text.

Line 5 and line 11 are (partial) duplicates. Line 11 causes the error messages you are getting.

My advise: get rid of every past line 8 and try again. Attention: there has to be an empty line at the end of the file.

Last edited by rolfie (Yesterday 16:37:33)

Online

#32 Yesterday 16:52:49

TalionRanger117
Member
Registered: 2025-11-09
Posts: 20  

Re: Hi, new here just joined devuan. need help with games an programs.

Everybody experienced would be very pleased if you could put any console output between code tags, including the command you have used. To write code tags use the button that is labelled code above the editing window, and paste the text between the starter and the end tag. Makes console outputs look like in a console, much more readable and more friendly for the contributors.

I will do this for you as an example by copying your last output and! adding line numbers like a reasonable text editor can do.

cat /etc/apt/sources.list
1 #deb cdrom:[Devuan GNU/Linux 6.0.0-rc1 excalibur amd64 - netinstall 20250913]/ excalibur contrib main non-free-firmware
2
3 deb http://deb.devuan.org/merged excalibur main contrib non-free non-free-firmware
4 deb http://deb.devuan.org/merged excalibur-security main contrib non-free non-free-firmware
5 deb http://deb.devuan.org/merged excalibur-updates main contrib non-free non-free-firmware
6
7 #deb http://deb.devuan.org/merged excalibur-backports main contrib non-free non-free-firmware
8
9 # excalibur-updates, to get updates before a point release is made;
10 # see https://www.debian.org/doc/manuals/debi … _backports
11 deb http://deb.devuan.org/merged excalibur-updates main non-free-firmware
12 deb-src http://deb.devuan.org/merged excalibur-updates main non-free-firmware
13
14 # This system was installed using removable media other than
15 # CD/DVD/BD (e.g. USB stick, SD card, ISO image file).
16 # The matching "deb cdrom" entries were disabled at the end
17 # of the installation process.
18 # For information about how to configure apt package sources,
19 # see the sources.list(5) manual.

Your sources.list contains 19 lines of text.

Line 5 and line 11 are (partial) duplicates. Line 11 causes the error messages you are getting.

My advise: get rid of every past line 8 and try again. Attention: there has to be an empty line at the end of the file.

sorry for the trouble, im new ath this distro. still learning how it. i removed the lined an now updating works.

thanks for the help. got winetricks to install.

Offline

#33 Yesterday 16:57:42

TalionRanger117
Member
Registered: 2025-11-09
Posts: 20  

Re: Hi, new here just joined devuan. need help with games an programs.

now its not loading.

Offline

#34 Yesterday 17:09:57

golinux
Administrator
Registered: 2016-11-25
Posts: 3,589  

Re: Hi, new here just joined devuan. need help with games an programs.

Please do not quote entire posts. Trim them to essential points you want to hi-light. Thanks.

Offline

#35 Yesterday 18:42:03

TalionRanger117
Member
Registered: 2025-11-09
Posts: 20  

Re: Hi, new here just joined devuan. need help with games an programs.

so i went ahead reinstall the distro. cause i messed up. so now i need to fix what i notice afetr trying to update the system.

it gives me this error: talion is not in the sudoers file how do i fix that it?

for wientricks i got thi error.

Using winetricks 20250102 - sha256sum: 9df4af038f04c753f3b0b02817cf60a51d8eac32357d070c45dfd139b93bd3f5 with wine-10.0 (Debian 10.0~repack-6) and WINEARCH=win64
No arguments given, so tried to start GUI, but neither zenity
nor kdialog were found. Please install one of them if you want
a graphical interface, or run with --help for more options.

Last edited by TalionRanger117 (Yesterday 20:00:08)

Offline

#36 Yesterday 20:40:51

rolfie
Member
Registered: 2017-11-25
Posts: 1,361  

Re: Hi, new here just joined devuan. need help with games an programs.

it gives me this error: talion is not in the sudoers file how do i fix that it?

During installation you have the choice: you either allow root login and enter a root password, then you have to use a root console for admin tasks. My preferred method. Or you don't do that then you automatically are assigned to the sudoers group and you have to use a sudo before each admin command. Don't try to mix.

Last edited by rolfie (Yesterday 20:41:30)

Online

#37 Today 01:35:24

steve_v
Member
Registered: 2018-01-11
Posts: 548  

Re: Hi, new here just joined devuan. need help with games an programs.

TalionRanger117 wrote:

talion is not in the sudoers file how do i fix that

Add your user to the sudoers file or the sudo group, e.g. as described at https://wiki.debian.org/sudo/#Granting_sudo_access or by 'man sudoers'.

TalionRanger117 wrote:

neither zenity
nor kdialog were found. Please install one of them if you want
a graphical interface, or run with --help for more options.

That message tells you exactly what to do.

rolfie wrote:

Don't try to mix.

I don't have, nor have ever had, a single install that wasn't set up with both an unlocked root account and sudo. There's no reason whatsoever not to "mix", besides it requiring a trivial extra step after installation.


Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy.

Offline

Board footer