• 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!

Linux Cmpiling on Debian can't download packages

experienced

Intermediate OT User
Joined
Jan 13, 2011
Messages
418
Reaction score
102
Location
Poland
I tried to compile tfs on debian with elf tutorial but can't download packages erorrs:
Code:
Package mysql-client-5.1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  mysql-server-core-5.5 mysql-server-5.5 mysql-client-5.5

Package mysql-server-5.1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  mysql-server-core-5.5 mysql-server-5.5

E: Unable to locate package libboost1.41-dev
E: Couldn't find any package by regex 'libboost1.41-dev'
E: Unable to locate package libboost-system1.41-dev
E: Couldn't find any package by regex 'libboost-system1.41-dev'
E: Unable to locate package libboost-filesystem1.41-dev
E: Couldn't find any package by regex 'libboost-filesystem1.41-dev'
E: Unable to locate package libboost-date-time1.41-dev
E: Couldn't find any package by regex 'libboost-date-time1.41-dev'
E: Unable to locate package libboost-regex1.41-dev
E: Couldn't find any package by regex 'libboost-regex1.41-dev'
E: Unable to locate package libboost-thread1.41-dev
E: Couldn't find any package by regex 'libboost-thread1.41-dev'
E: Package 'mysql-client-5.1' has no installation candidate
E: Package 'mysql-server-5.1' has no installation candidate
E: Unable to locate package liblua5.1-sql-mysql-dev
E: Couldn't find any package by regex 'liblua5.1-sql-mysql-dev'
E: Unable to locate package liblua5.1-sql-sqlite3-dev
E: Couldn't find any package by regex 'liblua5.1-sql-sqlite3-dev'
E: Unable to locate package libcrypto++8
E: Couldn't find any package by regex 'libcrypto++8'

And I don't understand what to do he say
f your apt says some packages are missing, make sure you have set repositories in /etc/sources.list. After you fix things around (distribution-independent), perform again step 1.
 
Can you please post your sources.list here? :) also what debian version are you using?
To post your sources list run "cat /etc/sources.list" and paste the output here.
 
using debian 8.3.0
Code:
#

# deb cdrom:[Debian GNU/Linux 8.3.0 _Jessie_ - Official Multi-architecture amd64/i386 NETINST #1 20160123-22:16]/ jessie main

#deb cdrom:[Debian GNU/Linux 8.3.0 _Jessie_ - Official Multi-architecture amd64/i386 NETINST #1 20160123-22:16]/ jessie main

deb http://ftp.uk.debian.org/debian/ jessie main
deb-src http://ftp.uk.debian.org/debian/ jessie main

deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main

# jessie-updates, previously known as 'volatile'
deb http://ftp.uk.debian.org/debian/ jessie-updates main
deb-src http://ftp.uk.debian.org/debian/ jessie-updates main
 
These are the default sources i am using for jessie:

Code:
deb http://httpredir.debian.org/debian jessie main
deb-src http://httpredir.debian.org/debian jessie main

deb http://httpredir.debian.org/debian jessie-updates main
deb-src http://httpredir.debian.org/debian jessie-updates main

deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main

Try using those :) Make sure you are logged in as root when editing sources.list .
Use "nano /etc/sources.list" do the edits then ctrl+o then enter then ctrl+x
 
Last edited:

Similar threads

Back
Top