Datasets:
SauravMaheshkar
commited on
Commit
•
24ad60b
1
Parent(s):
f3b2e4c
feat: add data objects
Browse files- .gitignore +1 -0
- processed/inductive/test_df.csv +0 -0
- processed/inductive/train_df.csv +0 -0
- processed/inductive/val_df.csv +0 -0
- processed/transductive/test_df.csv +0 -0
- processed/transductive/train_df.csv +0 -0
- processed/transductive/val_df.csv +0 -0
- raw/DATA-DESCRIPTION.txt +44 -0
- raw/README.txt +12 -0
- raw/tags-ask-ubuntu-node-labels.txt +3029 -0
- raw/tags-ask-ubuntu-nverts.txt +0 -0
- raw/tags-ask-ubuntu-simplex-labels.txt +0 -0
- raw/tags-ask-ubuntu-simplices.txt +0 -0
- raw/tags-ask-ubuntu-times.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
**/.DS_Store
|
processed/inductive/test_df.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
processed/inductive/train_df.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
processed/inductive/val_df.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
processed/transductive/test_df.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
processed/transductive/train_df.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
processed/transductive/val_df.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
raw/DATA-DESCRIPTION.txt
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Each timestamped simplex dataset consists of three files:
|
2 |
+
1. dataset-nverts.txt
|
3 |
+
2. dataset-simplices.txt
|
4 |
+
3. dataset-times.txt
|
5 |
+
|
6 |
+
All three files represent a vector of integers. There is one integer per line.
|
7 |
+
|
8 |
+
The first file contains the number of vertices within each simplex. The second
|
9 |
+
file is a contiguous list of the nodes comprising the simplices, where the
|
10 |
+
ordering of the simplices is the same as in the first file. The third file
|
11 |
+
contains the timestamps for each simplex. The length of the vectors in the first
|
12 |
+
and third files is the same, and the length of the vector in the second file is
|
13 |
+
the sum of the integers in the first file.
|
14 |
+
|
15 |
+
Consider an example dataset consisting of three simplices:
|
16 |
+
1. {1, 2, 3} at time 10
|
17 |
+
2. {2, 4} at time 15.
|
18 |
+
3. {1, 3, 4, 5} at time 21.
|
19 |
+
Then files would look as follows:
|
20 |
+
|
21 |
+
example-nverts.txt
|
22 |
+
3
|
23 |
+
2
|
24 |
+
4
|
25 |
+
|
26 |
+
example-simplices.xt
|
27 |
+
1
|
28 |
+
2
|
29 |
+
3
|
30 |
+
2
|
31 |
+
4
|
32 |
+
1
|
33 |
+
3
|
34 |
+
4
|
35 |
+
5
|
36 |
+
|
37 |
+
example-times.txt
|
38 |
+
10
|
39 |
+
15
|
40 |
+
21
|
41 |
+
|
42 |
+
|
43 |
+
|
44 |
+
For problems, please contact Austin Benson at arb@cs.cornell.edu.
|
raw/README.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This dataset is derived from tags on Ask Ubuntu posts. The raw data was
|
2 |
+
downloaded from
|
3 |
+
https://archive.org/details/stackexchange
|
4 |
+
|
5 |
+
Each simplex corresponds to all of the tags used in a post, and each node in a
|
6 |
+
simplex corresponds to a tag. The times are the time of the post in millisecond
|
7 |
+
but normalized so that the earliest tag starts at 0.
|
8 |
+
|
9 |
+
The file tags-ask-ubuntu-node-labels.txt maps integer tag ids and the actual tags.
|
10 |
+
|
11 |
+
The file tags-ask-ubuntu-simplex-labels.txt contains the post id for each simplex.
|
12 |
+
|
raw/tags-ask-ubuntu-node-labels.txt
ADDED
@@ -0,0 +1,3029 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
1 power-management
|
2 |
+
2 notification
|
3 |
+
3 software-center
|
4 |
+
4 software-installation
|
5 |
+
5 policykit
|
6 |
+
6 upgrade
|
7 |
+
7 live-cd
|
8 |
+
8 system-installation
|
9 |
+
9 server
|
10 |
+
10 ssh
|
11 |
+
11 security
|
12 |
+
12 remote-desktop
|
13 |
+
13 vnc
|
14 |
+
14 community
|
15 |
+
15 locoteams
|
16 |
+
16 kde
|
17 |
+
17 login-screen
|
18 |
+
18 plymouth
|
19 |
+
19 updates
|
20 |
+
20 unattended-upgrades
|
21 |
+
21 flash
|
22 |
+
22 10.04
|
23 |
+
23 mouse
|
24 |
+
24 xrandr
|
25 |
+
25 displaylink
|
26 |
+
26 indicator
|
27 |
+
27 panel
|
28 |
+
28 applet
|
29 |
+
29 lts
|
30 |
+
30 lamp
|
31 |
+
31 performance
|
32 |
+
32 encryption
|
33 |
+
33 ecryptfs
|
34 |
+
34 email
|
35 |
+
35 mta
|
36 |
+
36 gnome-panel
|
37 |
+
37 9.10
|
38 |
+
38 kate
|
39 |
+
39 notify-osd
|
40 |
+
40 libnotify
|
41 |
+
41 gnome
|
42 |
+
42 session
|
43 |
+
43 wallpaper
|
44 |
+
44 artwork
|
45 |
+
45 photography
|
46 |
+
46 ldap
|
47 |
+
47 nfs
|
48 |
+
48 gui
|
49 |
+
49 clock
|
50 |
+
50 empathy
|
51 |
+
51 startup
|
52 |
+
52 8.04
|
53 |
+
53 command-line
|
54 |
+
54 vim
|
55 |
+
55 colors
|
56 |
+
56 sync
|
57 |
+
57 configuration
|
58 |
+
58 user-data
|
59 |
+
59 multiple-workstations
|
60 |
+
60 troubleshooting
|
61 |
+
61 package-management
|
62 |
+
62 gmail
|
63 |
+
63 php
|
64 |
+
64 compatibility
|
65 |
+
65 permissions
|
66 |
+
66 live-usb
|
67 |
+
67 video
|
68 |
+
68 multimedia
|
69 |
+
69 input-devices
|
70 |
+
70 sound
|
71 |
+
71 system
|
72 |
+
72 equalizer
|
73 |
+
73 programming
|
74 |
+
74 uninstall
|
75 |
+
75 ruby
|
76 |
+
76 rvm
|
77 |
+
77 10.10
|
78 |
+
78 haskell
|
79 |
+
79 headphones
|
80 |
+
80 speakers
|
81 |
+
81 launchpad
|
82 |
+
82 bug-reporting
|
83 |
+
83 iptables
|
84 |
+
84 ipv6
|
85 |
+
85 themes
|
86 |
+
86 icons
|
87 |
+
87 pointers
|
88 |
+
88 appearance
|
89 |
+
89 boot
|
90 |
+
90 filesystem
|
91 |
+
91 fstab
|
92 |
+
92 automation
|
93 |
+
93 testing
|
94 |
+
94 quality
|
95 |
+
95 tablet
|
96 |
+
96 ubuntu-netbook
|
97 |
+
97 multi-touch
|
98 |
+
98 software-recommendation
|
99 |
+
99 image-editor
|
100 |
+
100 editor
|
101 |
+
101 gedit
|
102 |
+
102 text
|
103 |
+
103 mail
|
104 |
+
104 imap
|
105 |
+
105 cloud
|
106 |
+
106 uec
|
107 |
+
107 presentation
|
108 |
+
108 development
|
109 |
+
109 application-development
|
110 |
+
110 packaging
|
111 |
+
111 debian
|
112 |
+
112 mono
|
113 |
+
113 dvd
|
114 |
+
114 ipod
|
115 |
+
115 iphone
|
116 |
+
116 itunes
|
117 |
+
117 firmware
|
118 |
+
118 gdm
|
119 |
+
119 video-player
|
120 |
+
120 environment-variables
|
121 |
+
121 dock
|
122 |
+
122 drivers
|
123 |
+
123 printing
|
124 |
+
124 init.d
|
125 |
+
125 services
|
126 |
+
126 license
|
127 |
+
127 gpl
|
128 |
+
128 apt
|
129 |
+
129 kernel
|
130 |
+
130 mysql
|
131 |
+
131 firefox
|
132 |
+
132 ubufox
|
133 |
+
133 ntp
|
134 |
+
134 synaptic
|
135 |
+
135 adblock
|
136 |
+
136 plugins
|
137 |
+
137 partitioning
|
138 |
+
138 grub2
|
139 |
+
139 messages
|
140 |
+
140 music
|
141 |
+
141 mythtv
|
142 |
+
142 upnp
|
143 |
+
143 ssd
|
144 |
+
144 trim
|
145 |
+
145 default
|
146 |
+
146 versions
|
147 |
+
147 patch
|
148 |
+
148 upstream
|
149 |
+
149 kubuntu
|
150 |
+
150 suspend
|
151 |
+
151 knr
|
152 |
+
152 dual-boot
|
153 |
+
153 windows
|
154 |
+
154 customization
|
155 |
+
155 xorg
|
156 |
+
156 nvidia
|
157 |
+
157 battery
|
158 |
+
158 kubuntu-netbook
|
159 |
+
159 dpkg
|
160 |
+
160 networking
|
161 |
+
161 bash
|
162 |
+
162 cron-jobs
|
163 |
+
163 crontab
|
164 |
+
164 gzip
|
165 |
+
165 alternative
|
166 |
+
166 media-manager
|
167 |
+
167 f-spot
|
168 |
+
168 shotwell
|
169 |
+
169 ppa
|
170 |
+
170 voip
|
171 |
+
171 landscape
|
172 |
+
172 motu
|
173 |
+
173 google-chrome
|
174 |
+
174 youtube
|
175 |
+
175 keyrings
|
176 |
+
176 migration
|
177 |
+
177 scripts
|
178 |
+
178 workflow
|
179 |
+
179 metacity
|
180 |
+
180 window-buttons
|
181 |
+
181 keyboard-layout
|
182 |
+
182 aptitude
|
183 |
+
183 flicker
|
184 |
+
184 gems
|
185 |
+
185 remote-assistance
|
186 |
+
186 notification-area
|
187 |
+
187 keyboard
|
188 |
+
188 umount
|
189 |
+
189 sudo
|
190 |
+
190 administration
|
191 |
+
191 history-of-ubuntu
|
192 |
+
192 wine
|
193 |
+
193 browser
|
194 |
+
194 ie
|
195 |
+
195 virtualization
|
196 |
+
196 virtualbox
|
197 |
+
197 thunderbird
|
198 |
+
198 messaging-menu
|
199 |
+
199 dependencies
|
200 |
+
200 archive
|
201 |
+
201 evolution
|
202 |
+
202 hardware
|
203 |
+
203 shutdown
|
204 |
+
204 xfce
|
205 |
+
205 acpi
|
206 |
+
206 ftp
|
207 |
+
207 nautilus
|
208 |
+
208 backup
|
209 |
+
209 usb-drive
|
210 |
+
210 lvm
|
211 |
+
211 hidden-features
|
212 |
+
212 google-calendar
|
213 |
+
213 calendar
|
214 |
+
214 organizer
|
215 |
+
215 codecs
|
216 |
+
216 text-editor
|
217 |
+
217 latex
|
218 |
+
218 gps
|
219 |
+
219 golang
|
220 |
+
220 vmware
|
221 |
+
221 tools
|
222 |
+
222 rootkit
|
223 |
+
223 repository
|
224 |
+
224 winetricks
|
225 |
+
225 quickly
|
226 |
+
226 fonts
|
227 |
+
227 firewall
|
228 |
+
228 debootstrap
|
229 |
+
229 locale
|
230 |
+
230 gimp
|
231 |
+
231 ebooks
|
232 |
+
232 books
|
233 |
+
233 windows-7
|
234 |
+
234 python
|
235 |
+
235 wubi
|
236 |
+
236 banshee
|
237 |
+
237 input-language
|
238 |
+
238 shortcut-keys
|
239 |
+
239 guest-session
|
240 |
+
240 sharing
|
241 |
+
241 usb
|
242 |
+
242 parental-controls
|
243 |
+
243 support
|
244 |
+
244 magic-mouse
|
245 |
+
245 ubuntu-one
|
246 |
+
246 delete
|
247 |
+
247 mount
|
248 |
+
248 resolution
|
249 |
+
249 samba
|
250 |
+
250 derivatives
|
251 |
+
251 single-sign-on
|
252 |
+
252 windicators
|
253 |
+
253 drag-and-drop
|
254 |
+
254 root
|
255 |
+
255 emacs
|
256 |
+
256 cpu-load
|
257 |
+
257 multiple-monitors
|
258 |
+
258 cron
|
259 |
+
259 postfix
|
260 |
+
260 debug
|
261 |
+
261 warning
|
262 |
+
262 irc
|
263 |
+
263 menu
|
264 |
+
264 windows-vista
|
265 |
+
265 network-manager
|
266 |
+
266 compiling
|
267 |
+
267 shared-library
|
268 |
+
268 bandwidth
|
269 |
+
269 settings
|
270 |
+
270 hibernate
|
271 |
+
271 fan
|
272 |
+
272 bios
|
273 |
+
273 ubuntu-advantage
|
274 |
+
274 autostart
|
275 |
+
275 openoffice.org
|
276 |
+
276 compiz
|
277 |
+
277 password
|
278 |
+
278 display
|
279 |
+
279 seahorse
|
280 |
+
280 mp3-player
|
281 |
+
281 cd
|
282 |
+
282 installation
|
283 |
+
283 authentication
|
284 |
+
284 konsole
|
285 |
+
285 transparent-proxy
|
286 |
+
286 pppoe
|
287 |
+
287 unity
|
288 |
+
288 appmenu
|
289 |
+
289 macosx
|
290 |
+
290 storage
|
291 |
+
291 canonical
|
292 |
+
292 games
|
293 |
+
293 raid
|
294 |
+
294 ipad
|
295 |
+
295 design
|
296 |
+
296 format
|
297 |
+
297 gwibber
|
298 |
+
298 pulseaudio
|
299 |
+
299 btrfs
|
300 |
+
300 oem
|
301 |
+
301 ubiquity
|
302 |
+
302 kms
|
303 |
+
303 home-directory
|
304 |
+
304 shortcuts
|
305 |
+
305 upstart
|
306 |
+
306 init
|
307 |
+
307 android
|
308 |
+
308 rhythmbox
|
309 |
+
309 lenovo
|
310 |
+
310 gnome-terminal
|
311 |
+
311 image-processing
|
312 |
+
312 hardware-acceleration
|
313 |
+
313 gtk
|
314 |
+
314 csd
|
315 |
+
315 wireless
|
316 |
+
316 livedvd
|
317 |
+
317 idevices
|
318 |
+
318 release-management
|
319 |
+
319 vpn
|
320 |
+
320 nas
|
321 |
+
321 conky
|
322 |
+
322 burning
|
323 |
+
323 microphone
|
324 |
+
324 sony
|
325 |
+
325 vaio
|
326 |
+
326 mythbuntu
|
327 |
+
327 svg
|
328 |
+
328 color-management
|
329 |
+
329 ubuntu-tweak
|
330 |
+
330 log
|
331 |
+
331 swap
|
332 |
+
332 ram-usage
|
333 |
+
333 eclipse
|
334 |
+
334 wireless-access-point
|
335 |
+
335 emulation
|
336 |
+
336 multiseat
|
337 |
+
337 citrix
|
338 |
+
338 rdp
|
339 |
+
339 promotion
|
340 |
+
340 64-bit
|
341 |
+
341 system-monitor
|
342 |
+
342 netflix
|
343 |
+
343 distro-recommendation
|
344 |
+
344 gnu-r
|
345 |
+
345 pdf
|
346 |
+
346 annotation
|
347 |
+
347 rkhunter
|
348 |
+
348 x11
|
349 |
+
349 gamepad
|
350 |
+
350 zsh
|
351 |
+
351 vps
|
352 |
+
352 tmp
|
353 |
+
353 ide
|
354 |
+
354 images
|
355 |
+
355 photoshop
|
356 |
+
356 microsoft-office
|
357 |
+
357 video-editor
|
358 |
+
358 recordmydesktop
|
359 |
+
359 quicktime
|
360 |
+
360 gnome-keyring
|
361 |
+
361 keychain
|
362 |
+
362 thinkpad
|
363 |
+
363 backlight
|
364 |
+
364 suspend-resume
|
365 |
+
365 internet-connection
|
366 |
+
366 usb-modem
|
367 |
+
367 kvm
|
368 |
+
368 ext4
|
369 |
+
369 data-recovery
|
370 |
+
370 dlna
|
371 |
+
371 laptop
|
372 |
+
372 bluetooth
|
373 |
+
373 lubuntu
|
374 |
+
374 steam
|
375 |
+
375 ifconfig
|
376 |
+
376 login
|
377 |
+
377 official-repositories
|
378 |
+
378 wacom
|
379 |
+
379 graphics-tablet
|
380 |
+
380 gparted
|
381 |
+
381 graphics
|
382 |
+
382 places
|
383 |
+
383 mac
|
384 |
+
384 desktop-environments
|
385 |
+
385 ubuntu-touch
|
386 |
+
386 matrox
|
387 |
+
387 reboot
|
388 |
+
388 documentation
|
389 |
+
389 gnupg
|
390 |
+
390 cd-ripping
|
391 |
+
391 i915
|
392 |
+
392 modem
|
393 |
+
393 libraries
|
394 |
+
394 pxe
|
395 |
+
395 ms-exchange
|
396 |
+
396 routing
|
397 |
+
397 smtp
|
398 |
+
398 ssl
|
399 |
+
399 remote-access
|
400 |
+
400 directory
|
401 |
+
401 hidden-files
|
402 |
+
402 style
|
403 |
+
403 disk
|
404 |
+
404 memory
|
405 |
+
405 update-manager
|
406 |
+
406 libreoffice
|
407 |
+
407 conversion
|
408 |
+
408 workspaces
|
409 |
+
409 fsck
|
410 |
+
410 default-programs
|
411 |
+
411 paid-applications
|
412 |
+
412 commercial
|
413 |
+
413 evernote
|
414 |
+
414 kmail
|
415 |
+
415 nano
|
416 |
+
416 syntax-highlighting
|
417 |
+
417 c#
|
418 |
+
418 build
|
419 |
+
419 unprivileged
|
420 |
+
420 ati
|
421 |
+
421 internet-radio
|
422 |
+
422 user-management
|
423 |
+
423 dns
|
424 |
+
424 metapackages
|
425 |
+
425 files
|
426 |
+
426 file-format
|
427 |
+
427 format-conversion
|
428 |
+
428 apache2
|
429 |
+
429 websites
|
430 |
+
430 hosting
|
431 |
+
431 card-reader
|
432 |
+
432 time
|
433 |
+
433 qemu
|
434 |
+
434 launcher
|
435 |
+
435 scheduled
|
436 |
+
436 9.04
|
437 |
+
437 special-characters
|
438 |
+
438 unicode
|
439 |
+
439 dolphin
|
440 |
+
440 tunnel
|
441 |
+
441 flv
|
442 |
+
442 globalmenu
|
443 |
+
443 titlebar
|
444 |
+
444 tty
|
445 |
+
445 google-talk
|
446 |
+
446 instant-messaging
|
447 |
+
447 alias
|
448 |
+
448 toshiba-satellite
|
449 |
+
449 fancontrol
|
450 |
+
450 microsoft
|
451 |
+
451 msn
|
452 |
+
452 usability
|
453 |
+
453 mplayer
|
454 |
+
454 xinerama
|
455 |
+
455 gnu-screen
|
456 |
+
456 ssh-agent
|
457 |
+
457 byobu
|
458 |
+
458 avahi
|
459 |
+
459 inspiron
|
460 |
+
460 window-manager
|
461 |
+
461 xbmc
|
462 |
+
462 fluxbox
|
463 |
+
463 kindle
|
464 |
+
464 process
|
465 |
+
465 console-kit
|
466 |
+
466 clone
|
467 |
+
467 hp-pavilion
|
468 |
+
468 java
|
469 |
+
469 ayatana
|
470 |
+
470 cleanup
|
471 |
+
471 merge
|
472 |
+
472 pbuilder
|
473 |
+
473 tmpfs
|
474 |
+
474 terminology
|
475 |
+
475 accessibility
|
476 |
+
476 amazon-mp3-downloader
|
477 |
+
477 webcam
|
478 |
+
478 re-installation
|
479 |
+
479 dell-mini-9
|
480 |
+
480 tv-tuner
|
481 |
+
481 ps3
|
482 |
+
482 photo-management
|
483 |
+
483 facebook
|
484 |
+
484 lock-screen
|
485 |
+
485 devices
|
486 |
+
486 rpm
|
487 |
+
487 focus
|
488 |
+
488 bazaar
|
489 |
+
489 jack
|
490 |
+
490 intranet
|
491 |
+
491 usb-modeswitch
|
492 |
+
492 realtek
|
493 |
+
493 gmplayer
|
494 |
+
494 skype
|
495 |
+
495 pidgin
|
496 |
+
496 mediawiki
|
497 |
+
497 contacts
|
498 |
+
498 remote
|
499 |
+
499 boxee
|
500 |
+
500 user-profile
|
501 |
+
501 error-handling
|
502 |
+
502 midi
|
503 |
+
503 regex
|
504 |
+
504 events
|
505 |
+
505 xubuntu
|
506 |
+
506 32-bit
|
507 |
+
507 awesome
|
508 |
+
508 productivity
|
509 |
+
509 hostname
|
510 |
+
510 screensaver
|
511 |
+
511 vlc
|
512 |
+
512 vala
|
513 |
+
513 virtualhost
|
514 |
+
514 clipboard
|
515 |
+
515 modules
|
516 |
+
516 blacklist
|
517 |
+
517 architecture
|
518 |
+
518 ghostscript
|
519 |
+
519 mime-type
|
520 |
+
520 emblem
|
521 |
+
521 deadlock
|
522 |
+
522 chromium
|
523 |
+
523 dropbox
|
524 |
+
524 extension
|
525 |
+
525 internationalization
|
526 |
+
526 gvim
|
527 |
+
527 netbeans
|
528 |
+
528 localrepository
|
529 |
+
529 moonlight
|
530 |
+
530 lyx
|
531 |
+
531 ifolder
|
532 |
+
532 streaming
|
533 |
+
533 pinning
|
534 |
+
534 tether
|
535 |
+
535 file-server
|
536 |
+
536 ubuntu-font-family
|
537 |
+
537 intel-graphics
|
538 |
+
538 tearing
|
539 |
+
539 cube
|
540 |
+
540 lirc
|
541 |
+
541 peripherals
|
542 |
+
542 smartphone
|
543 |
+
543 proxy
|
544 |
+
544 brightness
|
545 |
+
545 monitoring
|
546 |
+
546 twitter
|
547 |
+
547 client
|
548 |
+
548 cpu
|
549 |
+
549 governor
|
550 |
+
550 fingerprint-reader
|
551 |
+
551 bamboo
|
552 |
+
552 maintenance
|
553 |
+
553 rm
|
554 |
+
554 matlab
|
555 |
+
555 vino
|
556 |
+
556 tethering
|
557 |
+
557 wget
|
558 |
+
558 bittorrent
|
559 |
+
559 freenx
|
560 |
+
560 neatx
|
561 |
+
561 evince
|
562 |
+
562 camera
|
563 |
+
563 rails
|
564 |
+
564 css
|
565 |
+
565 solaris
|
566 |
+
566 inkscape
|
567 |
+
567 duplicate-files
|
568 |
+
568 source-code
|
569 |
+
569 automount
|
570 |
+
570 terminator
|
571 |
+
571 dhcpd
|
572 |
+
572 user-space
|
573 |
+
573 sed
|
574 |
+
574 capslock
|
575 |
+
575 virtual-console
|
576 |
+
576 screencast
|
577 |
+
577 desktop-recording
|
578 |
+
578 ffmpeg
|
579 |
+
579 postgresql
|
580 |
+
580 guest-os
|
581 |
+
581 search
|
582 |
+
582 console
|
583 |
+
583 prompt
|
584 |
+
584 dd-wrt
|
585 |
+
585 blender
|
586 |
+
586 add-apt-repository
|
587 |
+
587 malware
|
588 |
+
588 xbox-360
|
589 |
+
589 sshfs
|
590 |
+
590 gnome-do
|
591 |
+
591 widgets
|
592 |
+
592 opera
|
593 |
+
593 process-priority
|
594 |
+
594 realtime
|
595 |
+
595 clipboard-manager
|
596 |
+
596 git
|
597 |
+
597 rabbitvcs
|
598 |
+
598 tomboy
|
599 |
+
599 preferences
|
600 |
+
600 adobe
|
601 |
+
601 overheating
|
602 |
+
602 internet
|
603 |
+
603 nautilus-elementary
|
604 |
+
604 software-sources
|
605 |
+
605 fluendo
|
606 |
+
606 medibuntu
|
607 |
+
607 burg
|
608 |
+
608 file-properties
|
609 |
+
609 document-management
|
610 |
+
610 trackpad
|
611 |
+
611 html
|
612 |
+
612 docky
|
613 |
+
613 gnome-power-manager
|
614 |
+
614 nouveau
|
615 |
+
615 stream
|
616 |
+
616 kvm-switch
|
617 |
+
617 viruses
|
618 |
+
618 optimization
|
619 |
+
619 paths
|
620 |
+
620 gnomevfs
|
621 |
+
621 fglrx
|
622 |
+
622 taskbar
|
623 |
+
623 users
|
624 |
+
624 xfce-panel
|
625 |
+
625 scanning
|
626 |
+
626 recovery-mode
|
627 |
+
627 ext3
|
628 |
+
628 dictionary
|
629 |
+
629 spell-checking
|
630 |
+
630 numlock
|
631 |
+
631 debugging
|
632 |
+
632 trash
|
633 |
+
633 xps-file
|
634 |
+
634 transparency
|
635 |
+
635 .desktop
|
636 |
+
636 dhclient
|
637 |
+
637 dhcp
|
638 |
+
638 resource-limiting
|
639 |
+
639 transcode
|
640 |
+
640 folder
|
641 |
+
641 phone
|
642 |
+
642 windows-xp
|
643 |
+
643 mediaserver
|
644 |
+
644 navigation
|
645 |
+
645 gpu
|
646 |
+
646 cifs
|
647 |
+
647 timezone
|
648 |
+
648 disk-usage
|
649 |
+
649 remastersys
|
650 |
+
650 mint
|
651 |
+
651 amarok
|
652 |
+
652 compression
|
653 |
+
653 podcast
|
654 |
+
654 minecraft
|
655 |
+
655 activities-overview
|
656 |
+
656 cache
|
657 |
+
657 ubuntu-light
|
658 |
+
658 novell-netware
|
659 |
+
659 adobe-air
|
660 |
+
660 screen
|
661 |
+
661 indicator-sound
|
662 |
+
662 audacious
|
663 |
+
663 cd-drive
|
664 |
+
664 gvfs
|
665 |
+
665 dmraid
|
666 |
+
666 window-management
|
667 |
+
667 gconf
|
668 |
+
668 acer
|
669 |
+
669 aspire
|
670 |
+
670 magic-trackpad
|
671 |
+
671 version-control
|
672 |
+
672 naming
|
673 |
+
673 oneconf
|
674 |
+
674 ralink
|
675 |
+
675 canon
|
676 |
+
676 ps1
|
677 |
+
677 filemanager
|
678 |
+
678 telepathy
|
679 |
+
679 iso
|
680 |
+
680 dell
|
681 |
+
681 remote-control
|
682 |
+
682 visio
|
683 |
+
683 gcc
|
684 |
+
684 arm
|
685 |
+
685 crossplatform
|
686 |
+
686 google-earth
|
687 |
+
687 xchat
|
688 |
+
688 monitor
|
689 |
+
689 touchpad
|
690 |
+
690 broadcom
|
691 |
+
691 arabic
|
692 |
+
692 rtl
|
693 |
+
693 tor
|
694 |
+
694 privacy
|
695 |
+
695 animations
|
696 |
+
696 screenshot
|
697 |
+
697 resize
|
698 |
+
698 xkb
|
699 |
+
699 nx
|
700 |
+
700 headset
|
701 |
+
701 button
|
702 |
+
702 rdiff-backup
|
703 |
+
703 rsnapshot
|
704 |
+
704 rsync
|
705 |
+
705 file-extension
|
706 |
+
706 eject
|
707 |
+
707 11.04
|
708 |
+
708 aspire-one
|
709 |
+
709 language
|
710 |
+
710 language-support
|
711 |
+
711 translation
|
712 |
+
712 file-roller
|
713 |
+
713 logging
|
714 |
+
714 8.10
|
715 |
+
715 lan
|
716 |
+
716 visual-artifacts
|
717 |
+
717 database
|
718 |
+
718 qt
|
719 |
+
719 dv6
|
720 |
+
720 intel
|
721 |
+
721 cpu-architecture
|
722 |
+
722 dell-mini-10
|
723 |
+
723 ufw
|
724 |
+
724 gufw
|
725 |
+
725 synaptics
|
726 |
+
726 xmodmap
|
727 |
+
727 macbook-pro
|
728 |
+
728 swf
|
729 |
+
729 3d
|
730 |
+
730 brainstorm
|
731 |
+
731 pitivi
|
732 |
+
732 hp
|
733 |
+
733 gstreamer
|
734 |
+
734 truecrypt
|
735 |
+
735 preseed
|
736 |
+
736 ntfs
|
737 |
+
737 certification
|
738 |
+
738 training
|
739 |
+
739 spotify
|
740 |
+
740 file-association
|
741 |
+
741 ath5k
|
742 |
+
742 bootloader
|
743 |
+
743 dell-studio-xps-16
|
744 |
+
744 cardapio
|
745 |
+
745 hdmi
|
746 |
+
746 naming-conventions
|
747 |
+
747 backport
|
748 |
+
748 indexing
|
749 |
+
749 metadata
|
750 |
+
750 mutter
|
751 |
+
751 twinview
|
752 |
+
752 xserver
|
753 |
+
753 hard-drive
|
754 |
+
754 adduser
|
755 |
+
755 deb
|
756 |
+
756 mouse-scroll
|
757 |
+
757 hyper-v
|
758 |
+
758 benchmarks
|
759 |
+
759 rss
|
760 |
+
760 webdav
|
761 |
+
761 cream
|
762 |
+
762 tail
|
763 |
+
763 grep
|
764 |
+
764 application-submission
|
765 |
+
765 effects
|
766 |
+
766 gnome-shell-extension
|
767 |
+
767 vmware-server
|
768 |
+
768 delicious
|
769 |
+
769 modem-manager
|
770 |
+
770 udisks
|
771 |
+
771 soundcard
|
772 |
+
772 mencoder
|
773 |
+
773 autossh
|
774 |
+
774 alsa
|
775 |
+
775 volume-control
|
776 |
+
776 okular
|
777 |
+
777 compositing
|
778 |
+
778 file-sharing
|
779 |
+
779 interface
|
780 |
+
780 mdadm
|
781 |
+
781 likewise
|
782 |
+
782 active-directory
|
783 |
+
783 proprietary
|
784 |
+
784 apple
|
785 |
+
785 remote-x-session
|
786 |
+
786 executable
|
787 |
+
787 numpad
|
788 |
+
788 eeepc
|
789 |
+
789 macbook
|
790 |
+
790 xampp
|
791 |
+
791 gcalctool
|
792 |
+
792 gitosis
|
793 |
+
793 display-manager
|
794 |
+
794 wakeup
|
795 |
+
795 schedule
|
796 |
+
796 fullscreen
|
797 |
+
797 xmonad
|
798 |
+
798 mode
|
799 |
+
799 webserver
|
800 |
+
800 find
|
801 |
+
801 encoding
|
802 |
+
802 freeze
|
803 |
+
803 opengl
|
804 |
+
804 covergloobus
|
805 |
+
805 finance
|
806 |
+
806 mirrors
|
807 |
+
807 signature
|
808 |
+
808 personalization
|
809 |
+
809 window
|
810 |
+
810 mp3
|
811 |
+
811 clutter
|
812 |
+
812 sound-theme
|
813 |
+
813 open-source
|
814 |
+
814 defrag
|
815 |
+
815 svn
|
816 |
+
816 home-server
|
817 |
+
817 failover
|
818 |
+
818 info
|
819 |
+
819 manpage
|
820 |
+
820 nginx
|
821 |
+
821 uml
|
822 |
+
822 downloads
|
823 |
+
823 11.10
|
824 |
+
824 antialiasing
|
825 |
+
825 brasero
|
826 |
+
826 charset
|
827 |
+
827 elementary-theme
|
828 |
+
828 exaile
|
829 |
+
829 tracker
|
830 |
+
830 memory-usage
|
831 |
+
831 whois
|
832 |
+
832 virtual
|
833 |
+
833 cheese
|
834 |
+
834 network-monitoring
|
835 |
+
835 blu-ray
|
836 |
+
836 pci
|
837 |
+
837 gnome-classic
|
838 |
+
838 lenses
|
839 |
+
839 xps
|
840 |
+
840 afs
|
841 |
+
841 utf-8
|
842 |
+
842 ascii
|
843 |
+
843 connman
|
844 |
+
844 mercurial
|
845 |
+
845 antivirus
|
846 |
+
846 ppc
|
847 |
+
847 gnuplot
|
848 |
+
848 protocol
|
849 |
+
849 hda-intel
|
850 |
+
850 hot-spot
|
851 |
+
851 dialog
|
852 |
+
852 macbook-air
|
853 |
+
853 vmware-player
|
854 |
+
854 convert
|
855 |
+
855 emerald
|
856 |
+
856 sqlite
|
857 |
+
857 memenu
|
858 |
+
858 pim
|
859 |
+
859 hybrid
|
860 |
+
860 rsyslog
|
861 |
+
861 gdebi
|
862 |
+
862 sort
|
863 |
+
863 traffic
|
864 |
+
864 sysrq
|
865 |
+
865 time-command
|
866 |
+
866 job-control
|
867 |
+
867 daap
|
868 |
+
868 xdmcp
|
869 |
+
869 epson
|
870 |
+
870 x11-forwarding
|
871 |
+
871 python3
|
872 |
+
872 blog
|
873 |
+
873 boot-to-ram
|
874 |
+
874 custom-distributions
|
875 |
+
875 custom-installer
|
876 |
+
876 stylus
|
877 |
+
877 text-to-speech
|
878 |
+
878 orca
|
879 |
+
879 dbus
|
880 |
+
880 postgresql-8.4
|
881 |
+
881 totem
|
882 |
+
882 wayland
|
883 |
+
883 ambiance
|
884 |
+
884 c
|
885 |
+
885 fat32
|
886 |
+
886 wireshark
|
887 |
+
887 samsung
|
888 |
+
888 gksu
|
889 |
+
889 vagrant
|
890 |
+
890 thunar
|
891 |
+
891 disk-management
|
892 |
+
892 chmod
|
893 |
+
893 powerpc
|
894 |
+
894 unmount
|
895 |
+
895 mkv
|
896 |
+
896 intel-wireless
|
897 |
+
897 redirect
|
898 |
+
898 drive
|
899 |
+
899 container
|
900 |
+
900 typing-break
|
901 |
+
901 sftp
|
902 |
+
902 gma500
|
903 |
+
903 octave
|
904 |
+
904 squid
|
905 |
+
905 easter-egg
|
906 |
+
906 setup
|
907 |
+
907 sensors
|
908 |
+
908 input-method
|
909 |
+
909 nmap
|
910 |
+
910 nessus
|
911 |
+
911 output
|
912 |
+
912 top
|
913 |
+
913 onboard
|
914 |
+
914 tar
|
915 |
+
915 diff
|
916 |
+
916 mozilla
|
917 |
+
917 blackberry
|
918 |
+
918 mac-mini
|
919 |
+
919 uefi
|
920 |
+
920 port-forwarding
|
921 |
+
921 partitions
|
922 |
+
922 kile
|
923 |
+
923 edubuntu
|
924 |
+
924 xine
|
925 |
+
925 jboss
|
926 |
+
926 asus
|
927 |
+
927 via
|
928 |
+
928 openchrome
|
929 |
+
929 parallels
|
930 |
+
930 gnome2
|
931 |
+
931 cpufreq
|
932 |
+
932 scaling
|
933 |
+
933 frequency
|
934 |
+
934 temperature
|
935 |
+
935 ubuntu-membership
|
936 |
+
936 ibus
|
937 |
+
937 tv
|
938 |
+
938 ubuntu-studio
|
939 |
+
939 dd
|
940 |
+
940 gnome-control-center
|
941 |
+
941 ogg-vorbis
|
942 |
+
942 accounts
|
943 |
+
943 7.10
|
944 |
+
944 tomcat
|
945 |
+
945 multiple-instances
|
946 |
+
946 ardour
|
947 |
+
947 luks
|
948 |
+
948 kmymoney
|
949 |
+
949 aws
|
950 |
+
950 clutterflow
|
951 |
+
951 system-requirements
|
952 |
+
952 flickr
|
953 |
+
953 gnome-shell
|
954 |
+
954 id3
|
955 |
+
955 exif
|
956 |
+
956 ping
|
957 |
+
957 kill
|
958 |
+
958 extract
|
959 |
+
959 ltsp
|
960 |
+
960 tagging
|
961 |
+
961 pixma
|
962 |
+
962 previews
|
963 |
+
963 thumbnails
|
964 |
+
964 dsl
|
965 |
+
965 window-decoration
|
966 |
+
966 binary
|
967 |
+
967 pdf-bookmarks
|
968 |
+
968 contributing
|
969 |
+
969 xdg
|
970 |
+
970 3g
|
971 |
+
971 refit
|
972 |
+
972 crossover-office
|
973 |
+
973 smart
|
974 |
+
974 privoxy
|
975 |
+
975 liferea
|
976 |
+
976 wired
|
977 |
+
977 amd-processor
|
978 |
+
978 virtual-printer
|
979 |
+
979 install-from-source
|
980 |
+
980 jdk
|
981 |
+
981 gnome-settings-daemon
|
982 |
+
982 tasksel
|
983 |
+
983 configuration-management
|
984 |
+
984 task-management
|
985 |
+
985 time-management
|
986 |
+
986 apturl
|
987 |
+
987 pandora
|
988 |
+
988 pianobar
|
989 |
+
989 ubuntu-minimal
|
990 |
+
990 chroot
|
991 |
+
991 ram
|
992 |
+
992 purchase
|
993 |
+
993 wordpress
|
994 |
+
994 epub
|
995 |
+
995 scp
|
996 |
+
996 vinagre
|
997 |
+
997 sip
|
998 |
+
998 auto-completion
|
999 |
+
999 guake
|
1000 |
+
1000 zeitgeist
|
1001 |
+
1001 floppy
|
1002 |
+
1002 vsftpd
|
1003 |
+
1003 shared-folders
|
1004 |
+
1004 deja-dup
|
1005 |
+
1005 exfat
|
1006 |
+
1006 unison
|
1007 |
+
1007 project-management
|
1008 |
+
1008 initramfs
|
1009 |
+
1009 md5sum
|
1010 |
+
1010 glassfish
|
1011 |
+
1011 ubuntu-website
|
1012 |
+
1012 gmrun
|
1013 |
+
1013 vcd
|
1014 |
+
1014 hotot
|
1015 |
+
1015 openbox
|
1016 |
+
1016 synergy
|
1017 |
+
1017 openvz
|
1018 |
+
1018 backintime
|
1019 |
+
1019 dconf
|
1020 |
+
1020 gsettings
|
1021 |
+
1021 traceroute
|
1022 |
+
1022 autotools
|
1023 |
+
1023 lighttpd
|
1024 |
+
1024 application-switcher
|
1025 |
+
1025 krusader
|
1026 |
+
1026 ls
|
1027 |
+
1027 live-environment
|
1028 |
+
1028 gnote
|
1029 |
+
1029 oss-sound-system
|
1030 |
+
1030 multi-core
|
1031 |
+
1031 education
|
1032 |
+
1032 opencl
|
1033 |
+
1033 udev
|
1034 |
+
1034 jabber
|
1035 |
+
1035 libpurple
|
1036 |
+
1036 synapse
|
1037 |
+
1037 eog
|
1038 |
+
1038 speech-recognition
|
1039 |
+
1039 startupmanager
|
1040 |
+
1040 logout
|
1041 |
+
1041 awn
|
1042 |
+
1042 pptp
|
1043 |
+
1043 wicd
|
1044 |
+
1044 testdrive
|
1045 |
+
1045 history
|
1046 |
+
1046 gestures
|
1047 |
+
1047 c++
|
1048 |
+
1048 code-blocks
|
1049 |
+
1049 popcon
|
1050 |
+
1050 persistent
|
1051 |
+
1051 usb-creator
|
1052 |
+
1052 document
|
1053 |
+
1053 apport
|
1054 |
+
1054 shutter
|
1055 |
+
1055 administrator
|
1056 |
+
1056 zoom
|
1057 |
+
1057 ubuntu-wiki
|
1058 |
+
1058 ocr
|
1059 |
+
1059 gnome-session
|
1060 |
+
1060 ktorrent
|
1061 |
+
1061 easytether
|
1062 |
+
1062 django
|
1063 |
+
1063 text-mode
|
1064 |
+
1064 diagram
|
1065 |
+
1065 stackapplet
|
1066 |
+
1066 bookmarks
|
1067 |
+
1067 fortune
|
1068 |
+
1068 pygtk
|
1069 |
+
1069 shuttle
|
1070 |
+
1070 .profile
|
1071 |
+
1071 prism
|
1072 |
+
1072 serial-port
|
1073 |
+
1073 hd-video
|
1074 |
+
1074 evdev
|
1075 |
+
1075 kickstart
|
1076 |
+
1076 hfs+
|
1077 |
+
1077 alacarte
|
1078 |
+
1078 chm
|
1079 |
+
1079 chmsee
|
1080 |
+
1080 openjdk
|
1081 |
+
1081 redmine
|
1082 |
+
1082 resume
|
1083 |
+
1083 putty
|
1084 |
+
1084 audiobooks
|
1085 |
+
1085 audible
|
1086 |
+
1086 enlightenment
|
1087 |
+
1087 perl
|
1088 |
+
1088 adobe-reader
|
1089 |
+
1089 adobe-acrobat
|
1090 |
+
1090 resolv.conf
|
1091 |
+
1091 tftp
|
1092 |
+
1092 fedora
|
1093 |
+
1093 k3b
|
1094 |
+
1094 dvd-backup
|
1095 |
+
1095 coreutils
|
1096 |
+
1096 dockbarx
|
1097 |
+
1097 mountpoint
|
1098 |
+
1098 statusbar
|
1099 |
+
1099 makefile
|
1100 |
+
1100 default-browser
|
1101 |
+
1101 zip
|
1102 |
+
1102 dump
|
1103 |
+
1103 2d
|
1104 |
+
1104 symbolic-link
|
1105 |
+
1105 webgl
|
1106 |
+
1106 branding
|
1107 |
+
1107 cisco
|
1108 |
+
1108 segmentation-fault
|
1109 |
+
1109 hosts
|
1110 |
+
1110 localhost
|
1111 |
+
1111 squid3
|
1112 |
+
1112 local
|
1113 |
+
1113 openssh
|
1114 |
+
1114 connection
|
1115 |
+
1115 broadband
|
1116 |
+
1116 download-speed
|
1117 |
+
1117 input
|
1118 |
+
1118 pipe
|
1119 |
+
1119 nux
|
1120 |
+
1120 xdg-open
|
1121 |
+
1121 debconf
|
1122 |
+
1122 jockey
|
1123 |
+
1123 stack
|
1124 |
+
1124 nagios3
|
1125 |
+
1125 key
|
1126 |
+
1126 ppp
|
1127 |
+
1127 downgrade
|
1128 |
+
1128 poster
|
1129 |
+
1129 zenity
|
1130 |
+
1130 reset
|
1131 |
+
1131 mp3-tag
|
1132 |
+
1132 noise
|
1133 |
+
1133 pommed
|
1134 |
+
1134 syslog
|
1135 |
+
1135 pcie
|
1136 |
+
1136 ndiswrapper
|
1137 |
+
1137 privileges
|
1138 |
+
1138 idle
|
1139 |
+
1139 low-power
|
1140 |
+
1140 spindown
|
1141 |
+
1141 dovecot
|
1142 |
+
1142 phpmyadmin
|
1143 |
+
1143 runit
|
1144 |
+
1144 notes
|
1145 |
+
1145 joomla
|
1146 |
+
1146 filezilla
|
1147 |
+
1147 mp4
|
1148 |
+
1148 pae
|
1149 |
+
1149 username
|
1150 |
+
1150 dvd-audio
|
1151 |
+
1151 zeroconf
|
1152 |
+
1152 wakeonlan
|
1153 |
+
1153 yelp
|
1154 |
+
1154 mogrify
|
1155 |
+
1155 clamav
|
1156 |
+
1156 fish
|
1157 |
+
1157 w3m
|
1158 |
+
1158 couchdb
|
1159 |
+
1159 external-hdd
|
1160 |
+
1160 subtitle
|
1161 |
+
1161 stickynotes
|
1162 |
+
1162 mbr
|
1163 |
+
1163 timeout
|
1164 |
+
1164 12.04
|
1165 |
+
1165 cairo-dock
|
1166 |
+
1166 modprobe
|
1167 |
+
1167 www
|
1168 |
+
1168 bind
|
1169 |
+
1169 webapps
|
1170 |
+
1170 unlock
|
1171 |
+
1171 text-processing
|
1172 |
+
1172 sound-blaster
|
1173 |
+
1173 amd-graphics
|
1174 |
+
1174 share
|
1175 |
+
1175 video-recording
|
1176 |
+
1176 tvtime
|
1177 |
+
1177 wingpanel
|
1178 |
+
1178 background
|
1179 |
+
1179 calculator
|
1180 |
+
1180 opencv
|
1181 |
+
1181 encrypted-partition
|
1182 |
+
1182 fontconfig
|
1183 |
+
1183 disk-ripping
|
1184 |
+
1184 restricted-formats
|
1185 |
+
1185 font-rendering
|
1186 |
+
1186 ups
|
1187 |
+
1187 zend
|
1188 |
+
1188 home-automation
|
1189 |
+
1189 xen
|
1190 |
+
1190 fbgrab
|
1191 |
+
1191 filename
|
1192 |
+
1192 network-bridge
|
1193 |
+
1193 unity-2d
|
1194 |
+
1194 legal
|
1195 |
+
1195 keepass
|
1196 |
+
1196 pure-ftpd
|
1197 |
+
1197 s2ram
|
1198 |
+
1198 dmesg
|
1199 |
+
1199 lm-sensors
|
1200 |
+
1200 lock
|
1201 |
+
1201 tmux
|
1202 |
+
1202 kwallet
|
1203 |
+
1203 terminal-bell
|
1204 |
+
1204 xls
|
1205 |
+
1205 workspace-switcher
|
1206 |
+
1206 layout
|
1207 |
+
1207 audio-sync
|
1208 |
+
1208 openvpn
|
1209 |
+
1209 jfs
|
1210 |
+
1210 pkg-config
|
1211 |
+
1211 scrolling
|
1212 |
+
1212 mouse-wheel
|
1213 |
+
1213 restart
|
1214 |
+
1214 guest-additions
|
1215 |
+
1215 deluge
|
1216 |
+
1216 photo
|
1217 |
+
1217 repair
|
1218 |
+
1218 cursor
|
1219 |
+
1219 hebrew
|
1220 |
+
1220 framerate
|
1221 |
+
1221 lsof
|
1222 |
+
1222 hostap
|
1223 |
+
1223 dyndns
|
1224 |
+
1224 recipe
|
1225 |
+
1225 kernel-modules
|
1226 |
+
1226 amazon-ec2
|
1227 |
+
1227 autokey
|
1228 |
+
1228 usb-storage
|
1229 |
+
1229 cr-48
|
1230 |
+
1230 connection-sharing
|
1231 |
+
1231 apparmor
|
1232 |
+
1232 glib
|
1233 |
+
1233 mpd
|
1234 |
+
1234 sleep
|
1235 |
+
1235 chinese
|
1236 |
+
1236 dpi
|
1237 |
+
1237 tsclient
|
1238 |
+
1238 lame
|
1239 |
+
1239 password-recovery
|
1240 |
+
1240 weather
|
1241 |
+
1241 cd-image
|
1242 |
+
1242 email-client
|
1243 |
+
1243 zsync
|
1244 |
+
1244 alps
|
1245 |
+
1245 reviews
|
1246 |
+
1246 switchbox
|
1247 |
+
1247 adapter
|
1248 |
+
1248 sane
|
1249 |
+
1249 cuda
|
1250 |
+
1250 embedded-system
|
1251 |
+
1251 pgp
|
1252 |
+
1252 logrotate
|
1253 |
+
1253 gnome-activity-journal
|
1254 |
+
1254 sd-card
|
1255 |
+
1255 playback
|
1256 |
+
1256 kde-apps
|
1257 |
+
1257 testdisk
|
1258 |
+
1258 lightdm
|
1259 |
+
1259 vim-plugin
|
1260 |
+
1260 powertop
|
1261 |
+
1261 kopete
|
1262 |
+
1262 logo
|
1263 |
+
1263 xterm
|
1264 |
+
1264 playonlinux
|
1265 |
+
1265 desktopcouch
|
1266 |
+
1266 unzip
|
1267 |
+
1267 apt-cache
|
1268 |
+
1268 png
|
1269 |
+
1269 tabs
|
1270 |
+
1270 emesene
|
1271 |
+
1271 cloning
|
1272 |
+
1272 pyqt
|
1273 |
+
1273 autohide
|
1274 |
+
1274 unix
|
1275 |
+
1275 rename
|
1276 |
+
1276 irssi
|
1277 |
+
1277 plasma
|
1278 |
+
1278 umask
|
1279 |
+
1279 click-policy
|
1280 |
+
1280 i3-wm
|
1281 |
+
1281 transmission
|
1282 |
+
1282 openshot
|
1283 |
+
1283 external-monitor
|
1284 |
+
1284 alt
|
1285 |
+
1285 boot-partition
|
1286 |
+
1286 date
|
1287 |
+
1287 mobi
|
1288 |
+
1288 g++
|
1289 |
+
1289 google
|
1290 |
+
1290 certificates
|
1291 |
+
1291 oracle
|
1292 |
+
1292 cad
|
1293 |
+
1293 etc
|
1294 |
+
1294 ulimit
|
1295 |
+
1295 icon-themes
|
1296 |
+
1296 screen-corruption
|
1297 |
+
1297 djvu
|
1298 |
+
1298 fail2ban
|
1299 |
+
1299 purge
|
1300 |
+
1300 inetd
|
1301 |
+
1301 quota
|
1302 |
+
1302 configure
|
1303 |
+
1303 video-conversion
|
1304 |
+
1304 stable-release-updates
|
1305 |
+
1305 udf
|
1306 |
+
1306 function-keys
|
1307 |
+
1307 tomcat6
|
1308 |
+
1308 anjuta
|
1309 |
+
1309 headless
|
1310 |
+
1310 icecast
|
1311 |
+
1311 sql
|
1312 |
+
1312 xinetd
|
1313 |
+
1313 automatic
|
1314 |
+
1314 cp
|
1315 |
+
1315 hardware-certification
|
1316 |
+
1316 music-player
|
1317 |
+
1317 audacity
|
1318 |
+
1318 usb-installation
|
1319 |
+
1319 audio-recording
|
1320 |
+
1320 editing
|
1321 |
+
1321 tag
|
1322 |
+
1322 vmware-tools
|
1323 |
+
1323 mozc
|
1324 |
+
1324 unity-dash
|
1325 |
+
1325 openldap
|
1326 |
+
1326 midori
|
1327 |
+
1327 ipsec
|
1328 |
+
1328 equivs
|
1329 |
+
1329 atheros
|
1330 |
+
1330 groovy
|
1331 |
+
1331 ubuntu-restricted-extras
|
1332 |
+
1332 avi
|
1333 |
+
1333 wma
|
1334 |
+
1334 system-tray
|
1335 |
+
1335 dvorak
|
1336 |
+
1336 ubuntu-email-address
|
1337 |
+
1337 zombie
|
1338 |
+
1338 partial-upgrade
|
1339 |
+
1339 offline
|
1340 |
+
1340 japanese
|
1341 |
+
1341 unicode-entry
|
1342 |
+
1342 join
|
1343 |
+
1343 dualhead
|
1344 |
+
1344 bashrc
|
1345 |
+
1345 read-only
|
1346 |
+
1346 gateway
|
1347 |
+
1347 nvidia-optimus
|
1348 |
+
1348 grab-handles
|
1349 |
+
1349 clementine
|
1350 |
+
1350 touchscreen
|
1351 |
+
1351 logitech
|
1352 |
+
1352 joystick
|
1353 |
+
1353 github
|
1354 |
+
1354 google-desktop
|
1355 |
+
1355 pam
|
1356 |
+
1356 ethernet
|
1357 |
+
1357 replaygain
|
1358 |
+
1358 radeon
|
1359 |
+
1359 keyserver
|
1360 |
+
1360 openpgp
|
1361 |
+
1361 puppet
|
1362 |
+
1362 virtual-terminal
|
1363 |
+
1363 word-documents
|
1364 |
+
1364 glippy
|
1365 |
+
1365 download-manager
|
1366 |
+
1366 quicklists
|
1367 |
+
1367 microsoft-keyboard
|
1368 |
+
1368 vector-drawings
|
1369 |
+
1369 key-binding
|
1370 |
+
1370 restore
|
1371 |
+
1371 office-communicator
|
1372 |
+
1372 user-mode-linux
|
1373 |
+
1373 hardware-test
|
1374 |
+
1374 overlay-scrollbars
|
1375 |
+
1375 html5
|
1376 |
+
1376 su
|
1377 |
+
1377 webm
|
1378 |
+
1378 last.fm-client
|
1379 |
+
1379 wmv
|
1380 |
+
1380 adb
|
1381 |
+
1381 transfer
|
1382 |
+
1382 pipelight
|
1383 |
+
1383 google-video
|
1384 |
+
1384 compose
|
1385 |
+
1385 enigmail
|
1386 |
+
1386 capture
|
1387 |
+
1387 ac100
|
1388 |
+
1388 hadoop
|
1389 |
+
1389 aac
|
1390 |
+
1390 helpfile
|
1391 |
+
1391 tooltip
|
1392 |
+
1392 source
|
1393 |
+
1393 gnome-open
|
1394 |
+
1394 bc
|
1395 |
+
1395 panorama
|
1396 |
+
1396 batch-rename
|
1397 |
+
1397 uds
|
1398 |
+
1398 drupal
|
1399 |
+
1399 bitcoin
|
1400 |
+
1400 python-2.7
|
1401 |
+
1401 screenlets
|
1402 |
+
1402 monodevelop
|
1403 |
+
1403 domain-server
|
1404 |
+
1404 laserjet
|
1405 |
+
1405 12.10
|
1406 |
+
1406 hal
|
1407 |
+
1407 display-resolution
|
1408 |
+
1408 red5
|
1409 |
+
1409 cairo
|
1410 |
+
1410 turbo-boost
|
1411 |
+
1411 vga
|
1412 |
+
1412 alternate
|
1413 |
+
1413 vmware-fusion
|
1414 |
+
1414 mingw32
|
1415 |
+
1415 lightning
|
1416 |
+
1416 policy
|
1417 |
+
1417 scopes
|
1418 |
+
1418 nomodeset
|
1419 |
+
1419 imagemagick
|
1420 |
+
1420 gnash
|
1421 |
+
1421 lxdm
|
1422 |
+
1422 git-buildpackage
|
1423 |
+
1423 crashplan
|
1424 |
+
1424 webex
|
1425 |
+
1425 teminal-bell
|
1426 |
+
1426 fdisk
|
1427 |
+
1427 ccsm
|
1428 |
+
1428 icaclient
|
1429 |
+
1429 duplicity
|
1430 |
+
1430 yahoo
|
1431 |
+
1431 xulrunner
|
1432 |
+
1432 cookie
|
1433 |
+
1433 keycodes
|
1434 |
+
1434 rar
|
1435 |
+
1435 minimize
|
1436 |
+
1436 pm-utils
|
1437 |
+
1437 firewire
|
1438 |
+
1438 boot-failure
|
1439 |
+
1439 chess
|
1440 |
+
1440 localization
|
1441 |
+
1441 web-design
|
1442 |
+
1442 r
|
1443 |
+
1443 vpnc
|
1444 |
+
1444 slideshow
|
1445 |
+
1445 mass-storage
|
1446 |
+
1446 multiple-users
|
1447 |
+
1447 release
|
1448 |
+
1448 lxde
|
1449 |
+
1449 online-accounts
|
1450 |
+
1450 system-settings
|
1451 |
+
1451 comparison
|
1452 |
+
1452 compiler
|
1453 |
+
1453 adhoc
|
1454 |
+
1454 lockup
|
1455 |
+
1455 bumblebee
|
1456 |
+
1456 rosegarden
|
1457 |
+
1457 dvb
|
1458 |
+
1458 compaq
|
1459 |
+
1459 multipath
|
1460 |
+
1460 visualization
|
1461 |
+
1461 v-ram
|
1462 |
+
1462 ubuntu-one-api
|
1463 |
+
1463 media
|
1464 |
+
1464 apt-mirror
|
1465 |
+
1465 sasl
|
1466 |
+
1466 mail-server
|
1467 |
+
1467 oss
|
1468 |
+
1468 mumble
|
1469 |
+
1469 kiosk
|
1470 |
+
1470 mesa
|
1471 |
+
1471 wheel
|
1472 |
+
1472 url
|
1473 |
+
1473 xfwm4
|
1474 |
+
1474 compose-key
|
1475 |
+
1475 xdg-base-directory
|
1476 |
+
1476 webmin
|
1477 |
+
1477 cybercafe
|
1478 |
+
1478 ssh-import-id
|
1479 |
+
1479 nice
|
1480 |
+
1480 curl
|
1481 |
+
1481 texas-instruments
|
1482 |
+
1482 multipointerx
|
1483 |
+
1483 kdm
|
1484 |
+
1484 huawei
|
1485 |
+
1485 multiple-desktops
|
1486 |
+
1486 uuid
|
1487 |
+
1487 maven-3
|
1488 |
+
1488 multiarch
|
1489 |
+
1489 proposed-updates
|
1490 |
+
1490 eclipse-cdt
|
1491 |
+
1491 compilation-target
|
1492 |
+
1492 subpixel-rendering
|
1493 |
+
1493 auto-login
|
1494 |
+
1494 calibre
|
1495 |
+
1495 openswan
|
1496 |
+
1496 lexmark
|
1497 |
+
1497 nat
|
1498 |
+
1498 debuild
|
1499 |
+
1499 avidemux
|
1500 |
+
1500 projector
|
1501 |
+
1501 poulsbo
|
1502 |
+
1502 diagnostic
|
1503 |
+
1503 uck
|
1504 |
+
1504 docking
|
1505 |
+
1505 cyrus
|
1506 |
+
1506 google-plus
|
1507 |
+
1507 unetbootin
|
1508 |
+
1508 apt-cacher-ng
|
1509 |
+
1509 objective-c
|
1510 |
+
1510 ricoh
|
1511 |
+
1511 digikam
|
1512 |
+
1512 juju
|
1513 |
+
1513 apic
|
1514 |
+
1514 smplayer
|
1515 |
+
1515 chromebook
|
1516 |
+
1516 elinks
|
1517 |
+
1517 qbittorrent
|
1518 |
+
1518 picasa
|
1519 |
+
1519 remapping
|
1520 |
+
1520 chef
|
1521 |
+
1521 gtalk
|
1522 |
+
1522 sata
|
1523 |
+
1523 vgaswitcheroo
|
1524 |
+
1524 posix-compliant
|
1525 |
+
1525 dkms
|
1526 |
+
1526 ddclient
|
1527 |
+
1527 grub-efi
|
1528 |
+
1528 locate
|
1529 |
+
1529 updatedb
|
1530 |
+
1530 reiserfs
|
1531 |
+
1531 ideapad
|
1532 |
+
1532 meego
|
1533 |
+
1533 hd6470m
|
1534 |
+
1534 rtmp
|
1535 |
+
1535 mms
|
1536 |
+
1536 split
|
1537 |
+
1537 ip-address
|
1538 |
+
1538 do-release-upgrade
|
1539 |
+
1539 org-mode
|
1540 |
+
1540 version
|
1541 |
+
1541 passwd-file
|
1542 |
+
1542 cpan
|
1543 |
+
1543 thunderbolt
|
1544 |
+
1544 scanner
|
1545 |
+
1545 disk-utility
|
1546 |
+
1546 sector-size
|
1547 |
+
1547 syntax
|
1548 |
+
1548 jre
|
1549 |
+
1549 google-musicmanager
|
1550 |
+
1550 sound-editor
|
1551 |
+
1551 zram
|
1552 |
+
1552 sshd
|
1553 |
+
1553 webkit
|
1554 |
+
1554 timestamp
|
1555 |
+
1555 creative-zen
|
1556 |
+
1556 korean
|
1557 |
+
1557 plasma-netbook
|
1558 |
+
1558 lid
|
1559 |
+
1559 file-size
|
1560 |
+
1560 nohup
|
1561 |
+
1561 rtorrent
|
1562 |
+
1562 mbox
|
1563 |
+
1563 maildir
|
1564 |
+
1564 touchegg
|
1565 |
+
1565 remmina
|
1566 |
+
1566 ubuntu-forums
|
1567 |
+
1567 magento
|
1568 |
+
1568 arduino
|
1569 |
+
1569 geany
|
1570 |
+
1570 modelines
|
1571 |
+
1571 bootchart
|
1572 |
+
1572 tiling
|
1573 |
+
1573 hplip
|
1574 |
+
1574 webapp-development
|
1575 |
+
1575 mtp
|
1576 |
+
1576 ncurses
|
1577 |
+
1577 slim
|
1578 |
+
1578 wav
|
1579 |
+
1579 mongodb
|
1580 |
+
1580 web-development
|
1581 |
+
1581 batch
|
1582 |
+
1582 lxpanel
|
1583 |
+
1583 miro
|
1584 |
+
1584 ekiga
|
1585 |
+
1585 disk-check
|
1586 |
+
1586 openssl
|
1587 |
+
1587 kdenlive
|
1588 |
+
1588 boinc
|
1589 |
+
1589 google-picasa
|
1590 |
+
1590 windows-8
|
1591 |
+
1591 hybrid-graphics
|
1592 |
+
1592 webp
|
1593 |
+
1593 convert-command
|
1594 |
+
1594 checksums
|
1595 |
+
1595 p2p
|
1596 |
+
1596 claws
|
1597 |
+
1597 bugzilla
|
1598 |
+
1598 power-cog
|
1599 |
+
1599 pcmanfm
|
1600 |
+
1600 wpa2
|
1601 |
+
1601 sylpheed
|
1602 |
+
1602 multiverse
|
1603 |
+
1603 wunderlist
|
1604 |
+
1604 jpeg
|
1605 |
+
1605 bzip2
|
1606 |
+
1606 sox
|
1607 |
+
1607 startup-applications
|
1608 |
+
1608 cloud-init
|
1609 |
+
1609 qt-creator
|
1610 |
+
1610 gdb
|
1611 |
+
1611 fuse
|
1612 |
+
1612 sdl
|
1613 |
+
1613 framebuffer
|
1614 |
+
1614 mediatomb
|
1615 |
+
1615 iscsi
|
1616 |
+
1616 voice-recognition
|
1617 |
+
1617 jupiter
|
1618 |
+
1618 engine
|
1619 |
+
1619 lua
|
1620 |
+
1620 ip
|
1621 |
+
1621 unity-greeter
|
1622 |
+
1622 ncmpcpp
|
1623 |
+
1623 jdownloader
|
1624 |
+
1624 ubuntu-one-windows
|
1625 |
+
1625 lg
|
1626 |
+
1626 hamster
|
1627 |
+
1627 epiphany
|
1628 |
+
1628 fax
|
1629 |
+
1629 apt-cacher
|
1630 |
+
1630 mariadb
|
1631 |
+
1631 looking-glass
|
1632 |
+
1632 m4a
|
1633 |
+
1633 teamviewer
|
1634 |
+
1634 lxc
|
1635 |
+
1635 vaapi
|
1636 |
+
1636 make
|
1637 |
+
1637 mutt
|
1638 |
+
1638 mainline-kernel
|
1639 |
+
1639 javascript
|
1640 |
+
1640 ubuntu-bug
|
1641 |
+
1641 kaddressbook
|
1642 |
+
1642 davmail
|
1643 |
+
1643 xbacklight
|
1644 |
+
1644 pantheon
|
1645 |
+
1645 madwifi
|
1646 |
+
1646 ubuntu-core
|
1647 |
+
1647 cinelerra
|
1648 |
+
1648 gnome-fallback
|
1649 |
+
1649 telnet
|
1650 |
+
1650 reverse-tethering
|
1651 |
+
1651 prevent
|
1652 |
+
1652 gtk3
|
1653 |
+
1653 gloobus-preview
|
1654 |
+
1654 unreadable
|
1655 |
+
1655 gnome-tweak-tool
|
1656 |
+
1656 launchy
|
1657 |
+
1657 keyboard-backlight
|
1658 |
+
1658 media-buttons
|
1659 |
+
1659 postscript
|
1660 |
+
1660 restricted
|
1661 |
+
1661 sopcast
|
1662 |
+
1662 sublime-text
|
1663 |
+
1663 clonezilla
|
1664 |
+
1664 motd
|
1665 |
+
1665 keys
|
1666 |
+
1666 pascal
|
1667 |
+
1667 handbrake
|
1668 |
+
1668 applications-lens
|
1669 |
+
1669 unionfs
|
1670 |
+
1670 xscreensaver
|
1671 |
+
1671 ureadahead
|
1672 |
+
1672 pygi
|
1673 |
+
1673 porting
|
1674 |
+
1674 runlevel
|
1675 |
+
1675 w64codecs
|
1676 |
+
1676 data-loss
|
1677 |
+
1677 sansa-clip
|
1678 |
+
1678 kupfer
|
1679 |
+
1679 phonon
|
1680 |
+
1680 vdi
|
1681 |
+
1681 muon-package-manager
|
1682 |
+
1682 lazarus
|
1683 |
+
1683 smb
|
1684 |
+
1684 grooveshark
|
1685 |
+
1685 gtkrc
|
1686 |
+
1686 device-name
|
1687 |
+
1687 orchestra
|
1688 |
+
1688 https
|
1689 |
+
1689 windows-phone
|
1690 |
+
1690 system-info
|
1691 |
+
1691 checkinstall
|
1692 |
+
1692 nautilus-script
|
1693 |
+
1693 checkbox
|
1694 |
+
1694 visudo
|
1695 |
+
1695 firefox-extensions
|
1696 |
+
1696 mute
|
1697 |
+
1697 file-type
|
1698 |
+
1698 ms-dos
|
1699 |
+
1699 dosbox
|
1700 |
+
1700 workrave
|
1701 |
+
1701 messaging-tray
|
1702 |
+
1702 xinput
|
1703 |
+
1703 lyrics
|
1704 |
+
1704 unsupported-packages
|
1705 |
+
1705 app-install
|
1706 |
+
1706 linux-headers
|
1707 |
+
1707 keyboard-accelerators
|
1708 |
+
1708 playlists
|
1709 |
+
1709 audio-jack
|
1710 |
+
1710 launchpad-api
|
1711 |
+
1711 launchpadlib
|
1712 |
+
1712 openstack
|
1713 |
+
1713 multiboot
|
1714 |
+
1714 idle-python
|
1715 |
+
1715 xcompmgr
|
1716 |
+
1716 vdpau
|
1717 |
+
1717 scrollbar
|
1718 |
+
1718 free-software
|
1719 |
+
1719 marlin
|
1720 |
+
1720 drm
|
1721 |
+
1721 centrino
|
1722 |
+
1722 greybird
|
1723 |
+
1723 home-theatre
|
1724 |
+
1724 groups
|
1725 |
+
1725 mov
|
1726 |
+
1726 spyder
|
1727 |
+
1727 freemat
|
1728 |
+
1728 charms
|
1729 |
+
1729 powernap
|
1730 |
+
1730 akonadi
|
1731 |
+
1731 14.04
|
1732 |
+
1732 kerberos
|
1733 |
+
1733 debian-installer
|
1734 |
+
1734 busybox
|
1735 |
+
1735 zfs
|
1736 |
+
1736 xfce4-power-manager
|
1737 |
+
1737 installed-programs
|
1738 |
+
1738 macbuntu
|
1739 |
+
1739 pyside
|
1740 |
+
1740 16.04
|
1741 |
+
1741 msi
|
1742 |
+
1742 templates
|
1743 |
+
1743 cddb
|
1744 |
+
1744 one-hundred-paper-cuts
|
1745 |
+
1745 skel
|
1746 |
+
1746 jungledisk
|
1747 |
+
1747 online-storage
|
1748 |
+
1748 asterisk
|
1749 |
+
1749 brother
|
1750 |
+
1750 kde4
|
1751 |
+
1751 gpt
|
1752 |
+
1752 vmware-workstation
|
1753 |
+
1753 glade
|
1754 |
+
1754 proc
|
1755 |
+
1755 logitech-unifying
|
1756 |
+
1756 memory-leak
|
1757 |
+
1757 bluefish
|
1758 |
+
1758 cursor-theme
|
1759 |
+
1759 ndb
|
1760 |
+
1760 ip-scanner
|
1761 |
+
1761 firestarter
|
1762 |
+
1762 package-info
|
1763 |
+
1763 workgroup
|
1764 |
+
1764 gnome-disk-utility
|
1765 |
+
1765 nautilus-actions
|
1766 |
+
1766 presario
|
1767 |
+
1767 devilspie
|
1768 |
+
1768 mate
|
1769 |
+
1769 case-insensitive
|
1770 |
+
1770 functions
|
1771 |
+
1771 squashfs
|
1772 |
+
1772 faenza
|
1773 |
+
1773 shebang
|
1774 |
+
1774 microsoft-word
|
1775 |
+
1775 gdevilspie
|
1776 |
+
1776 boot-repair
|
1777 |
+
1777 autofs
|
1778 |
+
1778 chown
|
1779 |
+
1779 rabbitmq
|
1780 |
+
1780 social
|
1781 |
+
1781 lsb-release
|
1782 |
+
1782 ushare
|
1783 |
+
1783 pastebin
|
1784 |
+
1784 aircrack-ng
|
1785 |
+
1785 mobile-broadband
|
1786 |
+
1786 pip
|
1787 |
+
1787 switch-user
|
1788 |
+
1788 nokia
|
1789 |
+
1789 spdif
|
1790 |
+
1790 gif
|
1791 |
+
1791 xml
|
1792 |
+
1792 environment
|
1793 |
+
1793 libunity
|
1794 |
+
1794 libdbusmenu
|
1795 |
+
1795 gem
|
1796 |
+
1796 video-streaming
|
1797 |
+
1797 catalyst
|
1798 |
+
1798 setcap
|
1799 |
+
1799 virt-manager
|
1800 |
+
1800 remote-login
|
1801 |
+
1801 zte
|
1802 |
+
1802 libxml
|
1803 |
+
1803 minitube
|
1804 |
+
1804 ubuntu-tv
|
1805 |
+
1805 cinnamon
|
1806 |
+
1806 overclocking
|
1807 |
+
1807 pstn
|
1808 |
+
1808 tcl
|
1809 |
+
1809 x121e
|
1810 |
+
1810 dvi
|
1811 |
+
1811 kolourpaint
|
1812 |
+
1812 flac
|
1813 |
+
1813 orientation
|
1814 |
+
1814 wii
|
1815 |
+
1815 systray
|
1816 |
+
1816 lenovo-s12-intel
|
1817 |
+
1817 beatbox
|
1818 |
+
1818 send2printer
|
1819 |
+
1819 npm
|
1820 |
+
1820 rotate-monitor
|
1821 |
+
1821 add-on
|
1822 |
+
1822 dash-shell
|
1823 |
+
1823 pavucontrol
|
1824 |
+
1824 customizer
|
1825 |
+
1825 abiword
|
1826 |
+
1826 hud
|
1827 |
+
1827 4g
|
1828 |
+
1828 sound-juicer
|
1829 |
+
1829 pcsx2
|
1830 |
+
1830 pptpd
|
1831 |
+
1831 dead-keys
|
1832 |
+
1832 fortran
|
1833 |
+
1833 ubuntu-pay
|
1834 |
+
1834 wvdial
|
1835 |
+
1835 quodlibet
|
1836 |
+
1836 texlive
|
1837 |
+
1837 elementary
|
1838 |
+
1838 passwd
|
1839 |
+
1839 persistence
|
1840 |
+
1840 gnome-boxes
|
1841 |
+
1841 virtualdesktop
|
1842 |
+
1842 kinect
|
1843 |
+
1843 kodak
|
1844 |
+
1844 boot-order
|
1845 |
+
1845 ircd-hybrid
|
1846 |
+
1846 telinit
|
1847 |
+
1847 duplicate
|
1848 |
+
1848 rekonq
|
1849 |
+
1849 kwin
|
1850 |
+
1850 removing
|
1851 |
+
1851 beta
|
1852 |
+
1852 xte
|
1853 |
+
1853 boost
|
1854 |
+
1854 motif
|
1855 |
+
1855 dnsmasq
|
1856 |
+
1856 gnome-screensaver
|
1857 |
+
1857 hostapd
|
1858 |
+
1858 dnscrypt-proxy
|
1859 |
+
1859 cross-compilation
|
1860 |
+
1860 wpa-supplicant
|
1861 |
+
1861 signal
|
1862 |
+
1862 ubuntu-for-android
|
1863 |
+
1863 encfs
|
1864 |
+
1864 trademark
|
1865 |
+
1865 xev
|
1866 |
+
1866 uptime
|
1867 |
+
1867 zsnes
|
1868 |
+
1868 video-driver
|
1869 |
+
1869 statistical
|
1870 |
+
1870 pandoc
|
1871 |
+
1871 gobject
|
1872 |
+
1872 xdotool
|
1873 |
+
1873 lxterminal
|
1874 |
+
1874 router
|
1875 |
+
1875 unallocated
|
1876 |
+
1876 stress-testing
|
1877 |
+
1877 preload
|
1878 |
+
1878 pysdm
|
1879 |
+
1879 zimbra
|
1880 |
+
1880 bootcamp
|
1881 |
+
1881 vi
|
1882 |
+
1882 squid-deb-proxy
|
1883 |
+
1883 netstat
|
1884 |
+
1884 execute-command
|
1885 |
+
1885 lowgraphics
|
1886 |
+
1886 maas
|
1887 |
+
1887 gnome-screenshot
|
1888 |
+
1888 cmyk
|
1889 |
+
1889 netgear
|
1890 |
+
1890 hp-cloud
|
1891 |
+
1891 dkim
|
1892 |
+
1892 myunity
|
1893 |
+
1893 musicbrainz
|
1894 |
+
1894 zotero
|
1895 |
+
1895 easybcd
|
1896 |
+
1896 alienware
|
1897 |
+
1897 locally-integrated-menus
|
1898 |
+
1898 yakuake
|
1899 |
+
1899 airplane-mode
|
1900 |
+
1900 scale-mode
|
1901 |
+
1901 standalone-session
|
1902 |
+
1902 nimbuzz
|
1903 |
+
1903 trackpoint
|
1904 |
+
1904 pango
|
1905 |
+
1905 dell-vostro
|
1906 |
+
1906 shredding
|
1907 |
+
1907 ceph
|
1908 |
+
1908 anacron
|
1909 |
+
1909 vuze
|
1910 |
+
1910 bsd
|
1911 |
+
1911 xvfb
|
1912 |
+
1912 oxygen
|
1913 |
+
1913 gnumeric
|
1914 |
+
1914 release-upgrade
|
1915 |
+
1915 sis-graphics
|
1916 |
+
1916 show-desktop
|
1917 |
+
1917 uget
|
1918 |
+
1918 panel-applets
|
1919 |
+
1919 hotplug
|
1920 |
+
1920 13.04
|
1921 |
+
1921 vodafone
|
1922 |
+
1922 downloaders
|
1923 |
+
1923 elantech
|
1924 |
+
1924 alcatel
|
1925 |
+
1925 wmctrl
|
1926 |
+
1926 randr
|
1927 |
+
1927 bbswitch
|
1928 |
+
1928 gthumb
|
1929 |
+
1929 held-packages
|
1930 |
+
1930 mysql-workbench
|
1931 |
+
1931 7zip
|
1932 |
+
1932 dynamic-ip
|
1933 |
+
1933 disconnect
|
1934 |
+
1934 snmp
|
1935 |
+
1935 gpg
|
1936 |
+
1936 duplex-printing
|
1937 |
+
1937 popup-ads
|
1938 |
+
1938 whoopsie
|
1939 |
+
1939 standby
|
1940 |
+
1940 location-bar
|
1941 |
+
1941 markdown
|
1942 |
+
1942 kdevelop
|
1943 |
+
1943 maximized
|
1944 |
+
1944 paint
|
1945 |
+
1945 eps
|
1946 |
+
1946 plank
|
1947 |
+
1947 nautilus-extensions
|
1948 |
+
1948 cacti
|
1949 |
+
1949 wpa
|
1950 |
+
1950 libvirt
|
1951 |
+
1951 hp-touchpad
|
1952 |
+
1952 .ttf
|
1953 |
+
1953 digital-dairy
|
1954 |
+
1954 gettext
|
1955 |
+
1955 mib
|
1956 |
+
1956 scribus
|
1957 |
+
1957 restricted-access
|
1958 |
+
1958 scidavis
|
1959 |
+
1959 displayport
|
1960 |
+
1960 deadbeef
|
1961 |
+
1961 sh
|
1962 |
+
1962 qml
|
1963 |
+
1963 software-updater
|
1964 |
+
1964 glibc
|
1965 |
+
1965 usbhid
|
1966 |
+
1966 virtualbox-networking
|
1967 |
+
1967 update-alternatives
|
1968 |
+
1968 konica
|
1969 |
+
1969 google-drive
|
1970 |
+
1970 grive
|
1971 |
+
1971 secure-boot
|
1972 |
+
1972 mpi
|
1973 |
+
1973 accomplishments
|
1974 |
+
1974 crunchbang
|
1975 |
+
1975 sms
|
1976 |
+
1976 grubrescue
|
1977 |
+
1977 ios
|
1978 |
+
1978 hvr-2250
|
1979 |
+
1979 boot-time
|
1980 |
+
1980 adsl
|
1981 |
+
1981 socks5
|
1982 |
+
1982 wireless-keyboards
|
1983 |
+
1983 display-rotation
|
1984 |
+
1984 upload
|
1985 |
+
1985 runescape
|
1986 |
+
1986 xerox
|
1987 |
+
1987 pidgin-sipe
|
1988 |
+
1988 microsoft-lync
|
1989 |
+
1989 google-maps
|
1990 |
+
1990 vncviewer
|
1991 |
+
1991 broadcasting
|
1992 |
+
1992 memory-test
|
1993 |
+
1993 useradd
|
1994 |
+
1994 intel-cpu
|
1995 |
+
1995 opendns
|
1996 |
+
1996 tuxguitar
|
1997 |
+
1997 plex
|
1998 |
+
1998 sockets
|
1999 |
+
1999 software-uninstall
|
2000 |
+
2000 moodle
|
2001 |
+
2001 non-pae
|
2002 |
+
2002 libav
|
2003 |
+
2003 17.04
|
2004 |
+
2004 gtk-2
|
2005 |
+
2005 appindicator
|
2006 |
+
2006 crash
|
2007 |
+
2007 address-book
|
2008 |
+
2008 wifi-hardware-switch
|
2009 |
+
2009 inotify
|
2010 |
+
2010 midnight-commander
|
2011 |
+
2011 color-depth
|
2012 |
+
2012 cgi
|
2013 |
+
2013 cdma
|
2014 |
+
2014 syslinux
|
2015 |
+
2015 dh-make
|
2016 |
+
2016 menu-bar
|
2017 |
+
2017 touch-command
|
2018 |
+
2018 df
|
2019 |
+
2019 dvb-t
|
2020 |
+
2020 nvidia-current-dev
|
2021 |
+
2021 gst
|
2022 |
+
2022 utorrent
|
2023 |
+
2023 crossover
|
2024 |
+
2024 ip-forward
|
2025 |
+
2025 yum
|
2026 |
+
2026 notify-send
|
2027 |
+
2027 stable
|
2028 |
+
2028 tuxonice
|
2029 |
+
2029 cryptroot
|
2030 |
+
2030 pkexec
|
2031 |
+
2031 xbindkeys
|
2032 |
+
2032 scons
|
2033 |
+
2033 ntop
|
2034 |
+
2034 fujitsu-siemens
|
2035 |
+
2035 bricscad
|
2036 |
+
2036 os-prober
|
2037 |
+
2037 nova
|
2038 |
+
2038 icedtea
|
2039 |
+
2039 ibm
|
2040 |
+
2040 rfkill
|
2041 |
+
2041 avconv
|
2042 |
+
2042 xfs
|
2043 |
+
2043 external-soundcard
|
2044 |
+
2044 toshiba
|
2045 |
+
2045 pdfgrep
|
2046 |
+
2046 dotnet
|
2047 |
+
2047 logs
|
2048 |
+
2048 fatrat
|
2049 |
+
2049 chrubuntu
|
2050 |
+
2050 recoll
|
2051 |
+
2051 mathematica
|
2052 |
+
2052 ogg-opus
|
2053 |
+
2053 awk
|
2054 |
+
2054 polipo
|
2055 |
+
2055 ahci
|
2056 |
+
2056 pentesting
|
2057 |
+
2057 x11rdp
|
2058 |
+
2058 xrdp
|
2059 |
+
2059 radiance
|
2060 |
+
2060 krunner
|
2061 |
+
2061 kickoff
|
2062 |
+
2062 apt-fast
|
2063 |
+
2063 csv
|
2064 |
+
2064 raspberrypi
|
2065 |
+
2065 snapshot
|
2066 |
+
2066 axel
|
2067 |
+
2067 cpuinfo
|
2068 |
+
2068 mailing-list
|
2069 |
+
2069 yumi
|
2070 |
+
2070 irda
|
2071 |
+
2071 intel-video
|
2072 |
+
2072 static-ip
|
2073 |
+
2073 filelink
|
2074 |
+
2074 master-pdf-editor
|
2075 |
+
2075 portable
|
2076 |
+
2076 htop
|
2077 |
+
2077 release-notes
|
2078 |
+
2078 lirc-zilog
|
2079 |
+
2079 nodejs
|
2080 |
+
2080 selinux
|
2081 |
+
2081 ubuntu-gnome
|
2082 |
+
2082 ptp
|
2083 |
+
2083 abcde
|
2084 |
+
2084 packet-analyzer
|
2085 |
+
2085 sendmail
|
2086 |
+
2086 usbfs
|
2087 |
+
2087 tinyos
|
2088 |
+
2088 context-menu
|
2089 |
+
2089 idm
|
2090 |
+
2090 korganizer
|
2091 |
+
2091 lightread
|
2092 |
+
2092 rygel
|
2093 |
+
2093 teamspeak
|
2094 |
+
2094 nexus-7
|
2095 |
+
2095 kde-telepathy
|
2096 |
+
2096 xhci-hcd
|
2097 |
+
2097 a2dp
|
2098 |
+
2098 cuttlefish
|
2099 |
+
2099 switchable-graphics
|
2100 |
+
2100 dynamic-linking
|
2101 |
+
2101 ld
|
2102 |
+
2102 lspci
|
2103 |
+
2103 nemo
|
2104 |
+
2104 yaboot
|
2105 |
+
2105 erlang
|
2106 |
+
2106 backuppc
|
2107 |
+
2107 amazon
|
2108 |
+
2108 shopping-lens
|
2109 |
+
2109 ath9k
|
2110 |
+
2110 htc
|
2111 |
+
2111 multi-user
|
2112 |
+
2112 canonical-livepatch
|
2113 |
+
2113 alien
|
2114 |
+
2114 vmdk
|
2115 |
+
2115 goldendict
|
2116 |
+
2116 sagemath
|
2117 |
+
2117 vst
|
2118 |
+
2118 audio-player
|
2119 |
+
2119 darktable
|
2120 |
+
2120 dist-upgrade
|
2121 |
+
2121 lynx
|
2122 |
+
2122 barcode
|
2123 |
+
2123 ultrabook
|
2124 |
+
2124 intel-hd
|
2125 |
+
2125 ac3
|
2126 |
+
2126 source-packages
|
2127 |
+
2127 web-feed
|
2128 |
+
2128 detect
|
2129 |
+
2129 xmpp
|
2130 |
+
2130 gnome-documents
|
2131 |
+
2131 rescue-mode
|
2132 |
+
2132 lxsession
|
2133 |
+
2133 system-language
|
2134 |
+
2134 media-library
|
2135 |
+
2135 hash
|
2136 |
+
2136 ejabberd
|
2137 |
+
2137 solr
|
2138 |
+
2138 ksh
|
2139 |
+
2139 donation
|
2140 |
+
2140 acl
|
2141 |
+
2141 cedarview
|
2142 |
+
2142 intellij
|
2143 |
+
2143 mesh
|
2144 |
+
2144 aptana-studio
|
2145 |
+
2145 ace
|
2146 |
+
2146 version-upgrade
|
2147 |
+
2147 surface
|
2148 |
+
2148 ices
|
2149 |
+
2149 geary
|
2150 |
+
2150 geoip
|
2151 |
+
2151 hybrid-efi
|
2152 |
+
2152 hard-link
|
2153 |
+
2153 uvc
|
2154 |
+
2154 video4linux
|
2155 |
+
2155 gammu
|
2156 |
+
2156 google-chat
|
2157 |
+
2157 pictures
|
2158 |
+
2158 qt3
|
2159 |
+
2159 jigdo
|
2160 |
+
2160 memtest
|
2161 |
+
2161 stdout
|
2162 |
+
2162 bcache
|
2163 |
+
2163 google-reader
|
2164 |
+
2164 raid5
|
2165 |
+
2165 xfce4-terminal
|
2166 |
+
2166 tree
|
2167 |
+
2167 undelete
|
2168 |
+
2168 emulator
|
2169 |
+
2169 foobar2000
|
2170 |
+
2170 apticron
|
2171 |
+
2171 qt5
|
2172 |
+
2172 additional-drivers
|
2173 |
+
2173 zlib
|
2174 |
+
2174 thunar-custom-actions
|
2175 |
+
2175 searchmonkey
|
2176 |
+
2176 xmms
|
2177 |
+
2177 print-screen
|
2178 |
+
2178 komodo-edit
|
2179 |
+
2179 relinux
|
2180 |
+
2180 location
|
2181 |
+
2181 windows-10
|
2182 |
+
2182 kazam
|
2183 |
+
2183 optical
|
2184 |
+
2184 unknown-device
|
2185 |
+
2185 gksudo
|
2186 |
+
2186 sysv
|
2187 |
+
2187 jpilot
|
2188 |
+
2188 network-bonding
|
2189 |
+
2189 chromeos
|
2190 |
+
2190 reprepro
|
2191 |
+
2191 minidlna
|
2192 |
+
2192 qsystemtrayicon
|
2193 |
+
2193 io
|
2194 |
+
2194 chrome-extension
|
2195 |
+
2195 weston
|
2196 |
+
2196 xsane
|
2197 |
+
2197 autorun
|
2198 |
+
2198 shm
|
2199 |
+
2199 tweak
|
2200 |
+
2200 tap-to-click
|
2201 |
+
2201 attachment
|
2202 |
+
2202 kmix
|
2203 |
+
2203 lsusb
|
2204 |
+
2204 uwsgi
|
2205 |
+
2205 bleachbit
|
2206 |
+
2206 iodbc
|
2207 |
+
2207 safely
|
2208 |
+
2208 seamonkey
|
2209 |
+
2209 alfa-wireless
|
2210 |
+
2210 torrent-client
|
2211 |
+
2211 xcalib
|
2212 |
+
2212 gis
|
2213 |
+
2213 decryption
|
2214 |
+
2214 disk-image
|
2215 |
+
2215 nitro
|
2216 |
+
2216 daw
|
2217 |
+
2217 backtrack
|
2218 |
+
2218 freelan
|
2219 |
+
2219 libgcrypt
|
2220 |
+
2220 intel-smart-response
|
2221 |
+
2221 jhbuild
|
2222 |
+
2222 platform-integration
|
2223 |
+
2223 nfc
|
2224 |
+
2224 simon
|
2225 |
+
2225 galaxy-nexus
|
2226 |
+
2226 paste
|
2227 |
+
2227 wallch
|
2228 |
+
2228 ubuntu-phone
|
2229 |
+
2229 cmake
|
2230 |
+
2230 wps-office
|
2231 |
+
2231 sound-recorder
|
2232 |
+
2232 lightworks
|
2233 |
+
2233 ibm-lotus-symphony
|
2234 |
+
2234 resolvconf
|
2235 |
+
2235 heat
|
2236 |
+
2236 compat-wireless
|
2237 |
+
2237 13.10
|
2238 |
+
2238 virtualenv
|
2239 |
+
2239 hdtv
|
2240 |
+
2240 tp-smapi
|
2241 |
+
2241 microsoft-installer
|
2242 |
+
2242 vidalia
|
2243 |
+
2243 hardware-enablement-stack
|
2244 |
+
2244 metasploit
|
2245 |
+
2245 dracut
|
2246 |
+
2246 varnish
|
2247 |
+
2247 unity-tweak-tool
|
2248 |
+
2248 video-capture-card
|
2249 |
+
2249 ivtv
|
2250 |
+
2250 spice
|
2251 |
+
2251 jvm
|
2252 |
+
2252 drivel
|
2253 |
+
2253 decompress
|
2254 |
+
2254 gigolo
|
2255 |
+
2255 ustream
|
2256 |
+
2256 pcscd
|
2257 |
+
2257 xdebug
|
2258 |
+
2258 ubuntu-sdk
|
2259 |
+
2259 chm2pdf
|
2260 |
+
2260 white-screen
|
2261 |
+
2261 mir
|
2262 |
+
2262 unity8
|
2263 |
+
2263 wifi-direct
|
2264 |
+
2264 nexus-10
|
2265 |
+
2265 lxrandr
|
2266 |
+
2266 clang
|
2267 |
+
2267 my-weather-indicator
|
2268 |
+
2268 nexus-4
|
2269 |
+
2269 doublecmd
|
2270 |
+
2270 chorded-keyboard
|
2271 |
+
2271 nrpe
|
2272 |
+
2272 ivybridge
|
2273 |
+
2273 vmbuilder
|
2274 |
+
2274 pbuilder-dist
|
2275 |
+
2275 .sh
|
2276 |
+
2276 x230
|
2277 |
+
2277 fedena
|
2278 |
+
2278 permanent-delete
|
2279 |
+
2279 secure-erase
|
2280 |
+
2280 otrs
|
2281 |
+
2281 scilab
|
2282 |
+
2282 tt-rss
|
2283 |
+
2283 f2fs
|
2284 |
+
2284 bzrlib
|
2285 |
+
2285 xfce4
|
2286 |
+
2286 mv
|
2287 |
+
2287 yed
|
2288 |
+
2288 povray
|
2289 |
+
2289 grub-legacy
|
2290 |
+
2290 pencil
|
2291 |
+
2291 killall
|
2292 |
+
2292 man
|
2293 |
+
2293 autoplay
|
2294 |
+
2294 ksnapshot
|
2295 |
+
2295 dansguardian
|
2296 |
+
2296 anki
|
2297 |
+
2297 insync
|
2298 |
+
2298 unistd
|
2299 |
+
2299 watchdog
|
2300 |
+
2300 calligra
|
2301 |
+
2301 character-set
|
2302 |
+
2302 free
|
2303 |
+
2303 rtl8192ce
|
2304 |
+
2304 berkeleydb
|
2305 |
+
2305 mod-rewrite
|
2306 |
+
2306 .htaccess
|
2307 |
+
2307 jmol
|
2308 |
+
2308 vector
|
2309 |
+
2309 tcsh
|
2310 |
+
2310 testsuite
|
2311 |
+
2311 msgfmt
|
2312 |
+
2312 doxygen
|
2313 |
+
2313 ownership
|
2314 |
+
2314 virtualmin
|
2315 |
+
2315 ipmi
|
2316 |
+
2316 ussd
|
2317 |
+
2317 word-processor
|
2318 |
+
2318 powerline-plugin
|
2319 |
+
2319 soundconverter
|
2320 |
+
2320 chemaxon
|
2321 |
+
2321 integrated
|
2322 |
+
2322 vimrc
|
2323 |
+
2323 system-call-fastboot
|
2324 |
+
2324 iceweasel
|
2325 |
+
2325 winff
|
2326 |
+
2326 expo-mode
|
2327 |
+
2327 icecat
|
2328 |
+
2328 nepomuk
|
2329 |
+
2329 sandy-bridge
|
2330 |
+
2330 beowulf
|
2331 |
+
2331 iphoto
|
2332 |
+
2332 startup-disk
|
2333 |
+
2333 aif
|
2334 |
+
2334 ultrastar-deluxe
|
2335 |
+
2335 postgres
|
2336 |
+
2336 pg
|
2337 |
+
2337 gnome-pie
|
2338 |
+
2338 startup-disk-creator
|
2339 |
+
2339 aptoncd
|
2340 |
+
2340 nvidia-prime
|
2341 |
+
2341 lmms
|
2342 |
+
2342 friends-app
|
2343 |
+
2343 indicator-syc
|
2344 |
+
2344 urban-terror
|
2345 |
+
2345 libre.fm
|
2346 |
+
2346 snap-windows
|
2347 |
+
2347 rockbox
|
2348 |
+
2348 dm-cache
|
2349 |
+
2349 flashcache
|
2350 |
+
2350 enhanceio
|
2351 |
+
2351 indicator-message
|
2352 |
+
2352 nic
|
2353 |
+
2353 gma3600
|
2354 |
+
2354 libtiff
|
2355 |
+
2355 evolution-mapi
|
2356 |
+
2356 glitch
|
2357 |
+
2357 ibm-lotus-notes
|
2358 |
+
2358 lingot
|
2359 |
+
2359 unity-previews
|
2360 |
+
2360 passphrase
|
2361 |
+
2361 kodi
|
2362 |
+
2362 preinstallation
|
2363 |
+
2363 julia-lang
|
2364 |
+
2364 lintian
|
2365 |
+
2365 elevation
|
2366 |
+
2366 copy.com
|
2367 |
+
2367 qgtkstyle
|
2368 |
+
2368 e1000
|
2369 |
+
2369 twinkle
|
2370 |
+
2370 dragon
|
2371 |
+
2371 pinyin
|
2372 |
+
2372 rutorrent
|
2373 |
+
2373 htdocs
|
2374 |
+
2374 ansi
|
2375 |
+
2375 cdn
|
2376 |
+
2376 h264
|
2377 |
+
2377 virtualenvwrapper
|
2378 |
+
2378 flask
|
2379 |
+
2379 bottle
|
2380 |
+
2380 pam-environment
|
2381 |
+
2381 ns2
|
2382 |
+
2382 caching
|
2383 |
+
2383 tint2
|
2384 |
+
2384 iowait
|
2385 |
+
2385 nitroshare
|
2386 |
+
2386 budgie
|
2387 |
+
2387 cms
|
2388 |
+
2388 jekyll
|
2389 |
+
2389 mailutils
|
2390 |
+
2390 sdk
|
2391 |
+
2391 xkill
|
2392 |
+
2392 quantum
|
2393 |
+
2393 photo-editing
|
2394 |
+
2394 rdesktop
|
2395 |
+
2395 beagleboard
|
2396 |
+
2396 luz
|
2397 |
+
2397 14.10
|
2398 |
+
2398 15.04
|
2399 |
+
2399 google-app-engine
|
2400 |
+
2400 cluster
|
2401 |
+
2401 tomcat7
|
2402 |
+
2402 minix
|
2403 |
+
2403 ntfs-3g
|
2404 |
+
2404 iwlwifi
|
2405 |
+
2405 reinstalling
|
2406 |
+
2406 network-drive
|
2407 |
+
2407 esx
|
2408 |
+
2408 mupdf
|
2409 |
+
2409 lincroft
|
2410 |
+
2410 libertas
|
2411 |
+
2411 inode
|
2412 |
+
2412 cryptsetup
|
2413 |
+
2413 expect
|
2414 |
+
2414 chcon
|
2415 |
+
2415 microsoft-powerpoint
|
2416 |
+
2416 smartcard
|
2417 |
+
2417 owncloud-client
|
2418 |
+
2418 curlftpfs
|
2419 |
+
2419 tee
|
2420 |
+
2420 jar
|
2421 |
+
2421 linaro
|
2422 |
+
2422 get-iplayer
|
2423 |
+
2423 qcow2
|
2424 |
+
2424 cups-lpd
|
2425 |
+
2425 lpd
|
2426 |
+
2426 keryx
|
2427 |
+
2427 click-packages
|
2428 |
+
2428 rust
|
2429 |
+
2429 high-availability
|
2430 |
+
2430 konqueror
|
2431 |
+
2431 uniq
|
2432 |
+
2432 ubuntu-edge
|
2433 |
+
2433 scite
|
2434 |
+
2434 chromecast
|
2435 |
+
2435 crouton
|
2436 |
+
2436 xinit
|
2437 |
+
2437 gradle
|
2438 |
+
2438 tightvncserver
|
2439 |
+
2439 keepassx
|
2440 |
+
2440 openvas
|
2441 |
+
2441 sputnik
|
2442 |
+
2442 airplay
|
2443 |
+
2443 edac
|
2444 |
+
2444 oauth
|
2445 |
+
2445 tor-browser
|
2446 |
+
2446 grunt
|
2447 |
+
2447 cobbler
|
2448 |
+
2448 everpad
|
2449 |
+
2449 bfq
|
2450 |
+
2450 bfs
|
2451 |
+
2451 netinstall
|
2452 |
+
2452 viber
|
2453 |
+
2453 pepperflash
|
2454 |
+
2454 owncloud-server
|
2455 |
+
2455 openerp
|
2456 |
+
2456 jenkins
|
2457 |
+
2457 window-placement
|
2458 |
+
2458 synfig-studio
|
2459 |
+
2459 gallium
|
2460 |
+
2460 flareget
|
2461 |
+
2461 background-process
|
2462 |
+
2462 asciidoc
|
2463 |
+
2463 cat
|
2464 |
+
2464 cgroup
|
2465 |
+
2465 espeak
|
2466 |
+
2466 youtube-dl
|
2467 |
+
2467 netcat
|
2468 |
+
2468 libpcap
|
2469 |
+
2469 chsh
|
2470 |
+
2470 refind
|
2471 |
+
2471 rotate
|
2472 |
+
2472 binutils
|
2473 |
+
2473 redis
|
2474 |
+
2474 xilinx
|
2475 |
+
2475 tls
|
2476 |
+
2476 mod-ssl
|
2477 |
+
2477 bitnami
|
2478 |
+
2478 gpodder
|
2479 |
+
2479 objdump
|
2480 |
+
2480 ps
|
2481 |
+
2481 tilda
|
2482 |
+
2482 systemd-logind
|
2483 |
+
2483 systemd
|
2484 |
+
2484 hevc
|
2485 |
+
2485 rarcrack
|
2486 |
+
2486 doc
|
2487 |
+
2487 caja
|
2488 |
+
2488 qdbus
|
2489 |
+
2489 ipython
|
2490 |
+
2490 matplotlib
|
2491 |
+
2491 smartscopes
|
2492 |
+
2492 yoga-2
|
2493 |
+
2493 whatsapp
|
2494 |
+
2494 onscreen-keyboard
|
2495 |
+
2495 essid
|
2496 |
+
2496 gmusicbrowser
|
2497 |
+
2497 b43
|
2498 |
+
2498 unity-next
|
2499 |
+
2499 tlp
|
2500 |
+
2500 lxml
|
2501 |
+
2501 rev
|
2502 |
+
2502 googledart
|
2503 |
+
2503 x-forwarding
|
2504 |
+
2504 apache2.4
|
2505 |
+
2505 ark
|
2506 |
+
2506 gitlab
|
2507 |
+
2507 atime
|
2508 |
+
2508 xclip
|
2509 |
+
2509 reinstall
|
2510 |
+
2510 ufs
|
2511 |
+
2511 less
|
2512 |
+
2512 freespeak
|
2513 |
+
2513 4k-monitor
|
2514 |
+
2514 google-hangouts
|
2515 |
+
2515 banner
|
2516 |
+
2516 automake
|
2517 |
+
2517 aptdaemon
|
2518 |
+
2518 badblocks
|
2519 |
+
2519 dmcrypt
|
2520 |
+
2520 overlayfs
|
2521 |
+
2521 netflix-desktop
|
2522 |
+
2522 scrot-command
|
2523 |
+
2523 viewports
|
2524 |
+
2524 android-studio
|
2525 |
+
2525 wwan
|
2526 |
+
2526 valgrind
|
2527 |
+
2527 zoneminder
|
2528 |
+
2528 csh
|
2529 |
+
2529 gnu
|
2530 |
+
2530 xwinwrap
|
2531 |
+
2531 tpm
|
2532 |
+
2532 terminal-server
|
2533 |
+
2533 application-finder
|
2534 |
+
2534 torque
|
2535 |
+
2535 lynis
|
2536 |
+
2536 kylin
|
2537 |
+
2537 nvidia-settings
|
2538 |
+
2538 x2go
|
2539 |
+
2539 x2goclient
|
2540 |
+
2540 pstree
|
2541 |
+
2541 watch-command
|
2542 |
+
2542 tox
|
2543 |
+
2543 unity-web-player
|
2544 |
+
2544 telegram
|
2545 |
+
2545 splashtop
|
2546 |
+
2546 qmail
|
2547 |
+
2547 samba4
|
2548 |
+
2548 monit
|
2549 |
+
2549 update-notifier
|
2550 |
+
2550 smarty
|
2551 |
+
2551 copy
|
2552 |
+
2552 cgminer
|
2553 |
+
2553 vnstat
|
2554 |
+
2554 debdelta
|
2555 |
+
2555 baloo
|
2556 |
+
2556 apt-listchanges
|
2557 |
+
2557 tcpdump
|
2558 |
+
2558 rtc
|
2559 |
+
2559 android-sdk
|
2560 |
+
2560 icc
|
2561 |
+
2561 stat
|
2562 |
+
2562 puppetmaster
|
2563 |
+
2563 ubuntu-drivers
|
2564 |
+
2564 freebasic
|
2565 |
+
2565 fcitx
|
2566 |
+
2566 light-locker
|
2567 |
+
2567 ltsp-client
|
2568 |
+
2568 adt
|
2569 |
+
2569 phppgadmin
|
2570 |
+
2570 mail-notification
|
2571 |
+
2571 arista-transcoder
|
2572 |
+
2572 mdm
|
2573 |
+
2573 docker
|
2574 |
+
2574 15.10
|
2575 |
+
2575 borders
|
2576 |
+
2576 mailman
|
2577 |
+
2577 menulibre
|
2578 |
+
2578 gnome-session-fallback
|
2579 |
+
2579 nftables
|
2580 |
+
2580 expresscard
|
2581 |
+
2581 lxqt
|
2582 |
+
2582 pagestack
|
2583 |
+
2583 razorqt
|
2584 |
+
2584 azure
|
2585 |
+
2585 gnome-calculator
|
2586 |
+
2586 whisker
|
2587 |
+
2587 guvcview
|
2588 |
+
2588 dput
|
2589 |
+
2589 atom
|
2590 |
+
2590 ubuntu-builder
|
2591 |
+
2591 wxpython
|
2592 |
+
2592 apache-ant
|
2593 |
+
2593 rufus
|
2594 |
+
2594 bkchem
|
2595 |
+
2595 composer
|
2596 |
+
2596 phpbb
|
2597 |
+
2597 crebs
|
2598 |
+
2598 ppc64le
|
2599 |
+
2599 compton
|
2600 |
+
2600 at-command
|
2601 |
+
2601 v4l
|
2602 |
+
2602 adobe-kuler
|
2603 |
+
2603 bash-history
|
2604 |
+
2604 primus
|
2605 |
+
2605 ubuntu-emulator
|
2606 |
+
2606 vmware-view
|
2607 |
+
2607 davfs2
|
2608 |
+
2608 webbrowser-app
|
2609 |
+
2609 winusb
|
2610 |
+
2610 sqldeveloper
|
2611 |
+
2611 autoconf
|
2612 |
+
2612 sqlite3
|
2613 |
+
2613 clamtk
|
2614 |
+
2614 javafx
|
2615 |
+
2615 slowmovideo
|
2616 |
+
2616 apple-keyboard
|
2617 |
+
2617 file-sorting
|
2618 |
+
2618 grails
|
2619 |
+
2619 zendframework
|
2620 |
+
2620 anaconda
|
2621 |
+
2621 vifm
|
2622 |
+
2622 grub4dos
|
2623 |
+
2623 micro-sd
|
2624 |
+
2624 xnview
|
2625 |
+
2625 cpulimit
|
2626 |
+
2626 motion
|
2627 |
+
2627 mkdir
|
2628 |
+
2628 unity-control-center
|
2629 |
+
2629 coreboot
|
2630 |
+
2630 rtsp
|
2631 |
+
2631 jshint
|
2632 |
+
2632 bluetooth-speaker
|
2633 |
+
2633 wildcards
|
2634 |
+
2634 graphite
|
2635 |
+
2635 zentyal
|
2636 |
+
2636 photorec
|
2637 |
+
2637 responsiveness
|
2638 |
+
2638 writer
|
2639 |
+
2639 proftpd
|
2640 |
+
2640 munin
|
2641 |
+
2641 smbus
|
2642 |
+
2642 unclaimed
|
2643 |
+
2643 realtek-wireless
|
2644 |
+
2644 dual-monitor
|
2645 |
+
2645 who
|
2646 |
+
2646 shellshock
|
2647 |
+
2647 openstack-autopilot
|
2648 |
+
2648 ada
|
2649 |
+
2649 vulnerability
|
2650 |
+
2650 ssmtp
|
2651 |
+
2651 xdmx
|
2652 |
+
2652 cmus
|
2653 |
+
2653 focaltech
|
2654 |
+
2654 gnome-color-manager
|
2655 |
+
2655 echo
|
2656 |
+
2656 radius
|
2657 |
+
2657 openrc
|
2658 |
+
2658 ebtables
|
2659 |
+
2659 plexmediaserver
|
2660 |
+
2660 ux
|
2661 |
+
2661 cyrillic
|
2662 |
+
2662 desktop-directories
|
2663 |
+
2663 ddrescue
|
2664 |
+
2664 kontact
|
2665 |
+
2665 redshift
|
2666 |
+
2666 emmc
|
2667 |
+
2667 tkinter
|
2668 |
+
2668 kali-linux-tools
|
2669 |
+
2669 qupzilla
|
2670 |
+
2670 mega
|
2671 |
+
2671 mousepad
|
2672 |
+
2672 httrack
|
2673 |
+
2673 inputrc
|
2674 |
+
2674 readline
|
2675 |
+
2675 single-user
|
2676 |
+
2676 qmake
|
2677 |
+
2677 image-viewer
|
2678 |
+
2678 sssd
|
2679 |
+
2679 php5-fpm
|
2680 |
+
2680 top-bar
|
2681 |
+
2681 nut
|
2682 |
+
2682 motherboard
|
2683 |
+
2683 pymol
|
2684 |
+
2684 gnuradio
|
2685 |
+
2685 interrupts
|
2686 |
+
2686 continuous-deployment
|
2687 |
+
2687 instagram
|
2688 |
+
2688 kde-connect
|
2689 |
+
2689 usb-device
|
2690 |
+
2690 kde5
|
2691 |
+
2691 cubieboard
|
2692 |
+
2692 12.04.5
|
2693 |
+
2693 amavisd-new
|
2694 |
+
2694 scala
|
2695 |
+
2695 plasma-5
|
2696 |
+
2696 blueman
|
2697 |
+
2697 dpkg-repack
|
2698 |
+
2698 roundcube
|
2699 |
+
2699 mmc
|
2700 |
+
2700 xprop
|
2701 |
+
2701 pinta
|
2702 |
+
2702 arp
|
2703 |
+
2703 numpy
|
2704 |
+
2704 dual-graphics
|
2705 |
+
2705 phone-faq
|
2706 |
+
2706 snap
|
2707 |
+
2707 orange-box
|
2708 |
+
2708 conda
|
2709 |
+
2709 rstudio
|
2710 |
+
2710 microsoft-mouse
|
2711 |
+
2711 chgrp
|
2712 |
+
2712 d-link
|
2713 |
+
2713 cmatrix
|
2714 |
+
2714 rpc
|
2715 |
+
2715 shareit
|
2716 |
+
2716 theme-development
|
2717 |
+
2717 ubuntu-mate
|
2718 |
+
2718 tr
|
2719 |
+
2719 xorg-edgers
|
2720 |
+
2720 ibus-avro
|
2721 |
+
2721 sysfs
|
2722 |
+
2722 aview
|
2723 |
+
2723 scikit-learn
|
2724 |
+
2724 sbuild
|
2725 |
+
2725 yubikey
|
2726 |
+
2726 haproxy
|
2727 |
+
2727 subnet
|
2728 |
+
2728 column
|
2729 |
+
2729 du
|
2730 |
+
2730 cut-command
|
2731 |
+
2731 veracrypt
|
2732 |
+
2732 reverse-proxy
|
2733 |
+
2733 chkrootkit
|
2734 |
+
2734 ossec
|
2735 |
+
2735 trojan
|
2736 |
+
2736 gambas3
|
2737 |
+
2737 data-corruption
|
2738 |
+
2738 hacking
|
2739 |
+
2739 russian
|
2740 |
+
2740 kali
|
2741 |
+
2741 f.lux
|
2742 |
+
2742 two-factor-authentication
|
2743 |
+
2743 kivy
|
2744 |
+
2744 pyqt5
|
2745 |
+
2745 makerware
|
2746 |
+
2746 bq
|
2747 |
+
2747 aquaris
|
2748 |
+
2748 desktop-apps
|
2749 |
+
2749 microcode
|
2750 |
+
2750 parted
|
2751 |
+
2751 easycap
|
2752 |
+
2752 zabbix
|
2753 |
+
2753 virtualgl
|
2754 |
+
2754 visual-studio-code
|
2755 |
+
2755 core-apps
|
2756 |
+
2756 htmldoc
|
2757 |
+
2757 lvmcache
|
2758 |
+
2758 wkhtmltopdf
|
2759 |
+
2759 pdftk
|
2760 |
+
2760 lanschool
|
2761 |
+
2761 qgis
|
2762 |
+
2762 bison
|
2763 |
+
2763 nmcli
|
2764 |
+
2764 ruby-on-rails
|
2765 |
+
2765 more
|
2766 |
+
2766 pager
|
2767 |
+
2767 openbabel
|
2768 |
+
2768 vmd
|
2769 |
+
2769 rdio
|
2770 |
+
2770 iotop
|
2771 |
+
2771 ap-hotspot
|
2772 |
+
2772 efibootmgr
|
2773 |
+
2773 foreman
|
2774 |
+
2774 burner
|
2775 |
+
2775 moinmoin
|
2776 |
+
2776 ballview
|
2777 |
+
2777 daily-build
|
2778 |
+
2778 krita
|
2779 |
+
2779 mediatek
|
2780 |
+
2780 murmur
|
2781 |
+
2781 self-signed
|
2782 |
+
2782 monitor-calibration
|
2783 |
+
2783 sha256
|
2784 |
+
2784 genymotion
|
2785 |
+
2785 digitalpen
|
2786 |
+
2786 dockstation
|
2787 |
+
2787 nis
|
2788 |
+
2788 minicom
|
2789 |
+
2789 loop-device
|
2790 |
+
2790 tcp-ip
|
2791 |
+
2791 obs-studio
|
2792 |
+
2792 shadow
|
2793 |
+
2793 intel-nuc
|
2794 |
+
2794 remote-imaging
|
2795 |
+
2795 scsi
|
2796 |
+
2796 text-user-interface
|
2797 |
+
2797 btsync
|
2798 |
+
2798 meizu-mx4
|
2799 |
+
2799 systemd-journald
|
2800 |
+
2800 odt
|
2801 |
+
2801 ocs-inventory-ng
|
2802 |
+
2802 websocket
|
2803 |
+
2803 smart-tv
|
2804 |
+
2804 lxd
|
2805 |
+
2805 doubleclick
|
2806 |
+
2806 scrypt
|
2807 |
+
2807 computestick
|
2808 |
+
2808 ocelot
|
2809 |
+
2809 assembler
|
2810 |
+
2810 meep
|
2811 |
+
2811 colemak
|
2812 |
+
2812 window-control
|
2813 |
+
2813 mame
|
2814 |
+
2814 xfdesktop
|
2815 |
+
2815 xsel
|
2816 |
+
2816 systemback
|
2817 |
+
2817 wodim
|
2818 |
+
2818 ifs
|
2819 |
+
2819 numix
|
2820 |
+
2820 static-linking
|
2821 |
+
2821 usbview
|
2822 |
+
2822 office365
|
2823 |
+
2823 foomatic
|
2824 |
+
2824 porting-ubuntu-touch
|
2825 |
+
2825 xdiagnose
|
2826 |
+
2826 mendeley
|
2827 |
+
2827 multisystem
|
2828 |
+
2828 moksha
|
2829 |
+
2829 emoji
|
2830 |
+
2830 tui
|
2831 |
+
2831 lisp
|
2832 |
+
2832 mouse-pointer
|
2833 |
+
2833 memory-card
|
2834 |
+
2834 changelog
|
2835 |
+
2835 xargs
|
2836 |
+
2836 locked-screen
|
2837 |
+
2837 exiftool
|
2838 |
+
2838 cmd
|
2839 |
+
2839 16.10
|
2840 |
+
2840 wc
|
2841 |
+
2841 tuxpaint
|
2842 |
+
2842 ubuntu-make
|
2843 |
+
2843 rclone
|
2844 |
+
2844 festival
|
2845 |
+
2845 hunspell
|
2846 |
+
2846 pycharm
|
2847 |
+
2847 pelican
|
2848 |
+
2848 fps
|
2849 |
+
2849 hive
|
2850 |
+
2850 bluez
|
2851 |
+
2851 neo4j
|
2852 |
+
2852 gpu-drivers
|
2853 |
+
2853 scheme
|
2854 |
+
2854 livestreamer
|
2855 |
+
2855 droidcam
|
2856 |
+
2856 hdparm
|
2857 |
+
2857 grsync
|
2858 |
+
2858 dmidecode
|
2859 |
+
2859 strace
|
2860 |
+
2860 nvidia-geforce
|
2861 |
+
2861 cowsay
|
2862 |
+
2862 mssql
|
2863 |
+
2863 amixer
|
2864 |
+
2864 nexus-5x
|
2865 |
+
2865 ascii-art
|
2866 |
+
2866 ash
|
2867 |
+
2867 mixxx
|
2868 |
+
2868 last-command
|
2869 |
+
2869 xorg.conf
|
2870 |
+
2870 katoolin
|
2871 |
+
2871 nvme
|
2872 |
+
2872 fabric
|
2873 |
+
2873 sddm
|
2874 |
+
2874 subliminal
|
2875 |
+
2875 uid
|
2876 |
+
2876 qtox
|
2877 |
+
2877 m2
|
2878 |
+
2878 foxitreader
|
2879 |
+
2879 gdisk
|
2880 |
+
2880 portscan
|
2881 |
+
2881 ipv4
|
2882 |
+
2882 xbox-one
|
2883 |
+
2883 mdns
|
2884 |
+
2884 php7
|
2885 |
+
2885 gtkinspector
|
2886 |
+
2886 charging
|
2887 |
+
2887 production
|
2888 |
+
2888 clion
|
2889 |
+
2889 firewalld
|
2890 |
+
2890 odbc
|
2891 |
+
2891 intel-atom
|
2892 |
+
2892 r8169
|
2893 |
+
2893 heimdall
|
2894 |
+
2894 cloudera-manager
|
2895 |
+
2895 fft
|
2896 |
+
2896 simplescan
|
2897 |
+
2897 shumway
|
2898 |
+
2898 poppler
|
2899 |
+
2899 bomi
|
2900 |
+
2900 gnome-builder
|
2901 |
+
2901 airmon-ng
|
2902 |
+
2902 openconnect
|
2903 |
+
2903 toxic
|
2904 |
+
2904 usb-c
|
2905 |
+
2905 directory-structure
|
2906 |
+
2906 notepadqq
|
2907 |
+
2907 dia
|
2908 |
+
2908 gnome-software
|
2909 |
+
2909 neovim
|
2910 |
+
2910 nethogs
|
2911 |
+
2911 unclutter
|
2912 |
+
2912 rtl8192cu
|
2913 |
+
2913 isolinux
|
2914 |
+
2914 geolocation
|
2915 |
+
2915 vulkan
|
2916 |
+
2916 spamassassin
|
2917 |
+
2917 update-history
|
2918 |
+
2918 kde-activities
|
2919 |
+
2919 rtl8723be
|
2920 |
+
2920 scapy
|
2921 |
+
2921 libpng
|
2922 |
+
2922 crimson
|
2923 |
+
2923 apf
|
2924 |
+
2924 cd-command
|
2925 |
+
2925 exim
|
2926 |
+
2926 kanji
|
2927 |
+
2927 caldav
|
2928 |
+
2928 musescore
|
2929 |
+
2929 bonjour
|
2930 |
+
2930 hdpi
|
2931 |
+
2931 wsl
|
2932 |
+
2932 qt4
|
2933 |
+
2933 iperf
|
2934 |
+
2934 m10
|
2935 |
+
2935 grsec
|
2936 |
+
2936 gnome-schedule
|
2937 |
+
2937 appstream
|
2938 |
+
2938 electron
|
2939 |
+
2939 libertine
|
2940 |
+
2940 conjure-up
|
2941 |
+
2941 cfq
|
2942 |
+
2942 scheduler
|
2943 |
+
2943 kompozer
|
2944 |
+
2944 linphone
|
2945 |
+
2945 gnucash
|
2946 |
+
2946 font-converter
|
2947 |
+
2947 sshpass
|
2948 |
+
2948 appimage
|
2949 |
+
2949 cryptswap
|
2950 |
+
2950 unity3d
|
2951 |
+
2951 fhs
|
2952 |
+
2952 ubuntu-store
|
2953 |
+
2953 jupyter
|
2954 |
+
2954 ros
|
2955 |
+
2955 bluegriffon
|
2956 |
+
2956 mirantis
|
2957 |
+
2957 openstack-trove
|
2958 |
+
2958 pdfsam
|
2959 |
+
2959 privman
|
2960 |
+
2960 supervisor
|
2961 |
+
2961 etherape
|
2962 |
+
2962 pcsx
|
2963 |
+
2963 android-emulator
|
2964 |
+
2964 mpris
|
2965 |
+
2965 favorites
|
2966 |
+
2966 file-command
|
2967 |
+
2967 mycroft
|
2968 |
+
2968 software-boutique
|
2969 |
+
2969 fakeroot
|
2970 |
+
2970 tomcat8
|
2971 |
+
2971 contrast
|
2972 |
+
2972 letsencrypt
|
2973 |
+
2973 nextcloud
|
2974 |
+
2974 gamma
|
2975 |
+
2975 fastcgi
|
2976 |
+
2976 dhcpv6
|
2977 |
+
2977 gnutls
|
2978 |
+
2978 franz
|
2979 |
+
2979 nomachine
|
2980 |
+
2980 hddtemp
|
2981 |
+
2981 eric
|
2982 |
+
2982 utox
|
2983 |
+
2983 gnome-extensions
|
2984 |
+
2984 initrd
|
2985 |
+
2985 cake
|
2986 |
+
2986 arm64
|
2987 |
+
2987 0ad
|
2988 |
+
2988 gphoto2
|
2989 |
+
2989 devilspie2
|
2990 |
+
2990 german
|
2991 |
+
2991 font-manager
|
2992 |
+
2992 safenetwork
|
2993 |
+
2993 flatpak
|
2994 |
+
2994 adobe-brackets
|
2995 |
+
2995 slack
|
2996 |
+
2996 adapt
|
2997 |
+
2997 mkusb
|
2998 |
+
2998 iconv
|
2999 |
+
2999 indicator-multiload
|
3000 |
+
3000 csm
|
3001 |
+
3001 lastpass
|
3002 |
+
3002 systemd-resolved
|
3003 |
+
3003 tp-link
|
3004 |
+
3004 json
|
3005 |
+
3005 powershell
|
3006 |
+
3006 elasticsearch
|
3007 |
+
3007 cryptkeeper
|
3008 |
+
3008 nixnote2
|
3009 |
+
3009 rxvt
|
3010 |
+
3010 pluma
|
3011 |
+
3011 gajim
|
3012 |
+
3012 omemo
|
3013 |
+
3013 meld
|
3014 |
+
3014 gnome-flashback
|
3015 |
+
3015 yad
|
3016 |
+
3016 libinput
|
3017 |
+
3017 jwm
|
3018 |
+
3018 anbox
|
3019 |
+
3019 amdgpu
|
3020 |
+
3020 manila
|
3021 |
+
3021 pssh
|
3022 |
+
3022 google-contacts
|
3023 |
+
3023 ethereum
|
3024 |
+
3024 qtwebkit
|
3025 |
+
3025 fwupd
|
3026 |
+
3026 dnssec
|
3027 |
+
3027 snapdragon-profiler
|
3028 |
+
3028 ubports
|
3029 |
+
3029 kubernetes
|
raw/tags-ask-ubuntu-nverts.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
raw/tags-ask-ubuntu-simplex-labels.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
raw/tags-ask-ubuntu-simplices.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
raw/tags-ask-ubuntu-times.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|