Raspberry Pi install, uninstall, update software

After the SSH connection Raspberry Pi is this window, then the newly created system is certainly not too much software,

How to use this software to install it?

Well ado, installation software to install it via apt-get command

Because when using Raspberry Pi usually are ordinary user permissions $, but if the installation requires ROOT permission #

Therefore, in front of the command with sudo to tell the operating system is installed to run as root

sudo apt-get + package name

Some packages depend on other packages, in order to operate. A programming language that can relies on a compiler, a game engine graphics files. These dependencies are referred to in Linux

Since one of the biggest reasons for using the package manager rather than manually installing the software. If a package depends on other packages, apt will automatically find them, and ready to install them. If this happens, it will give a prompt asking whether you want to continue.

If you continue, the keyboard to enter letters Y, and then press ENTER. (Canceled mounting enter the letter N, if you want to cancel the installation is required in pressing CTRL + C)

 

 

 

 Uninstall software

If you do not need to use a software, need to use agt-get romve this command to remove the software package plus

For example: sudo apt-get romve

Software Upgrade

Need to use apt-get update if there is need to upgrade or update software to update

For example: sudo apt-get update

 

Close Raspberry Pi

And linux shutdown is the same shutdown 

sudo shutdown -h now

If you do not compact the Raspberry Pi unexpected shutdown, as long as the power supply will automatically reconnect again start

 

Guess you like

Origin www.cnblogs.com/X404/p/11991811.html