How can I list installed packages on a Debian based system that are NOT part of the base distribution...
up vote
0
down vote
favorite
This question already has an answer here:
Is there a command that outputs ONLY the packages explicitly installed by the user? (ubuntu/debian)
2 answers
I have a Raspbian system which I need to list all the packages that have been installed since the machine was setup.
Obviously I can show what now is installed, but I'd like just a list of the packages that did not come with the distribution... ie the ones that have been installed since the machine had been setup.
Is there a way of doing this?
apt package-management raspbian
New contributor
Stese is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
marked as duplicate by Stephen Kitt, G-Man, RalfFriedl, Thomas, elbarna 2 days ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
up vote
0
down vote
favorite
This question already has an answer here:
Is there a command that outputs ONLY the packages explicitly installed by the user? (ubuntu/debian)
2 answers
I have a Raspbian system which I need to list all the packages that have been installed since the machine was setup.
Obviously I can show what now is installed, but I'd like just a list of the packages that did not come with the distribution... ie the ones that have been installed since the machine had been setup.
Is there a way of doing this?
apt package-management raspbian
New contributor
Stese is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
marked as duplicate by Stephen Kitt, G-Man, RalfFriedl, Thomas, elbarna 2 days ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
thanks for the dupe warning... it seems 30 mins of googlefoo failed me this time.
– Stese
2 days ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This question already has an answer here:
Is there a command that outputs ONLY the packages explicitly installed by the user? (ubuntu/debian)
2 answers
I have a Raspbian system which I need to list all the packages that have been installed since the machine was setup.
Obviously I can show what now is installed, but I'd like just a list of the packages that did not come with the distribution... ie the ones that have been installed since the machine had been setup.
Is there a way of doing this?
apt package-management raspbian
New contributor
Stese is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This question already has an answer here:
Is there a command that outputs ONLY the packages explicitly installed by the user? (ubuntu/debian)
2 answers
I have a Raspbian system which I need to list all the packages that have been installed since the machine was setup.
Obviously I can show what now is installed, but I'd like just a list of the packages that did not come with the distribution... ie the ones that have been installed since the machine had been setup.
Is there a way of doing this?
This question already has an answer here:
Is there a command that outputs ONLY the packages explicitly installed by the user? (ubuntu/debian)
2 answers
apt package-management raspbian
apt package-management raspbian
New contributor
Stese is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Stese is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Nov 22 at 16:28
Jeff Schaller
36.4k952120
36.4k952120
New contributor
Stese is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Nov 22 at 15:04
Stese
1012
1012
New contributor
Stese is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Stese is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Stese is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
marked as duplicate by Stephen Kitt, G-Man, RalfFriedl, Thomas, elbarna 2 days ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Stephen Kitt, G-Man, RalfFriedl, Thomas, elbarna 2 days ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
thanks for the dupe warning... it seems 30 mins of googlefoo failed me this time.
– Stese
2 days ago
add a comment |
thanks for the dupe warning... it seems 30 mins of googlefoo failed me this time.
– Stese
2 days ago
thanks for the dupe warning... it seems 30 mins of googlefoo failed me this time.
– Stese
2 days ago
thanks for the dupe warning... it seems 30 mins of googlefoo failed me this time.
– Stese
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
You can see the history of what you have installed by viewing the apt-get history file here: /var/log/apt/history.log
Source
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You can see the history of what you have installed by viewing the apt-get history file here: /var/log/apt/history.log
Source
add a comment |
up vote
0
down vote
You can see the history of what you have installed by viewing the apt-get history file here: /var/log/apt/history.log
Source
add a comment |
up vote
0
down vote
up vote
0
down vote
You can see the history of what you have installed by viewing the apt-get history file here: /var/log/apt/history.log
Source
You can see the history of what you have installed by viewing the apt-get history file here: /var/log/apt/history.log
Source
answered Nov 22 at 16:30
Jersh
1085
1085
add a comment |
add a comment |
thanks for the dupe warning... it seems 30 mins of googlefoo failed me this time.
– Stese
2 days ago