3
votes
3answers
17 views

Install using synaptic ignoring dependencies

I was trying to install texmaker a latex editor in my debian system from synaptic. It shows in the dependency list texlive-base, texlive-common. etc as dependencies. But I have already installed ...
1
vote
1answer
64 views

Unable to install skype on LMDE,how to resolve these dependencies?

I have downloaded "multiarch" .deb file for latest skype and unable to install it on latest version of LMDE (linux mint debian edition Xfce x86_64). e.g step one : sudo dpkg -i ...
0
votes
1answer
589 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 ...
4
votes
1answer
527 views

Automate installation of VirtualBox Guest Additions via command-line

How can I install VirtualBox Guest Additions from a Bash script, in a unattended way? Whenever I run apt-get -y install dkms virtualbox-guest-dkms from the terminal I'm presented with a interactive ...
0
votes
1answer
204 views

Debian install fails on USB-HDD

After my internal HDD broke in my laptop, I've tried to install Debian 6.0.6 on my external HDD. Please note that everything runs great when installing Ubuntu, but for some reason while the Grub stage ...
1
vote
0answers
213 views

Why can't I find wireless-tools in Debian repositories?

I have installed the squeeze version of Debian on a computer in offline mode (no internet connection during installation). After the installation (that was successful) I edited /etc/apt/sources.list ...
1
vote
1answer
110 views

Error while trying to retrieve dwm sources

I am trying to build dwm from source. Grabbing the source doesn't work: (28) $ apt-get source dwm Reading package lists... Done Building dependency tree Reading state information... Done E: ...
1
vote
1answer
41 views

Finding which Debian distro CDs contain a certain package

I am currently installing Debian Linux on a computer that does not have Internet access. I have burned the first few CDs from the distro and have a working system so far. However, I am unable to find ...
1
vote
1answer
873 views

Installing jdk7 on Debian server via SSH

Currently, I'm trying to launch a java program on a server. The server is launched on my virtual machine (VirtualBox) and controlled over SSH. Its OS is Debian. So, in order to launch my program I ...
2
votes
1answer
3k views

Install gcc 4.7.2 on Debian squeeze 64x

I want to use gcc 4.7.2 on my Debian squeeze 64x I followed instructions in this thread: Get newest gcc for debian?, but I'm getting an error, I tried several apt-get install commands I will settle ...
1
vote
1answer
823 views

How to install LXDM instead of GDM3?

I'm running Debian Wheezy and my default Display Manager is GDM3, and I would like to replace it with LXDM. The problem is that I'm trying to run # apt-get install lxde and it's not working, what am I ...
2
votes
1answer
177 views

Being not admin user how to install local GCC instead of provided?

So I came into my classrom Debian is installed, and gcc 4.1. I want to install (compile from sources is an option - I have time..) for my self GCC 4.7 and adress it in bash as gcc anywhere. Is such ...
2
votes
2answers
449 views

How to to remove libgcj from Debian?

I am doing Java programming on Debian. By default Debian 6.x ships with libgcj JVM. On starting eclipse it shows a warning that this JVM is deprecated and may cause problems. For this reason I ...
2
votes
0answers
351 views

How to install Java Runtime Environment 7 update 5 for x64 arquitecture on Debian OS?

The History: Hey guys I want to install JRE7u5 and not OpenJRE7u5 because, while doing a research on the web I discovery that Minecraft runs better on JRE, than with OpenJRE. The Failure: But the ...
-4
votes
2answers
2k views

How to install/uninstall .deb packages?

.deb is the extension of the Debian software package format and the most often used name for such binary packages. Debian packages are also used in distributions based on Debian, such as Ubuntu and ...
6
votes
3answers
219 views

How to create a list of installed packages for easy/automatic reinstall after disk is formatted

I'll change my system from 32 bits to 64 bits, and will be the same I had before, Debian Squeeze, but I do not want to lose the programs I installed before, because I do not remember the name of them ...
2
votes
3answers
5k views

How to install gimp 2.8 on Debian Squeeze?

Gimp 2.8 comes with a lot dependencies. How to install gimp 2.8 with dependencies on Debian Squeeze ?
4
votes
7answers
9k views

How to install .tar.bz and .tar.bz2 packages?

I would like to know how to install .tar.bz and .tar.bz2 packages on Debian, please give me a complete explanation.
3
votes
2answers
6k views

Get newest gcc for debian?

I can't build my apps on gcc since I use various c++0x features. I'm on Debian 6 (Lenny) and after upgrade/updating I have gcc version 4.4.5-8. I'm unsure which version is required but mingw 4.6.2 ...
2
votes
1answer
87 views

How close is cdebconf able to serve as a drop-in replacement for debconf?

Most of the internet information around cdebconf is circa 06`, or I was just unable to find its location. Please mention if recent documentation, or FAQ, is available. Is cdebconf able to serve as ...
5
votes
3answers
349 views

How to keep track of installed software

Every now and then I'm in need of updating a software running on one of our testservers at work (mostly Debian). What really confuses me almost every time is the fact that there is not just one way to ...
1
vote
1answer
177 views

What ghc package does cabal-install need?

I've just installed cabal to try and get http://dmwit.com/yeganesh/, but on running cabal-install it throws the error: cabal: ghc version >=6.4 is required but it could not be found. Apt-cache ...
6
votes
3answers
5k views

Installing a .deb package in home directory

Is it possible to install a .deb package completely under my home directory at debian?
3
votes
2answers
867 views

How to install kvm in Debian (Lenny) over powerpc

I am emulating powerpc using qemu-system-ppc on top of x86, and running debian-lenny-ppc with it. I want to install kvm inside that debian. I have learned that the kvm and qemu-kvm packages are not ...