Questions tagged [apt]

APT, the Advanced Packaging Tool, is Debian's high-level package management system. It is also used by several other Linux-based and Debian-based operating systems.

The Advanced Packaging Tool, or APT, is a free user interface that works with core libraries to handle the installation and removal of software on the Debian GNU/Linux distribution and its variants. APT simplifies the process of managing software on Unix-like computer systems by automating the retrieval, configuration and installation of software packages, either from binary files or by compiling source code.

1137 questions
-1
votes
1 answer

Problems with apt-get on Ubuntu

I'm seeing the following issue on Ubuntu 14.04 when I run sudo apt-get install oracle-java7-installer: + sudo apt-get -y install oracle-java7-installer Reading package lists... Building dependency tree... Reading state information... The…
jcm
  • 233
  • 3
  • 7
-1
votes
1 answer

debian LTS : how to keep packages up-to-date with last security fixes using apt

What's the best way to keep packages up-to-date (ie with the last security fixes) without worried about major version update ? For instance, apache2 for squeezeis is 2.2.16 (https://packages.debian.org/source/squeeze/apache2) However, last apache2…
Quentin
  • 101
  • 1
-1
votes
1 answer

Bash script to install packages and report to log file

I want to be able to log result of running bash script to file. Script itself is pretty simple, its used to install basic packages on fresh install machines and it scheme looks like this sudo apt-get install -y nano The thing im trying to achieve…
Prop
  • 21
  • 1
  • 2
-1
votes
1 answer

Getting error while running apt-get update

I am getting the following error while running apt-get update on all of the servers. W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. Release: The following signatures…
pradeepchhetri
  • 2,698
  • 6
  • 37
  • 47
-1
votes
2 answers

Can't install Nginx on Wheezy

I'm trying to install nginx on wheezy using this code in my deployment script: echo "deb http://nginx.org/packages/debian/ wheezy nginx" | sudo tee -a /etc/apt/sources.list echo "deb-src http://nginx.org/packages/debian/ wheezy nginx" | sudo tee -a…
J.Zil
  • 1,123
  • 3
  • 21
  • 29
-1
votes
1 answer

Script to install and activate backports on debian squeeze?

I am looking for a script that would enable debian backports for debian squeeze, something that I could just run and will enable me to install new packages like a decent version of mercurial after, just by doing apt-get upgrade mercurial.
sorin
  • 8,016
  • 24
  • 79
  • 103
-1
votes
1 answer

prevent apt dependency from being satisfied (permanently)

I want to install mailman (just to use it's mail archiving feature) but Ubuntu wants to pull down a load of extra dependencies. sudo apt-get install mailman Reading package lists... Done Building dependency tree Reading state information...…
Bryan Hunt
  • 321
  • 4
  • 14
-1
votes
1 answer

Bash installing script that fits all common Linux flavors

I was asked by my boss to make a bash script that could install Apache, PHP and MySQL (AMP) binaries in a Linux box (just some common linux flavors). Compile and install all by the sources unfortunately is not an option. So, I have to do this. I…
LucasBr
  • 180
  • 3
  • 9
-1
votes
3 answers

How do I remotely deploy a software package on Linux system?

I have a software package I wrote in Mono and I want to be able to deploy it to Ubuntu server as part of my move to continuous integration and deployment work flow. I was wondering if there is a tool to help me do that, some of the tasks I will…
David MZ
  • 249
  • 1
  • 3
  • 7
-1
votes
3 answers

How do I install latest version of ANT on CentOS 5 x64

I've installed ANT via yum but it's to old of a version. Not sure how to install it on it's own.
Brad
  • 97
  • 1
  • 5
-1
votes
2 answers

Debian Linux missing a lot of config files and packages

Is there a way to reconfigure Debian so that it could install the essential packages and configuration files? The files/packages that are missing includes the sudoer file, tcpdump, nano and a lot more. Can someone recommend a list of essential…
David
  • 1,067
  • 1
  • 10
  • 15
-1
votes
1 answer

Ubuntu 10 repositories help

Looks like not all the files on my repositories any more as you see below. Failed to fetch http://update.onlinehome-server.info/ubuntu/pool/main/libs/libsndfile/libsndfile1_1.0.21-2ubuntu0.10.04.1_amd64.deb 404 Not Found E: Unable to fetch some…
Grimlockz
  • 325
  • 1
  • 2
  • 11
-1
votes
2 answers

apt-get update failes to update

I am using Ubuntu 11.04 desktop edition mahcine. This machine is behind proxy server and content filter. I tried adding the following parameter in /etc/apt/apt.conf but it was not working after adding the ubuntu.com and the sites which are there in…
Caterpillar
  • 1,132
  • 2
  • 23
  • 47
-1
votes
1 answer

Install .deb package only if version is higher

Is it possible to tell dpkg to only install a .deb if the new package version is higher than what's already installed on the system? Example: I have htop version 3.0.5 installed and I attempt to install 3.0.4 with dpkg -i htop-3.0.4-ubuntu.deb. The…
Lev
  • 158
  • 5
-2
votes
2 answers

Nginx install don't work

I have a problem with nginx , I deleted nginx because I did some modifications in nginx.conf and now I can't install it ... apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done Correcting…
Alexandru
  • 1
  • 1
1 2 3
75
76