Questions tagged [apt]

Debian's Advanced Packaging Tool whose main binary is apt-get. Most questions about APT are off topic for Stack Overflow, unless it is clearly related to a programming tool.

Advanced Packaging Tool, the Debian software package manager which keeps track of the software repositories for the system, which offers package dependency resolution, upgrade of the installed packages, download and installation of new software.

1492 questions
-3
votes
1 answer

Can I make a application frontend for smartphones using Python?

I've done a little predictive program with Python and I would like to transform it in an application for smartphones. Can I accomplish it with Python itself, or should I use another language? If yes, what APIs would you recommend for that? Thanks
-3
votes
1 answer

I am unable to install java8 on my ubuntu gcp machine

I have tried with the commands sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt install oracle-java8-installer but after I could see that Java was not installed on my ubuntu machine. It hits the error like unable to locate…
-3
votes
2 answers

Docker image rabbitmq, apt broke

when I try apt-get update, I get this error: E: The method driver /usr/lib/apt/methods/https could not be found. Solution: sudo apt-get install apt-transport-https But when I try that I get this error: E: Unable to locate package…
Victor Callejas
  • 457
  • 7
  • 17
-3
votes
1 answer

yum install apt error

I got below errors when installing apt. It seems I am missing require packges. Error: Package: apt-0.5.15lorg3.94a-5.el5.rf.x86_64 (rpmforge) Requires: librpm-4.4.so()(64bit) Error: Package: apt-0.5.15lorg3.94a-5.el5.rf.x86_64…
dykw
  • 1,199
  • 3
  • 13
  • 17
1 2 3
99
100