cheatsheets/ubuntu.md

22 lines
481 B
Markdown
Raw Permalink Normal View History

2013-10-14 04:36:58 +02:00
---
2014-06-07 17:07:14 +02:00
title: Ubuntu
---
2012-03-16 07:14:31 +01:00
### Aptitude stuff
aptitude search mysql # Look for something
dpkg -S `which tsclient` # What package does it belong to?
dpkg -L aria2c # What does this package provide?
dpkg -i *.deb # Install a deb file
2013-03-25 18:44:24 +01:00
dpkg -s nodejs # Show info
2012-03-16 07:14:31 +01:00
2014-08-12 06:03:16 +02:00
dpkg --get-selections # list installed packages
2012-03-16 07:14:31 +01:00
### Apt archives path
/var/cache/apt/archives
2014-02-25 11:32:14 +01:00
### List services
2014-08-12 06:03:16 +02:00
2014-02-25 11:32:14 +01:00
service --status-all