apt is Advanced Packaging Tool, package manager for Debian based distributions.

learn more… | top users | synonyms (1)

0
votes
0answers
14 views

Installation error on Ubuntu 12.10 (x64) for Octave 3.6.2

I'm having a very frustrating problem when installing octave. I already had it installed, but I was not able to run it anymore, the executable simply won't run. That's why I removed it and tried to ...
0
votes
1answer
51 views

Got “Package operation failed” error while installing postgresql using ubuntu software center

I am trying to install JDownloader. But, while installing it using sudo apt-get install jdownloader, I got some error. Like this: j@ubuntu:~$ sudo apt-get install jdownloader Reading package lists... ...
0
votes
1answer
59 views

12.04 unattended-upgrades package has lock on /var/lib/dpkg/lock (cannot sudo apt-get update due to lock) [duplicate]

Calling the sudo apt-get update fails to complete. Fails with: Fetched 2,212 kB in 13s (162 kB/s) E: ...
3
votes
1answer
43 views

Issues opening everything

I recently installed Ubuntu 12.04. I had issues opening Skype. I looked at a few tutorials that I found from Google searches to no avail. I figured it may just be an issue and went to try and update ...
0
votes
2answers
150 views

How to install apt-get package manager [closed]

I am booting Ubuntu via VirtualBox. PostgreSQL 8.0 is already installed in the disk image I am using. Now I want to upgrade the PostgreSQL database to a higher version. I tried using: apt-get upgrade ...
1
vote
2answers
74 views

system dont get updates

I am using Ubuntu 12.04 and I don't get any updates. For more than two weeks, whenever I try to check for updates manually it doesn't show any updates in the update manager. Then I tried via terminal ...
1
vote
0answers
23 views

Why does apt-get deliver outdated developer tools in general? [duplicate]

