COMPUTER PROGRAMMING FUNDAMENTALS
RASPBERRY PI PROJECT IDEAS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
sudo apt-get update
|
|
sudo apt-cache search game | less
|
|
sudo apt-cache search solitaire
|
|
sudo apt-get install ace-of-penguins
|
|
penguinspuzzle
|
Detailed explanation-1: -You can find an app’s package name in the URL of your app’s Google Play Store listing. For example, the URL of an app page is play.google.com/store/apps/details? id=com. example.
Detailed explanation-2: -Using dpkg-query command dpkg-query command can also search package name of any installed program or command from dpkg database. You can use –S or –search with this command to search any package based on keyword.
Detailed explanation-3: -Apt-cache is a command-line tool used for searching apt packages on a Ubuntu or Debian based systems. With apt-cache search, you can search for any package using the keyword related to its name or description. In the output, it displays all the packages matching the search criteria.