apt-get is a command-line tool used to work with Advanced Packaging Tool (APT) of Debian-based Linux distros and for performing actions such as installing or upgrading a package.
0
votes
0answers
7 views
Raspberry Pi apt-get upgrade failed
When trying to get the camera for the raspberry pi working, I had to start with an update and upgrade. When doing so, I received an error which I was forced to remove the update lists and try again. ...
0
votes
0answers
52 views
Installing R in ubuntu
I am trying to install R in ubuntu, but faced the following error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be ...
0
votes
2answers
24 views
bash test for yum or apt based linux
Simple question -- what's the canonical way to test in bash whether yum or apt-get are present? I'm writing a script that will run on client machines and install unison, then create a cron job for it ...
1
vote
0answers
32 views
apt-get Syntax error: end of file unexpected [migrated]
Trying to run any apt-get commands from the terminal gives a syntax error. Synaptic and Software Center work fine (Ubuntu 13.04).
For example:
sudo apt-get install mpack
/usr/bin/apt-get: 1: ...
-2
votes
0answers
94 views
Sudo apt-get update command does not work [closed]
I'm trying to install Java onto my Ubuntu 11.10. I've managed to get some repositories from where to download the installer, but whenever it gets to the point of updating the resources (a.k.a. sudo ...
-1
votes
0answers
8 views
removing but check the dependence of libblas3gf
why this come out when I want to remove the libblas3gf
it seems check the dependence of libblas3gf
plz tell me how can I install latala
0
votes
1answer
31 views
“debian apt-get install” to install newer version of a certain package other than the default one 5 years old
How to use "debian apt-get install" to download the newest available version of a certain package other than one years old but without changing system-wide settings/sources.list?
for example "apt-get ...
-1
votes
2answers
53 views
Apt-get corrupted [closed]
I tried something with my linux mint. The result of it is that apt-get doesn't work anymore...
sudo apt-get upgrade
For repair packages run „apt-get -f install“.
Following packages
apt : Depends on: ...
0
votes
0answers
19 views
Distributing a package via IIS-Server; Authentifcation fails
I tried to distribute a debian package over an IIS to debian machines. Therefor I created a simple repository using the following steps:
Creating a folder repo Copying the necessary files into this ...
3
votes
5answers
1k views
Installing MariaDB - Unmet dependencies, mariadb-server-5.5
I'm attempting to install MariaDB on Ubuntu 12.04 LTS.
I've followed the instructions provided at http://askubuntu.com/questions/64772/how-to-install-mariadb and from MariaDB.org that appear when you ...
1
vote
2answers
47 views
How to programmatically detect package and OS releases on Ubuntu
From bash, what commands would I run to get a boolean value that indicates whether or not there are available package updates or operating system upgrades in Ubuntu?
I know how to run apt-get upgrade ...
-2
votes
1answer
40 views
Apt-get installers: how does it works [closed]
I need to learn new aspect of development: making apt-get installers. Because of it, I need to find out, how it works. I tried to search information about it, but 90% of it is apt-get man's.
For ...
-3
votes
1answer
38 views
install mysql (shell) without mysqld (server) [closed]
I only need to install the mysql command line shell utility, and don't want to install the whole server software (mysqld). This is for space constraints, mainly, and I also don't wanto to have on my ...
0
votes
1answer
286 views
Cannot install g++ in ubuntu 12.04 [closed]
I have just installed ubuntu 12.04. Now, I want to install g++. So, I run the command:
sudo apt-get install g++
But I receive the error:
Reading package lists... Done
Building dependency tree ...
0
votes
1answer
23 views
Why is apt-get add separated from apt-get update? [closed]
I couldn't find an answer adequately satisfied my curiosity.
So, why are the add and update commands for apt-get separated? Although I am far from a Linux guru, I don't understand why the Advanced ...
5
votes
1answer
3k views
How to install Maven 3 on Ubuntu 12.10 by using apt-get?
I started setting up my Ubuntu 12.10 for the project I am working on. Maven 3 was required to set up the system and as it turns out most of the documents out there are referring to how to install ...
-1
votes
2answers
673 views
Ubuntu 12.04 LTS bash: sudo: command not found [closed]
I am new to Linux terminal, now I tried to use sudo, apt-get, whereis etc., commands in linux it returns an error bash: sudo: command not found
my command
$sudo apt-get install libc6-dev
Error ...
2
votes
1answer
3k views
Installing Java 7 (Oracle) in Debian via apt-get [closed]
Installing Oracle Java 7 in Debian via apt-get repository doesn't seems to work.
apt-get install oracle-java7-installer
Look like apt-get does not recognize oracle-java7-installer.
4
votes
1answer
66 views
Output apt-get upgrade to text
I've written a script for updating ubuntu packages and to email me however the output of the what's been upgrade and services restarted does not get emailed or produced. I've tried to run the update ...
-3
votes
1answer
102 views
Installing software in kubuntu [closed]
I have recently installed kubuntu. I am able to install softwares from muon software center. But when I try to do so from the terminal, I get errors. For instance on trying to update, I get:
Err ...
0
votes
1answer
62 views
Installing mailutils using apt-get without user intervention
While installing mailutils on ubuntu 12.04 using apt-get, there are 2 instances when manual intervention is required, first to select the site configuration and secondly to enter the hostname of the ...
1
vote
0answers
387 views
Unable to install python-dev [closed]
While installing python-dev:
sudo apt-get install python-dev
I am getting the following error:
The following packages have unmet dependencies:
python2.7-dev : Depends: python2.7 (= 2.7.3-0ubuntu3) ...
3
votes
0answers
696 views
Package opencv was not found in the pkg-config search path
I have installed OpenCV using the instructions in https://help.ubuntu.com/community/OpenCV
$ sudo su
$ sudo apt-get install build-essential
$ sudo apt-get install libavformat-dev
$ sudo apt-get ...
1
vote
2answers
420 views
re- installing R linux ubuntu: unmet dependencies R
I used aptitude install to install a package, Ubuntu 11.10 oneiric, that apparently I couldn't install because of dependencies. I removed a couple of more libraries while doing it. I uninstalled ...
0
votes
0answers
61 views
libgtk2.0-dev failed install
i need to install libgtk2.0-dev and pkg-config via terminal in my Mac Os. It isn't able to install.
I text: apt-get install libgtk2.0-dev
I got an error: Couldn't find package libgtk2.0-dev. Can ...
1
vote
0answers
54 views
Proper way of dealing with input prompts in Capistrano?
What is the correct way of dealing with input prompts that are triggered by commands I run through Capistrano?
One example is the iptables-persistent package I install using aptitude. Despite the ...
0
votes
2answers
45 views
What to do if dpkg nor apt-get will remove the program on Ubuntu?
The problem is that I installed a .deb file, and when I tried getting rid of it with dpkg -r ..., dpkg claimed to have removed it. Nevertheless, I can type in the "removed" command, and it still ...
2
votes
1answer
1k views
apt-get update and apt-get upgrade in Chef
If package "nginx" in Chef gets translated into apt-get install nginx on an Ubuntu node, what can be written in a Chef recipe that would translate into:
apt-get -y update
apt-get -y upgrade
...
1
vote
2answers
37 views
Different versions of the same program installed. How do I give precedence to a specific version?
On Ubuntu, I have installed Pandoc using first apt-get and then using the haskell cabal package manager. How can I make the pandoc terminal command refer to the newer pandoc? I have added the cabal ...
-1
votes
1answer
248 views
tomcat6 installation on Ubuntu12.04 [closed]
I want to install tomcat6 on my ubuntu server, but I am getting error when I say
sudo apt-get install tomcat6. When I install tomcat7, I can succesfully install it.
But I get this error during ...
-1
votes
1answer
2k views
MySQL 5.6.10 via apt-get [closed]
MySQL 5.6.10 is Generally Available now. If I try to upgrade it however says that I am already at the newest version, even though the installed version is 5.5.29. I am on Ubuntu 12.04.
$ sudo apt-get ...
0
votes
2answers
39 views
How do I know what packages are named with apt-get?
Linux noob here.
I want to download a program. Lets say this time its an ssh server.
How do I know what to type in sudo apt-get ???? install?
I tried ssh and sshserver just off the top of my head, ...
0
votes
0answers
792 views
Backtrack 5 r3 “apt-get upgrade” error [NEED HELP]
root@bt:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
smartphone-pentest-framework
0 ...
0
votes
1answer
58 views
How to install node-sqlserver
I have tried apt-get install aptitude but i got this:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to ...
-1
votes
1answer
239 views
How to update apt-get when error “could not resolve 'us.archive.ubuntu.com'” comes up in ubuntu linux? [closed]
Using Linux 3.2.0-32-generic Ubuntu x86_64 when I tried to update using "apt-get update" I received several error messages for many lines of requests to the us ubuntu archives. It read "could not ...
1
vote
1answer
2k views
“Unmet dependencies” error when using apt-get install
I'm trying to install a python package in Ubuntu using
apt-get install python-package
And I'm getting the following:
Reading package lists... Done
Building dependency tree
Reading state ...
0
votes
1answer
5k views
apt-get install is not working in ubuntu 10.10? [closed]
Am using ubuntu 10.10[32bit] machine,Am not able to install any software and even apt-get update,Am getting the fallowing error
W: Failed to fetch ...
0
votes
1answer
313 views
apt-get upgrade failed
I have tried to run an "apt-get upgrade" but I get the log below.
It seems to have been caused by haveged (I tried to install this via source a while back, and not with apt, there are traces on the ...
0
votes
1answer
86 views
valgrind no such file or directory
I just installed valgrind from apt-get and it is installed to /usr/bin/valgrind according to which. However...
$ valgrind
bash: /usr/local/bin/valgrind: No such file or directory
What is happening ...
0
votes
2answers
260 views
After pip installing uWSGI there's no /etc/uwsgi/ directory - how can I use apps-enabled?
I've been using apt-get install uwsgi to install uWSGI for my Django application. Today, I realized I needed a feature that's not available until uWSGI 1.1, and Ubuntu 12.04.1 doesn't have anything ...
0
votes
1answer
946 views
installing python-software-properties on ubuntu 12.04
I am trying to install python-software-properties package on an ubuntu 12.04 machine. I keep getting:
The following packages have unmet dependencies:
python-software-properties : Depends: python ...
2
votes
2answers
360 views
How to download all dependencies and packages to directory
I'm trying to install a package on a machine with no Internet connection. What I want to do is download all the packages and dependences on a machine WITH an Internet connection and then sneaker-net ...
6
votes
2answers
3k views
How to correct virtualbox instalation
Here is how the error output is if I run virtualbox from the terminal. How to correct it? I am on a Ubuntu 12.10 64bit machine.
virtualbox
WARNING: The character device /dev/vboxdrv does not exist.
...
7
votes
3answers
5k views
add-apt-repository not found
I've just installed Ubuntu minimum, and found that add-apt-repository isn't available.
after some searching ive been told its part of python-software-properties
When I run
sudo apt-get install ...
0
votes
1answer
189 views
apt-cyg, where the downloaded files stored?
When I use the command 'apt-cyg install package-name' and once the Cygwin has downloaded the package it says 'package-name saved'. I can't seem to find this in the hard drive though. So where is it ...
-1
votes
1answer
1k views
Install apt-get on OpenSUSE
I have install OpenSUSE. I want to install apt-get on OpenSESU. Than I search on Google, but the result is useless.
Can anyone tell me how to install apt-get on OpenSUSE?
I'm not saying YaST is bad. ...
0
votes
1answer
157 views
Automate installation using bash script - how to answer dialogs written with ncurses
How to automatically answer dialogs (written with ncurses) during installation in Ubuntu? For example during postfix installation.
2
votes
1answer
237 views
libjansi issue when trying to install Scala on Ubuntu 10.04
when i do
apt-get install scala
The following packages have unmet dependencies. scala: Depends:
libjansi-java but it is not installable E: Broken packages
Though when I do apt-cache show ...
3
votes
1answer
144 views
How to install latest version of fabric
How do I install the latest version of fabric on debian? When calling
apt-get install fabric
version 0.9.1 is being installed. The most recent version is 1.4.3 though.
1
vote
1answer
137 views
reprepro Translation-en file issue
I am using reprepro to create apt repository. However it is not creating Translation-en file (and neither the i18n directory). I've followed this and this tutorial.
So when I do apt-get update on ...






