Random Raspberry Pi - Tutorials and Fix's and How to's from Random_robbie the raspberry pi Geek
before installing the downloaded raspi-config.deb the following dependencies have to be installed:apt-get install dmsetup libdevmapper1.02.1 libparted0debian1 parted
When I typed "dpkg -i raspi-config" I got the following error message:dpkg: error processing raspi-config (--install): cannot access archive: No such file or directoryThe command that worked for me was: "dpkg -i raspi-config_20130525-1_all.deb"
before installing the downloaded raspi-config.deb the following dependencies have to be installed:
ReplyDeleteapt-get install dmsetup libdevmapper1.02.1 libparted0debian1 parted
When I typed "dpkg -i raspi-config" I got the following error message:
ReplyDeletedpkg: error processing raspi-config (--install):
cannot access archive: No such file or directory
The command that worked for me was: "dpkg -i raspi-config_20130525-1_all.deb"