I am trying Ubuntu recently, and am disappointed to find out that apt-get delivers a lot of outdated daily software. For instance, built-essentials delivered gcc-4.6.3 (seems that it is updated to ...
1
vote
0answers
62 views

Samsung driver doesn't detect SANE correctly

From 13.04 (server) I'm trying to install the Samsung Unified Printer Driver as specified by https://wiki.ubuntu.com/HardwareSupportComponentsPrintersSamsung which has a dead link. In any event, the ...
0
votes
0answers
11 views

Resolving MariaDB removal issue

My MySQL/MariaDB installation got corrupted, and I'm trying to remove and reinstall via apt-get Unfortunately, I'm having a major issue with apt-get freezing after stopping the mariadb server. This ...
0
votes
1answer
44 views

How do I recompile Python 2.7 on Ubuntu 12.04?

I am struggling to get the Python module sqlite3 to work. I found this, and am following it, since Python can't seem to find the modules even after installation of the packages. I tried following ...
0
votes
2answers
41 views

Is there a difference between “apt-get install kdm” and “apt-get install kubuntu-desktop”?

My question's title is pretty straightforward. Is there a difference between installing KDE with the command "apt-get install kdm" or "apt-get install kubuntu-desktop"? I'm installing Penguy OS on a ...
0
votes
3answers
52 views

Running QQ : Can't find Python 3.3.1 in apt-get or synaptic

I'm running QQ : Can't find the repos/packages for Python 3.3.1 with apt-get or synaptic. How do I find them and install Python 3.3.1?
1
vote
1answer
46 views

What does 'Ign' mean when running an apt-get update?

I had a bunch of errors in the output of sudo apt-get update: duplicate entries and 404 not found errors. Figured those out, I hope: I removed PPAs that didn't have any packages associated with ...
1
vote
0answers
90 views

Why the installation fails for this package? it says linux-headers not found but it is there

This package is failing to get installed, but the linux-headers are installed. root@sun-Alienware-X51:/var/tmp# uname -a Linux sun-Alienware-X51 3.5.0-28-generic #48~precise1-Ubuntu SMP Wed Apr 24 ...
0
votes
1answer
61 views

apt-get won't work

I installed the latest updates from update manger and apt-get won't work. I think it has something to do with bumblebee/primusrun due to this error output: installArchives() failed: Setting up ...
0
votes
0answers
47 views

How do I find out where are command line commands installed? [duplicate]

I just installed apt-get install a few commands, but where are these things saved? thanks
0
votes
1answer
34 views

squid-deb-proxy failing to cache packages

On an Ubuntu 12.04 server, with squid-deb-proxy installed, client machines on the network will properly contact the server when installing packages, but squid never caches packages. From ...
1
vote
0answers
9 views

E:Malformed Line 61 [duplicate]

Hello I am new to Linux (Only installed today). I have an issue though which is "This is a serious problem. Try again later. If this problem appears again, please report an error to the developers." ...
1
vote
1answer
15 views

How can I upgrade while having unmet dependencies?

I just install a package that has these unmet dependencies: Depends: sun-java5-jre but it is not installable or sun-java6-jre but it is not installable or openjdk-6-jre ...
0
votes
0answers
29 views

Terminal Vim no longer starts after upgrading from 12.04 -> 12.10 -> 13.04: undefined symbol: init_hashlib

When I attempt to run Vim from a terminal, I get the following error: vim: symbol lookup error: vim: undefined symbol: init_hashlib I did some searching and the general consensus is that this is ...
2
votes
3answers
54 views

will apt-get autoremove break other dependencies?

I want to use apt-get autoremove to remove liba for instance, but I'm not sure whether it is smart enough to preserve other dependencies. For instance, if liba depends on libb, while libc also depends ...
0
votes
1answer
27 views

apt-get 503 Service Unavailable

I'm using my school network, and it seems that only apt-get is blocked, regardless of which server I use. pacman and rpmdrake work fine, both of which I've tested with Chakra and Mageia respectively. ...
4
votes
1answer
41 views

shell script to conditionally add apt repository

I want to write a shell script that will add an apt repository. I know that I can do it using sudo add-apt-repository -y <repo>. My question is can I do it only if the repository was not ...
0
votes
0answers
7 views

software center crashes and update manager doesnt load [duplicate]

here is the error i get Reading package lists... Error! E: Problem parsing dependency Depends E: Error occurred while processing tntdb-sqlite3 (NewVersion2) E: Problem with MergeList ...
0
votes
1answer
43 views

Failed linux Kernel Firmware Update

Ok guys this is what I get Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be upgraded: ...
0
votes
0answers
34 views

apt-get update problem when updating a reprepro repository

i have made a repository using reprepro on my Ubuntu 13.04, i uploaded this repo to sourceforge.net , i can download packages from it and i can update it, put after adding the repository to my ...
3
votes
2answers
104 views

Assign higher priority to PPA

I'm trying to figure out how to assign higher priority to one PPA over another PPA. I had a look on bunch of the answers on this forum but none of them solves my problem. We have two PPA sources on ...
0
votes
0answers
20 views

Reinstalling Mysql On Ubuntu 10.10(Stuck with bad repositories)

I recently configured NDB-cluster with mysql and Mysql just crashed ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) tried re-installing ...
0
votes
0answers
15 views

How to disable proxy configurations back at home [duplicate]

I recently configured my /etc/apt/apt.conf file in order to be able to update software through the university's proxy... Acquire::http::proxy "http://username:password@proxya.aub.edu.lb:3128/"; ...
2
votes
0answers
38 views

Apt-fast does not show download size

I use apt-fast to download and install packages on my system. What I have noticed is apt-fast does not show me how much data will be downloaded, as apt-get does: The following NEW packages will be ...
3
votes
3answers
74 views

Chaining apt commands

I've noticed that the majority of Ubuntu help websites present apt commands in the following format: sudo add-apt-repository ppa:[ppa-address] sudo apt-get update sudo apt-get install ...
0
votes
1answer
32 views

How can i make my .deb package replace a file in the system? [duplicate]

you know that you can't make a .deb package that replaces a file on the system which belong to another package, but i need to create a .deb package for the settings (gnome-settings,kde-settings, in ...
0
votes
1answer
34 views

install/remove list of packages from command line with apt-get

I'm writing a Makefile for our team to be able to set up a local environment with all of the software they need to install packages, etc so that they can develop quickly without having to figure out ...
0
votes
0answers
33 views

