Linux

Advanced APT user tricks

Debian/Ubuntu apt-get tricks. Basics Install software apt-get install foobar Search software apt-cache search foobar You can query files to see which packages own them, or query packages to see which files own them. Installing apt-file apt-get install apt-file Build apt-get file information cache apt-file update Query through the packages to determine which package contains the […]

Read More