Tagged Questions
1
vote
1answer
478 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
3answers
16k views
Installing git “sudo: apt-get: command not found”
I am trying to install git. I run the following command:
sudo apt-get install git-core git-gui git-doc
But receive the following error:
sudo: apt-get: command not found
What should I do?
1
vote
1answer
651 views
Banshee Won't Update (Linux Mint 12)
Anyone else having problems getting the latest version of Banshee from apt-get? I'm adding the Banshee PPA, using apt-get update, and then trying apt-get upgrade and then to be totally sure, ...
0
votes
1answer
288 views
How to install non-outdated nvidia drivers using apt-get?
I tried using apt-get install nvidia-current after installation
I got 280.13 version, which is not the latest version(290.10).
so how can i force apt-get to download the latest driver?
Edit:
I'm ...
1
vote
2answers
688 views
apt-get : no installation candidate for libxul-dev
When I'm installing libxul-dev I end with this error message:
$ sudo apt-get install libxul-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ...
3
votes
2answers
1k views
How to make apt-get accept new config files in an unattended install of debian from Repo
I am writing a script for a unattended install of a package that is in our repo, it is a software package with one of Debian's marked config files.
Is there any option that I can pass to ...
1
vote
2answers
410 views
apt-get has unmet dependencies, but apt-get -f install doesn't solve problem
I've tried to install emacs on Ubuntu server 64bit 11.04, but it's complaining about emacs23-common. If I do:
sudo apt-get -f install
I still see the same problem:
Errors were encountered while ...
1
vote
2answers
179 views
Prevent a package from being installed?
I installed Python 2.7 from source. A dependency of some packages is python. Is there a way I can prevent the install of a lesser version of Python, or let apt know it's already been fulfilled?
2
votes
1answer
329 views
Why does 'apt-get install' suggest packages that I already have?
On Ubuntu Desktop 10.04.1
I have just run apt-get install to install a package. Amongst the list of suggested packages is ssh.
I'm confused, because I am sure that I already have ssh installed:
# ...
0
votes
1answer
338 views
Can't install uwsgi on ubuntu
root@ip-10-194-97-94:~# apt-get install uwsgi
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that ...
1
vote
2answers
980 views
Fixing debian installer
I have a VPS with Debian GNU/Linux on it. I'm trying to install a PHP file manager so that people could access it and download stuff into a directory.
I don't have anything in my /bin about PHP so ...
3
votes
3answers
214 views
What is the preferred way to install new versions of software?
I have installed Ubuntu Server 10.10 and now I want to install some software like PostgreSQL, Nginx and PHP. But what is the preferred way to get the latest stable version of the software?
E.g I ...