Skip to content

Commit

Permalink
Merge pull request #1 from xenopeek/patch-1
Browse files Browse the repository at this point in the history
Where.rst - fix terminal output spacing
  • Loading branch information
clefebvre committed Jan 26, 2018
2 parents 544056e + 72192b7 commit df9eedb
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions docs/where.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ Once you know the name of the package, you can use ``apt policy`` to see who's m
apt policy gnome-system-monitor
gnome-system-monitor:
Installed: 3.18.2-1ubuntu1
Candidate: 3.18.2-1ubuntu1
Version table:
*** 3.18.2-1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
100 /var/lib/dpkg/status
3.18.2-1 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
Installed: 3.18.2-1ubuntu1
Candidate: 3.18.2-1ubuntu1
Version table:
*** 3.18.2-1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
100 /var/lib/dpkg/status
3.18.2-1 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
As you can see above, gnome-system-monitor comes from the Ubuntu repositories and is therefore an upstream component. Bugs related to it should be reported to Ubuntu.
Expand All @@ -51,16 +51,16 @@ Here's another example:
apt policy gnome-calculator
gnome-calculator:
Installed: 1:3.18.3-0ubuntu1.16.04.1.mint1
Candidate: 1:3.18.3-0ubuntu1.16.04.1.mint1
Version table:
*** 1:3.18.3-0ubuntu1.16.04.1.mint1 700
700 http://packages.linuxmint.com sylvia/upstream amd64 Packages
100 /var/lib/dpkg/status
1:3.18.3-0ubuntu1.16.04.1 500
500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
1:3.18.3-0ubuntu1 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
Installed: 1:3.18.3-0ubuntu1.16.04.1.mint1
Candidate: 1:3.18.3-0ubuntu1.16.04.1.mint1
Version table:
*** 1:3.18.3-0ubuntu1.16.04.1.mint1 700
700 http://packages.linuxmint.com sylvia/upstream amd64 Packages
100 /var/lib/dpkg/status
1:3.18.3-0ubuntu1.16.04.1 500
500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
1:3.18.3-0ubuntu1 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
This time we're looking at gnome-calculator. As you can see above, Linux Mint provides version 1:3.18.3-0ubuntu1.16.04.1.mint1, and that's the version which is installed. In this example, our version of gnome-calculator is therefore a Mint component and bugs related to it should be reported to Linux Mint.

Expand Down

0 comments on commit df9eedb

Please sign in to comment.