09-21-2021, 04:13 AM
(09-21-2021, 03:26 AM)fdealexa Wrote:(09-21-2021, 01:58 AM)Pranjal Wrote:(09-20-2021, 11:50 AM)TheOldPresbyope Wrote: @Pranjal
The 404 error means the file
libfluidsynth1_1.1.11-1_armhf.deb
wasn't found in the http://raspbian.raspberrypi.org/raspbian...luidsynth/ directory.
When I look at the contents of the RaspiOS repository I don't see that file either. However I do see
libfluidsynth1_1.1.11-1+deb10u1_armhf.deb
so it would seem the file has been updated.
I suggest you run the following from the command line to update the local package index and then try the install again.
Code:sudo apt-get update
Regards,
Kent
Hi Kent, thanks for the reply but here too hit a roadblock. The update doesnt take place !! I hope its not a issue with Moode 7.3 distro. The error I get is as below.
pi@moode:~ $ udo apt-get update
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Reading package lists... Done
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
pi@moode:~ $
Hi,
What is the command you hit:
orCode:udo
The correct one isCode:sudo
Regards,Code:sudo apt-get update
Francesco
Hi hit sudo.. while copying, the 's' got left behind.