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
-2
votes
1 answer

Listing all packages, but without addional text

In this time I am working of project, what tell you, what software you have installer and what you can install. In this time I have problem with this command: grep -hn Package: /var/lib/apt/lists/* . This command returns me package names, that's…
-2
votes
2 answers

Can I update Ubuntu with active users logged in?

I would like to run apt-get dist-upgrade, but I don't know how this will affect the currently logged in users. How can I find out: 1. will a restart be required 2. will the system be stable/functional until the restart if required (this page…
anregen
  • 287
  • 1
  • 7
-2
votes
2 answers

Need help updating PHP 5.2 to 5.3 (on Debian Lenny)

I need to update 5.2 to 5.3 in one of our servers urgently. My unix skills are limited so please be as specific as possible. Is there any way to do this easily with apt-get upgrade ?
ooops
  • 191
  • 1
  • 3
  • 12
-2
votes
1 answer

ubuntu: /bin/sh: apt: not found

I have a container on which I want to install ca-certificates, but despite being ubuntu, it doesn't recognize both apt and apt-get ~ # cat /proc/version Linux version 5.4.0-109-generic (buildd@ubuntu) (gcc version 9.4.0 (Ubuntu…
no746
  • 97
  • 2
-2
votes
1 answer

Problems after trying to upgrade Python

I am still able to run Anaconda, but the Python installation is suffering some issues after accidentally creating a wrong symbolic link and then trying to upgrade Python version The following additional packages will be installed: apport apport-gtk…
-2
votes
1 answer

need to install open ipmi on a remote HP DL20 server

I have an ubuntu(18.04.2 LTS) image running on a HP DL20, This server has a dedicated iLO, but i fear some settings are wrong as i cant reach the iLO. I would like to install open ipmi on the server to check gateway/subnet thats set in the bios.…
Brett
  • 1
  • 1
-3
votes
1 answer

Is there anyway to specify the version of kernel update with apt-get? Debian 7

Is possible to select the version of Kernel I need in apt-get? Actually, I need to update it but I had lot of configurations problems with 3.2. Or the only way is compiling the kernel? Thank you
-3
votes
1 answer

mysql server restart failed

I want to recover my mysql root password so I have followed this tutorial and stopped the mysql server . when I am trying to start it its show a error message and won't start. I believe the error is due to read only file system. Is their any other…
-3
votes
4 answers

How do I install a package in Debian?

How do I install a package in Debian via SSH? In my case I'm looking to install OpenSSL, but the instructions could be for installing any other package as well. UPDATE: I did run into some issues while attempting to install OpenSSL (package…
amateur barista
  • 498
  • 3
  • 7
  • 21
-3
votes
1 answer

Error running apt-get install on Ubuntu server

When I run apt-get install mysql-server I get the following error: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/mysql-dfsg-5.1/mysql-server_5.1.41-3ubuntu12.6_all.deb 404 Not Found [IP: 91.189.92.177 80] E: Unable to fetch…
Mike Christensen
  • 965
  • 1
  • 11
  • 21
-4
votes
1 answer

Replace yum with apt on CentOS 5?

I used to have apt available on my CentOS server, but I had to reinstall and now I have yum. I've searched on how to replace it with no results. If anyone could help, thanks! I am on CentOS 5.9, if that helps.
alexpja
  • 123
  • 6
-5
votes
1 answer

Get rid of the ubuntu thing that suggests what packages you should install

I'm finding myself in the unfortunate place of using Ubuntu as a server OS and its tendency to suggest what packages I should install and how to install them when a program I enter in the shell isn't present is downright infuriating. How do I get…
mortabis
  • 64
  • 6
1 2 3
75
76