I need to verify the actual content of installation.
How do I find WHERE was the package installed and its content?
I am looking to specific file(s) provided by this package.
How can I use
"find" -name what name ?
[email protected]:~ $ sudo apt remove libbluetooth-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
python-colorzero
Use 'sudo apt autoremove' to remove it.
The following packages will be REMOVED:
libbluetooth-dev
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 524 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 133670 files and directories currently installed.)
Removing libbluetooth-dev:armhf (5.50-1.2~deb10u2+rpt1) ...
[email protected]:~ $ sudo apt install libbluetooth-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
python-colorzero
Use 'sudo apt autoremove' to remove it.
The following NEW packages will be installed:
libbluetooth-dev
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 190 kB of archives.
After this operation, 524 kB of additional disk space will be used.
Get:1 http://archive.raspberrypi.org/debian buster/main armhf libbluetooth-dev armhf 5.50-1.2~deb10u2+rpt1 [190 kB]
Fetched 190 kB in 1s (244 kB/s)
Selecting previously unselected package libbluetooth-dev:armhf.
(Reading database ... 133622 files and directories currently installed.)
Preparing to unpack .../libbluetooth-dev_5.50-1.2~deb10u2+rpt1_armhf.deb ...
Unpacking libbluetooth-dev:armhf (5.50-1.2~deb10u2+rpt1) ...
Setting up libbluetooth-dev:armhf (5.50-1.2~deb10u2+rpt1) ...
[email protected]:~ $
How do I find WHERE was the package installed and its content?
I am looking to specific file(s) provided by this package.
How can I use
"find" -name what name ?
[email protected]:~ $ sudo apt remove libbluetooth-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
python-colorzero
Use 'sudo apt autoremove' to remove it.
The following packages will be REMOVED:
libbluetooth-dev
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 524 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 133670 files and directories currently installed.)
Removing libbluetooth-dev:armhf (5.50-1.2~deb10u2+rpt1) ...
[email protected]:~ $ sudo apt install libbluetooth-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
python-colorzero
Use 'sudo apt autoremove' to remove it.
The following NEW packages will be installed:
libbluetooth-dev
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 190 kB of archives.
After this operation, 524 kB of additional disk space will be used.
Get:1 http://archive.raspberrypi.org/debian buster/main armhf libbluetooth-dev armhf 5.50-1.2~deb10u2+rpt1 [190 kB]
Fetched 190 kB in 1s (244 kB/s)
Selecting previously unselected package libbluetooth-dev:armhf.
(Reading database ... 133622 files and directories currently installed.)
Preparing to unpack .../libbluetooth-dev_5.50-1.2~deb10u2+rpt1_armhf.deb ...
Unpacking libbluetooth-dev:armhf (5.50-1.2~deb10u2+rpt1) ...
Setting up libbluetooth-dev:armhf (5.50-1.2~deb10u2+rpt1) ...
[email protected]:~ $