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
0
votes
0 answers

How to best handle apt upgrade and php-fpm default pool www.conf

I currently have an Ubuntu 18.04 server with php-fpm installed. In the spirit of maintainability, instead of editing /etc/php/{version}/fpm/pool.d/www.conf I copied it and renamed it as {domain}.conf for two reasons: 1) I might have more sites and…
mcdado
  • 101
  • 4
0
votes
0 answers

How to uninstall Nginx (and reinstall it) under plesk?

I rent a VPS from OVH without Plesk License but they installed Plesk anyway against my consent. This lead to a lot of problems. I had an hard time for everything, installing the last version of Python 3, have the right version of mod_wsgi or…
snoob dogg
  • 101
  • 5
0
votes
0 answers

Updating a package on php gives php7.3 is already the newest version but its not

I'm trying to update php7.3.13 to 7.3.17 on ubuntu 18.04 I have done apt-get update apt-get install php7.3 It said 7.3.17 package is unpacked but after restarting apache I still get 7.3.13 in phpinfo and php-v. Trying apt show -a php7.3 | grep…
Niro
  • 1,401
  • 4
  • 20
  • 36
0
votes
1 answer

apt-get upgrade not finding packages

When I ssh into my server I get this banner: Welcome to Ubuntu 16.04.6 LTS (GNU/Linux 4.15.0-45-generic x86_64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: …
0
votes
1 answer

How can I check which apt repositories / packages are validated by certain keys?

I've inherited an Ubuntu 18.04 server which has had some custom repositories and keys added to it in the past. I'd like to ensure all keys are still in use, and see which packages each of them are validating. Is there a way to do this? I can list…
Steve H
  • 53
  • 3
0
votes
1 answer

Debian buster r-base won't upgrade to 3.6.3

I have 2 computers (a PC and a server) with debian buster as OS. I need to backport the R language version from 3.5.2 to 3.6.3 on both. I follow this guide : https://cran.rstudio.com/bin/linux/debian/. And so, on both configuration of apt, the same…
arnome
  • 1
0
votes
1 answer

How to install apache on AWS ubuntu instance?

I've tried a few standard Ubuntu instances on Amazon's Web Services (AWS), but I can never find the apache package using apt-get. Thanks, Aidan.
aidan
  • 615
  • 4
  • 10
  • 23
-1
votes
1 answer

trying to install php 7.1 on debian 9.8 - apt-get issue

I have php 7.0 / nginx on my debian server. I'd like to upgrade it to at least php 7.1. Following the guide on https://launchpad.net/~ondrej/+archive/ubuntu/php I ran into many problem. groot@vps149861:/etc/apt# sudo apt-add-repository…
frumbert
  • 131
  • 1
  • 10
-1
votes
1 answer

`sudo apt-get -f install` fails everytime

This command sudo apt-get -f install fails every time I try to run it.
rockower
  • 99
  • 4
-1
votes
1 answer

GUI Package Management on Remote Server

Usually I manage the packages on remote debian servers via SSH using aptitude or apt-get in CLI mode. Aptitude also does have an ugly interactive mode. However, on desktop systems I love the comfort and overall view of GUI tools like Synaptic. Is it…
Pinke Helga
  • 141
  • 2
  • 8
-1
votes
1 answer

How can i get rid of “apache2 : Depends: perl but it is not going to be installed” in ubuntu 14.04 desktop?

This is the error message i have at console when running $sudo apt-get install apache2 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you…
-1
votes
1 answer

Gitlab partially deleted - Recover repo's

I have a private Gitlab server on a Ubuntu machine. Now I, for some reason, accidentally partially uninstalled Gitlab by executing a mistyped apt-get command. I don't know which one exactly, but it started removing Gitlab from the system. I…
Basaa
  • 109
  • 3
-1
votes
1 answer

Varnish 3.0.7 suddenly stopped working

Changed one line in default.vcl and after that I couldn't restart. It didn't give me any error or anything. I tried to set it back to the former config but that didn't help. So I decided to reboot. Start all over. didnt help. And now after several…
Philip
  • 375
  • 1
  • 4
  • 8
-1
votes
2 answers

Install python packages through ap-get in Debian

I'm trying to install Odoo on a Debian 3.2, but I'm having trouble trying to install its dependencies. When I try to install python-decorator, I get this error: The python-decorator package is not available, but some other package references him.…
-1
votes
2 answers

"sudo apt-get remove hadoop" is not removing package

I am trying to uninstall Cloudera Hadoop from my Ubuntu System. For this I tried sudo apt-get remove hadoop command but this command is failing with following message: ubuntu@ip-10-82-19-71:~/cluster-deployer/src$ sudo apt-get remove hadoop Reading…
Shekhar
  • 107
  • 2
  • 5