apt not installed -- Brand New Pi - Raspberry Pi Forums
hello,
trying update pi's software. brand new, thing have done far connect internet via wi-fi (which works fine). apt package manager not seem installed, strange since thought should included distro automatically.
when type sudo apt (or apt matter) returns error saying command not found. more strange can type "aptitude" , see this.
how can fix this? installation of noobs bad somehow?
trying update pi's software. brand new, thing have done far connect internet via wi-fi (which works fine). apt package manager not seem installed, strange since thought should included distro automatically.
when type sudo apt (or apt matter) returns error saying command not found. more strange can type "aptitude" , see this.
how can fix this? installation of noobs bad somehow?
1. noobs not, in , of full operating system. it's os installer/recovery package.
2. in raspbian (almost installed, if has been installed on card), commands are:
apt-get
apt-cache
bring os date (always place start) use:
sudo apt-get update
sudo apt-get upgrade
first command brings package list date. second updates packages. if there has been significant change since card built , want newest version, second command, you'd use:
sudo apt-get dist-upgrade
install package, use "sudo apt-get install <package-name>".
2. in raspbian (almost installed, if has been installed on card), commands are:
apt-get
apt-cache
bring os date (always place start) use:
sudo apt-get update
sudo apt-get upgrade
first command brings package list date. second updates packages. if there has been significant change since card built , want newest version, second command, you'd use:
sudo apt-get dist-upgrade
install package, use "sudo apt-get install <package-name>".
raspberrypi
Comments
Post a Comment