Re: Install Love2D to Raspberry Pi 400
Posted: Mon Aug 07, 2023 6:53 pm
Hi there,veethree wrote: ↑Sun Aug 06, 2023 1:24 pm Open your terminal and do
Code: Select all
sudo apt update sudo apt install love
Thanks for the reply! I ran those in the terminal and something happened but I am not sure what..
Heres the text from the terminal:
i@raspberrypi:~ $ sudo apt update
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Get:3 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13.0 MB]
Fetched 13.0 MB in 7s (1,791 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
pi@raspberrypi:~ $ sudo apt install love
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
binfmt-support
The following NEW packages will be installed:
binfmt-support love
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,161 kB of archives.
After this operation, 3,468 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://mirrors.dotsrc.org/raspbian/raspbian buster/main armhf binfmt-support armhf 2.2.0-2 [56.7 kB]
Get:2 http://mirrors.dotsrc.org/raspbian/raspbian buster/main armhf love armhf 11.1-2 [1,104 kB]
Fetched 1,161 kB in 1s (1,302 kB/s)
Selecting previously unselected package binfmt-support.
(Reading database ... 170069 files and directories currently installed.)
Preparing to unpack .../binfmt-support_2.2.0-2_armhf.deb ...
Unpacking binfmt-support (2.2.0-2) ...
Selecting previously unselected package love.
Preparing to unpack .../archives/love_11.1-2_armhf.deb ...
Unpacking love (11.1-2) ...
Setting up love (11.1-2) ...
Setting up binfmt-support (2.2.0-2) ...
Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service.
Processing triggers for mime-support (3.62) ...
Processing triggers for gnome-menus (3.31.4-3) ...
Processing triggers for systemd (241-7~deb10u9+rpi1) ...
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for shared-mime-info (1.10-1) ...
Processing triggers for desktop-file-utils (0.23-4) ...
pi@raspberrypi:~ $
If it has in fact installed, where could I now find it?