Pre Conditions:
Before installing FreeSwitch you must run these commands.
Code Block |
---|
#sudo apt update #sudo apt install -y gnupg2 wget lsb-release [Optional] #sudo apt upgrade |
Make sure that the [deb cdrom: ...] is commentd out in the source.list file in /etc/apt directory.
Also make sure that the repositories listed in the "/etc/apt/sources.list
" are for the latest release of Debain. (Currently 12.2 'Bookworm')
If you make any changes to the "sources.list
" file. Below are the dependencies for Debain Bookworm. If you have a different version please add accordingly. Make Make sure to run the update command again.
Code Block |
---|
#deb http://deb.debian.org/debian/ bookworm main #deb-src http://deb.debian.org/debian/ bookworm main #deb http://deb.debian.org/debian/ bookworm-updates main #deb-src http://deb.debian.org/debian/ bookworm-updates main |
...