1
vote
1answer
44 views

Installation problem with python-software-properties

I need to install the last version of node.js but my system has in repository older version. I need to add new ppa source. I followed this tutorial Question - when I install ...
0
votes
2answers
103 views

Determining Dependencies and Installing from Directory

I have a directory with all Dependencies in .deb format. But there are lots of them. I need only those that i need for gimp. biggenius@hacbook:~/Desktop/rocks/packages$ dpkg-deb -I ...
9
votes
2answers
790 views

Is it possible to simulate installation of Debian packages, still marking them installed?

Here's what I would like. Start with a virtual system with no installed packages. Then I invoke a tool similar to apt-get to ask it to compute the dependencies and mark all the packages that would be ...