• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling [LINUX] Problem with "sources.list"

wesoly136

Member
Joined
Jul 30, 2009
Messages
562
Reaction score
8
Hi!
I'm newbie at linux so don't be angry when helping me.
The problem is(I think it's the problem) that when I use code for sources.list from old tutorials they aren't working.

When I write apt-get update it has errors(one man helped me to change 'etch' to 'squeeze' and it was ok, but when I wrote apt-get upgrader it shows a lot of bugs again :/

The question is: Where can i get new/actual sources(.list)?
I use debian 4.0

Thanks
 
try this source
Code:
#~~~~~~Squeeze~~~~~~#
deb http://ftp.pl.debian.org/debian/ squeeze main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ squeeze main non-free contrib
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
 
When i write apt-get update it is alright but when apt-get upgrade
it shows
Code:
dpkg: regarding .../ncurses-base_5.7+20100313-4_all.deb containing ncurses-base:
 package uses Breaks; not supported in this dpkg
dpkg: błąd przetwarzania /var/cache/apt/archives/ncurses-base_5.7+20100313-4_all.deb (--unpack):
 unsupported dependency problem - not installing ncurses-base
Wystąpiły błędy podczas przetwarzania:
 /var/cache/apt/archives/ncurses-base_5.7+20100313-4_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Maybe can I continue the compiling with it ? :/
 
Last edited:
Back
Top