dosza / LAMWManager-linux

LAMW Manager is a command line tool,like APT, to automate the installation, configuration and upgrade the framework LAMW - Lazarus Android Module Wizard
GNU Lesser General Public License v3.0
44 stars 7 forks source link

Debian dependences #13

Closed fabitom closed 4 years ago

fabitom commented 4 years ago

Installer stoped with: svn: command not found and git: command not found

Please add git and subversion dependences.

dosza commented 4 years ago

This dependencies already to mark to install ( file lamw_manager/core/lamw_headers line 151 ) Check your /etc/apt/sources.list add contrib non-free repository Check the key of repository Run apt-get update to descover origin of error. Run apt show subversion | grep Sources to discover URL package download Run apt show git | grep Source to discover URL Package download If this commands fault, then exists a problem in /etc/apt/sources.list
If you are not know how to edit /etc/apt/source.list go to [https://debgen.simplylinux.ch/]

dosza commented 4 years ago

My /etc/apt/sources.list

Fonte de aplicativos apt

deb http://ftp.br.debian.org/debian/ buster main contrib non-free deb-src http://ftp.br.debian.org/debian/ buster main contrib non-free

deb http://security.debian.org/ buster/updates main contrib non-free deb-src http://security.debian.org/ buster/updates main contrib non-free

buster-updates, previously known as 'volatile'

deb http://ftp.br.debian.org/debian/ buster-updates main contrib non-free deb-src http://ftp.us.debian.org/debian/ buster-updates main contrib non-free

Adiciona fontes extras ao debian

debian backports

deb http://ftp.debian.org/debian buster-backports main contrib non-free deb-src http://ftp.debian.org/debian buster-backports main contrib non-free

Adiciona suporte ao wine

deb https://dl.winehq.org/wine-builds/debian/ buster main deb https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ buster main

fabitom commented 4 years ago

Ok, that was new fresh vbox installation of debian 10 x64. I installed manually. My default sources.list: deb http://ftp.task.gda.pl/debian/ buster main deb-src http://ftp.task.gda.pl/debian/ buster main

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

deb http://ftp.task.gda.pl/debian/ buster-updates main deb-src http://ftp.task.gda.pl/debian/ buster-updates main

dosza commented 4 years ago

Debian by default have in your official repository (main) only softwares free (opensource) Read more in https://wiki.debian.org/DFSGLicenses and https://wiki.debian.org/SourcesList. Proprietary softwares can installed from repository non-free Softwares free with depends of proprietary can installed from contrib

I will add a specific documentation for Debian Thanks, good luck!

dosza commented 4 years ago

Install dependencies was divided in two parts, part free and non-free. And the was added especifics docs for debian