cheatsheets/ubuntu.md

22 lines
481 B
Markdown
Raw Permalink Normal View History

2013-10-14 02:36:58 +00:00
---
2014-06-07 15:07:14 +00:00
title: Ubuntu
---
2012-03-16 06:14:31 +00: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 17:44:24 +00:00
dpkg -s nodejs # Show info
2012-03-16 06:14:31 +00:00
2014-08-12 04:03:16 +00:00
dpkg --get-selections # list installed packages
2012-03-16 06:14:31 +00:00
### Apt archives path
/var/cache/apt/archives
2014-02-25 10:32:14 +00:00
### List services
2014-08-12 04:03:16 +00:00
2014-02-25 10:32:14 +00:00
service --status-all