OSDN Git Service

Regular updates
[twpd/master.git] / ubuntu.md
1 ---
2 title: Ubuntu
3 ---
4
5 ### Aptitude stuff
6
7     aptitude search mysql       # Look for something
8     dpkg -S `which tsclient`    # What package does it belong to?
9     dpkg -L aria2c              # What does this package provide?
10     dpkg -i *.deb               # Install a deb file
11     dpkg -s nodejs              # Show info
12
13     dpkg --get-selections       # list installed packages
14
15 ### Apt archives path
16
17     /var/cache/apt/archives
18
19 ### List services
20
21     service --status-all