PDA

View Full Version : I have made an epic fail also....



tulsamike3434
06-05-2015, 10:38 AM
I do not have ther permission to edit any of these =A) /etc/apt/sources.list B) anything under /etc/apt/sources.list.d/ and C) /etc/apt/apt.conf

I came here and did a advance search on this topic but did not find notta. I have made a HUGE mistake with Synpatic Package Manager....


:x :x :x Ok So i did a
su update to install flashplayer and now I am geting error in atp-get and the package mgr photos below can yall help me with a fix?




Synaptic Mang

Konsol error msg

http://i59.tinypic.com/igmgki.jpg

tulsamike3434
06-05-2015, 10:40 AM
Package Mgr error
http://i62.tinypic.com/2nrhpvl.png

Not even google will have any help...

http://i58.tinypic.com/11w7edg.png

Also I think this is the mail problem read whe it says in the term window...
http://i61.tinypic.com/iejhpx.png

1 more screenshor might be of some help to yall...

http://i57.tinypic.com/2enxnnn.png

Thank you have a blessed day.

tulsamike3434
06-05-2015, 10:42 AM
I came here and did a advance search on this topic but did not find notta. I have made a HUGE mistake with Synpatic Package Manager....


Ok So i did a
su update to install flashplayer and now I am geting error in atp-get and the package mgr photos below can yall help me with a fix?




Synaptic Mang

Konsol error msg

http://i59.tinypic.com/igmgki.jpg


Package Mgr error
http://i62.tinypic.com/2nrhpvl.png

Not even google will have any help...

Also I think this is the mail problem read whe it says in the term window...
http://i61.tinypic.com/iejhpx.png

1 more screenshor might be of some help to yall...

http://i57.tinypic.com/2enxnnn.png

Thank you have a blessed day.

Werner P. Schulz
06-05-2015, 11:28 AM
I do not have ther permission to edit any of these =A) /etc/apt/sources.list B) anything under /etc/apt/sources.list.d/ and C) /etc/apt/apt.conf
Only root is allowed to change these files.

