## Manual for installing Cellframe Node in Ubuntu / Debian Download installation package [pub.cellframe.net](https://pub.cellframe.net/linux/cellframe-node/master). Use following command in terminal: ```bash wget https://pub.cellframe.net/linux/cellframe-node/master/<name-of-package.deb> ``` Install package: ```bash sudo apt install ./<name-of-packadge.deb> ``` or ```bash sudo dpkg -i <name-of-package.deb> ``` > [!ATTENTION] Warning > >When installing via a command **dpkg** where dependencies are not installed, you may need to manually install dependencies and use following command: >```bash sudo apt --fix-broken install Later, after successful installation the node configuration settings will apper. Configure it according to your requirements. You can also adjust it later using [[Cellframe Node General Config|configuration description]].