Integrity check against package repository?

When there are security updates, I review and install them as soon as possible and think about using automatic updates. From time to time I want to boot from a clean boot CD and check if the system ...
1
vote
1answer
24 views

Term for “Modified (by you or by a script) since installation.” dialogue?

Sometimes I see the following dialog. Configuration file `/etc/...' ==> Modified (by you or by a script) since installation. ==> Package distributor has shipped an updated version. What ...
0
votes
1answer
37 views

Should I update the Ubuntu release name for PPAs?

Does it matter that I have files like webupd8team-jupiter-precise.list in my /etc/apt/sources.list.d folder if I'm using raring? Should I update the sources inside to say raring instead of precise or ...
1
vote
1answer
22 views

Problem installing gfortran

I have just installed Ubuntu 13.04 on my computer, then tried to install gfortran using the command: sudo apt-get install gfortran in a terminal and it says: E: Unable to locate package gfortran ...
0
votes
0answers
13 views

Ubuntu 12.0.4 package update failure libssl1.0.0 out of memory error [duplicate]

I am running Ubuntu 12.04.2 LTS and yesterday automatic updates failed on what appeared to be the update of openssl package. I have searched around and found several old q&a's to this package ...
3
votes
3answers
91 views

Cannot get mysql to work/start even after clean install

I am completely stumped right now, whilst I am not an advanced user, I know my way around Ubuntu and so tried to look into things with the help of certain forum topics. The Problem: Today, quite ...
0
votes
0answers
10 views

Software Center / Update Manager / software sources not working [duplicate]

I am unable to upgrade to Uubuntu 13.04 When I run Update Manager, this message appears E:Encountered a section with no Package: header, E:Problem with MergeList ...
1
vote
1answer
42 views

problems with apt-get install

I've installed Ubuntu recently and I've been trying to install some programs using apt-get but it never seems to work, not even apt-get update works, here's what I get when I try to install something, ...
0
votes
0answers
19 views

DPKG installation error due to LZMA error

I am using Ubuntu 10.04 LTS. I had recently upgraded the LMZA library to 4.43 which is the latest version. Ever since it gives error while installing few softwares and upgrades. It shows the ...
0
votes
2answers
71 views

NPM wont work because of my wrong node version

The error is: Error: npm doesn't work with node v0.5.11-pre Required: node@>=0.6 But I'v just updated my node. That is confusing. I'v made some digging and it seems that I've installed node two ...
0
votes
0answers
19 views

Restoring settings and packages to clean install

I recently backed up my entire filesystem to a network drive in order to allow me to delete the Ubuntu partition, move the partition on the disk and reinstall. I then attempted to copy all of the ...
2
votes
1answer
129 views

Sudo apt-get update command does not work

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 ...
4
votes
1answer
50 views

How to make my server email me when there are security updates?

There's obviously a way to check to see when an update is a security update. I often get greeted by a motd that says "there are N security updates." What I'd like to do is have my server email me a ...
0
votes
0answers
29 views

ubuntu apt-get update fails [duplicate]

I installed ubuntu 12.04.2 server edition. I wanted to setup python tools, easy install, pip and eventually flask for python. I tried setting up python tools, apt-get told me to update apt-get...then ...
0
votes
0answers
9 views

When I am using Update Manager and Aptitude. I get this error. Ubuntu-Gnome 13.04 [duplicate]

I have Ubuntu-Gnome 13.04 operating system, When I use Update Manager , i get following error E:Encountered a section with no Package: header, E:Problem with MergeList ...
0
votes
1answer
85 views

apt-get update fails with error : Failed to fetch http:

I've completed the Installation of ububtu 10.4 for x86_64 platform in one machine and updated all necesseray packages without issues. Now i've installed in another Machine ... the installation ...
2
votes
2answers
107 views

After 12.04 to 12.10 upgrade (64bit), xorg held back and unable to install wine

After upgrading to quantal, I wanted to install wine. However, attempting to do so results in apt wanting to remove all kinds of important packages: The following packages will be REMOVED: ...

1 2 3 4 5 42