Tagged Questions
1
vote
3answers
81 views
download packages for different distribution with apt
I want to download a .deb package with it's dependencies for a different distribution.
I have many Linux systems in my company: Ubuntu 11.04, 11.10, 12.10, and Debian 5 and 6.
The command to ...
3
votes
2answers
160 views
Debian: Is it possible/safe to install packages from an older version of the repository?
I'm currently running Debian testing (Wheezy) and am trying to get SCIM working. I want to install the scim-pinyin package, but there is no such package available in the testing repository, although ...
0
votes
2answers
233 views
Installing virtualbox on Debian: dependency problems
I'm currently running Debian Wheezy (Testing). I want to install virtualbox but when I run the following:
# aptitude install virtualbox
...I get the following result:
The following packages have ...
0
votes
1answer
626 views
libssl1.0.0 doesn't satisfy libssl0.9.8 dependency?
In Debian Wheezy, I'm trying to install the vmware-view-client package from the Ubuntu Software Center (because the open client won't work for my situation), but dpkg can't handle it. Synaptic says I ...
1
vote
1answer
479 views
Apt-Get Install Unmet Dependencies
My debian computer will not install the new kernel. It says I have unmet dependencies, and those dependencies say they have unmet dependencies. Many of these dependencies are already installed ...
1
vote
0answers
243 views
Make and apt-get Have Stopped Working
So I downloaded the non-free broadcom driver(b44) for my debian install, however when I try to make it I get the following error:
make
make -C /lib/modules/2.6.32-5-amd64/build ...
5
votes
5answers
3k views
Installing Skype on Debian x64
I am new to Linux and I'm trying to install Skype using this
manual. I successfully download the package using the command:
wget -O skype-install.deb http://www.skype.com/go/getskype-linux-deb-64
...
3
votes
1answer
103 views
Conditional dependencies for a Debian package
I am creating a package that needs to depend on a package if another is installed, but needs a different dependency if no such package is installed. Is that possible using just the control file of the ...
1
vote
2answers
382 views
problems installing lcov on Debian 6
I have been stuck for a few hours trying to install lcov on a debian 6 box.
Any help would be greatly appreciated!
What I have tried the following in the command line:
...
2
votes
1answer
2k views
How to remove gnome-games package without removing other packages?
So I want to remove (more exactly purge) some packages like gnome-games from Debian 6. As already expected and know by research Aptitude also wants to remove in example the meta-package gnome, as ...
1
vote
0answers
142 views
Dependencies between shared libraries in the same Debian packages
Suppose I want to create a package with multiple shared libraries - call it libfoo, which contains liba.so.1 and libb.so.1. Now, say liba.so.1 uses a symbol from libb.so.1. If I compile like this, ...
3
votes
2answers
8k views
Debian 6 Squeeze - installing build-essentials - gcc / g++
The first thing to say is: "I am noob", so please be patient and don't laugh.. too much on me. I need to install c / c++ compiler and I heard that the best thing to do is to install gcc/g++ for that ...
1
vote
2answers
885 views
Unmet acroread dependencies preventing Synaptic install
In Synaptic I am getting the error:
acroread:
Depends: acroread-l10n-en but it is not going to be installed or acroread-l10n
Depends: acroread-debian-files but it is not going to be installed
...
3
votes
1answer
1k views
Problems with apt-get upgrade on Debian (404 Not Found)
I can't update my Debian Sid system.
on running the apt-get upgrade I am getting:
maciej@wladyslawa:/etc/apt$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
...
9
votes
2answers
801 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 ...