Tagged Questions
8
votes
1answer
256 views
Should I use tasksel, tasks in APT or install regular metapackages?
Tasksel or plain Apt?
In the past I've always used tasksel to install so-called "tasks". It seems, however, that this has been integrated in APT:
apt-cache dumpavail | grep ^Task
[...] snip
Task: ...
1
vote
1answer
170 views
How to view a list of packages that were manually installed without their dependancies
How do I see a list of packages I manually (really manually, as in I typed them in) installed?
I want to exclude packages that were installed as a result of being dependencies of other packages that ...
9
votes
2answers
235 views
How to determine if a package is a meta-package from the command line?
How can I determine if a package is a meta-package from the command line, possibly via apt-get, aptitude or apt-cache?
I have tried:
apt-cache show texlive-full
apt-cache showpkg texlive-full
but ...
2
votes
1answer
87 views
What files can I delete to avoid repeating the Python libraries?
I installed SAGE mathematics from binary because there was no package for it in synaptic. From reading on the web I learned that SAGE brings its own python libraries rather than using the ones Ubuntu ...