Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Help with Ubuntu terminal commands?
Witch lspci command you use to renew PCI devices database from internet?
With what command you can see all installed packages in the system?
With what command / how you can find tcpdump package version?
With what command you find package, that mounts file /usr/bin/gcc and wich one is that paskage?
With what command you can see opera (or any other programm) installed files and directorys?
I know, that my questions are kinda messy, but I still hope, you can help with answers.
1 Answer
- 1 decade agoFavorite Answer
lspci -q
man <package manager> (it's different for every one)
tcpdump -V
ls -lh /usr/bin/gcc
locate -i opera
Source(s): if your not sure about something use man Run "man man" to learn about man.