Have a look at Debian release changed (http://knoppix.net/forum/threads/31408-Debian-release-changed?p=132327&viewfull=1#post132327).

Jeffery Mewtamer
06-10-2015, 01:59 AM
As a general rule, if it isn't under /home or /media, you'll need to prefix any command that needs write privileges with sudo. for example, to edit my sources.list, I type:
sudo nano /etc/apt/sources.list Also, in my experience, the only things you need under /etc/apt are sources.list and the trusted files. Can't help much with Synaptic since I ditched it in favor of Aptitude years ago. If you posted copies of the actual terminal output instead of screenshots, I might could give specific advice. Pro tip: appending > filename to the end of a terminal command will redirect output to a text file name filename. 2> filename will redirect error messages, and >> will append output to an existing file.

rajibando
06-10-2015, 07:43 AM
@tulsamike...

You say you did an advance search on synaptic. If you had a problem with flash player why not a search on that one, the main issue, before using sypaptic?

You have not caused any harm to your system. Rename the persistent and begin afresh. Follow what Mr. Schulz says.

You may like to follow my post on new knoppix users on sources.list. For installation of flash player plugin you may follow my posts on Flash player install where the easiest method to install the said plugin is explained clearly in post no.41.

You can happily recover whatever data and files you had in your old persistent, later.

tulsamike3434
06-18-2015, 09:27 PM
Only root is allowed to change these files.

Have a look at Debian release changed (http://knoppix.net/forum/threads/31408-Debian-release-changed?p=132327&viewfull=1#post132327).

Thank you so much for your time yall are the best!

tulsamike3434
06-18-2015, 09:29 PM
@ Jeffery Mewtamer (http://knoppix.net/forum/members/89650-Jeffery-Mewtamer) &
rajibando

Thank yall so much your the best ! Thank you for taking your time for a noob like me lol!
(http://knoppix.net/forum/members/37208-rajibando)

tulsamike3434
06-26-2015, 09:13 PM
ok this is my sources.list


I am still getting errors :(



# Debian/Squeeze is the stable base for this installation
deb http://ftp.de.debian.org/debian stable main contrib non-free
deb http://security.debian.org stable/updates main contrib non-free

# testing/unstable/experimental contain newer versions, but
# packages from there are not being installed by default, unless
# they came from there in the first place.
deb http://ftp.de.debian.org/debian testing main contrib non-free
deb http://security.debian.org testing/updates main contrib non-free
deb http://ftp.de.debian.org/debian unstable main contrib non-free
deb http://ftp.de.debian.org/debian experimental main contrib non-free

# Debian/volatile contains quickly changing data like spam- and virusfilter data
bases
# Does not exist anymore
# deb http://volatile.debian.org/debian-volatile stable/volatile main contrib no
n-free
deb http://ftp.de.debian.org/debian stable-updates main contrib non-free

deb http://ftp.de.debian.org/debian experimental main contrib non-free

# Debian/volatile contains quickly changing data like spam- and virusfilter data
bases
# Does not exist anymore
# deb http://volatile.debian.org/debian-volatile stable/volatile main contrib no
n-free
deb http://ftp.de.debian.org/debian stable-updates main contrib non-free

# Knoppix repository
deb http://debian-knoppix.alioth.debian.org ./

# x2go
# deb http://x2go.obviously-nice.de/deb/ lenny main
#deb http://packages.x2go.org/debian squeeze main
#deb http://packages.x2go.org/debian wheezy main
#deb http://packages.x2go.org/debian sid main

# Debian Multimedia, contains non-free software like acrobat reader
deb http://debian-knoppix.alioth.debian.org ./

# x2go
# deb http://x2go.obviously-nice.de/deb/ lenny main
#deb http://packages.x2go.org/debian squeeze main
#deb http://packages.x2go.org/debian wheezy main
#deb http://packages.x2go.org/debian sid main

# Debian Multimedia, contains non-free software like acrobat reader
# deb http://www.deb-multimedia.org squeeze main non-free

# eviacam
# deb http://ppa.launchpad.net/cesar-crea-si/eviacam/ubuntu trusty main
# deb-src http://ppa.launchpad.net/cesar-crea-si/eviacam/ubuntu trusty main




What should it look like? and I thank you all for bothering with my dumb questions!!

rajibando
06-27-2015, 03:50 AM
Because your lines are wrong! :-)
I will give you a general direction. Look at sources.list, first line. See what is the Debian stable Version for the Knoppix version? It is the stock version.
Go to Debian site. See the series of versions: Lenny, Wheezy, Jessie, ...
For example, if Lenny, Then replace stable with Lenny, unstable with Wheezy, Jessie with ...
I hope you understand.
If something has been archived, replace the sources line to direct to the archived version.
Just use common sense, and no complicated ideas.

P.S. Please don't post too much of snapshots. Just post what you are asked to post.

rajibando
06-27-2015, 04:44 AM
Sorry; will be Lenny, Squeeze, Wheezy, Jessie, Sid,...

tulsamike3434
06-27-2015, 09:25 AM
Now I am so confused... is there any way someone can post a correct source list code?

Please remember not all of us are Knoppix pro's everybody has to start somewhere. Thank you all again for the support.

tulsamike3434
06-27-2015, 09:32 AM
Because your lines are wrong! :-)
I will give you a general direction. Look at sources.list, first line. See what is the Debian stable Version for the Knoppix version? It is the stock version.
Go to Debian site. See the series of versions: Lenny, Wheezy, Jessie, ...
For example, if Lenny, Then replace stable with Lenny, unstable with Wheezy, Jessie with ...
I hope you understand.
If something has been archived, replace the sources line to direct to the archived version.
Just use common sense, and no complicated ideas.

P.S. Please don't post too much of snapshots. Just post what you are asked to post.


Not everyone is a knoppix/Debian superuser we all started asking questions. sorry about all the pic's I just seen other posts asking for some screen shots so I thought it might help. Common sense to you may not be to another that is new to the wonderful world of knoppix/Debian!

Werner P. Schulz
06-27-2015, 10:41 AM
[QUOTE]Now I am so confused... is there any way someone can post a correct source list code?/QUOTE]


Use the origin source.list from the Knoppix DVD
Do nothing else but what I wrote in my old posting (http://knoppix.net/forum/threads/31408-Debian-release-changed?p=132327&viewfull=1#post132327)

rajibando
06-27-2015, 12:18 PM
Do nothing else but what I wrote in my old posting (http://knoppix.net/forum/threads/31408-Debian-release-changed?p=132327&viewfull=1#post132327)
Yes, better be calm and read Mr.Schulz's post. Else, search. You will definitely find a similar post.


... Not everyone is a knoppix/Debian superuser we all started asking questions ...
And you have been given the answer. Try to implement it.

I have understood that Linux is reading and more reading, CUI, not GUI :-)