Tagged Questions
2
votes
2answers
45 views
Finding yum equivalents of apt repositories?
I have code to setup an Ubuntu server that relies on apt-get. It has lots of packages as documented on our project wiki, for example these: development environment and the ruby dependencies.
However, ...
2
votes
1answer
94 views
Adding repositories with “./” [closed]
I'm trying to add this unoficcial repository to my Ubuntu 12.04 machine (32 bits), in order to install a software called SLTV. According to the official site, the following lines should be used:
deb ...
3
votes
1answer
298 views
GNU Radio prerequisite libraries on armhf
After several attempts, I have managed to compile GNURadio on the Raspberry Pi. However, I am just not able to meet the prerequisites for the gnuradio build script on the Pandaboard (Linaro 12.04) or ...
3
votes
0answers
30 views
Find packages not maintained in main repo? [duplicate]
Possible Duplicate:
listing packages in Debian, a la dpkg -l, but including the package origin/source
E.g. Ubuntu Server offers only security updates for software contained in the main ...
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 ...
5
votes
2answers
764 views
Launchpad equivalent for Debian
I am thinking of switching to Debian (Squeeze) from Ubuntu (10.10). But these questions have been bugging me:
Is there a Launchpad equivalent repository for Debian? I am not able compile packages ...
1
vote
1answer
121 views
Can I use a third-party repository intended for an older version of Ubuntu?
I'm using Ubuntu 11.10 but some repositories i have been using don't support new version of Ubuntu. So, is there any danger in using, say, Ubuntu 10.10 ("Koala") repository for Ubuntu 11.10? May I, ...
3
votes
2answers
625 views
How to manually insert a repository in source.list?
I tried to add a new APT repository using this command:
add-apt-repository ppa:atareao/atareao
but I got a "command not found" error. I tried installing python-software-properties, but it's already ...
2
votes
1answer
2k views
apt-get prompts for CDs when installing packages, how do I make it stop?
I used ubuntu linux before, and I installed debian OS on my labtop using DVDs that I burned. But when I'm trying to use apt-get to install software, the system always asks me to insert disk to ...