Skip to main content

All Questions

2 votes
1 answer
550 views

Debian VPS : can't apt-get update

I have debian on a VPS and when I do "sudo apt-get update" it failed like this : Reading package lists... Done W: Failed to fetch http://apt.pm2.io/ubuntu/dists/stable/InRelease Could not ...
GrindCode's user avatar
  • 141
1 vote
0 answers
3k views

How to solve apt error "E: Unable to correct problems, you have held broken packages"

I am running this command: sudo apt install libqt5svg5-private-dev I receive the error Reading package lists... Done Building dependency tree Reading state information... Done Some packages ...
oarfish's user avatar
  • 806
1 vote
0 answers
134 views

installing aptitude package manager on debian core.with the following code It is saying that package 'aptitude' has no installation candidate.

how can i install aptitude on debian 8.7. I mean the debian core since the installation have not given me any desktop options. i used the netinstall but it did not give me any desktop option so now ...
Moe's user avatar
  • 11
2 votes
0 answers
5k views

Is there an equivalent of arch linux's yaourt in debian?

I am an arch linux user using some debian machines. I am very used to using yaourt to install any and every random thing I can think of so that even random packages are version controlled on my system....
Mike H-R's user avatar
  • 752
0 votes
1 answer
129 views

Mark package never to be installed with aptitude

I'm using aptitude as package manager in Debian. How to mark the package never to be installed by it? Because from time to time, when I install some gnome utilities etc., systemd package gets ...
nuoritoveri's user avatar
1 vote
1 answer
1k views

Linux, Debian, Wheezy, Aptitude/DPKG consistency check

In a foolhardy and stupid attempt to solve space issues on my desktop machine, I on purpose deleted Spotify from /opt before realizing that I could remove it using the package manager. After deleting ...
Mogget's user avatar
  • 1,325
5 votes
1 answer
974 views

Linux server broken packages

So, I'm trying to install the PHP5 cURL package on a Ubuntu Lucid 10.04.3 server. My concern is that there are broken packages on this server and if I install this package with the broken packages ...
Alex W's user avatar
  • 2,016
1 vote
3 answers
474 views

How to purge a package AND its installed dependencies?

I only want to delete the dependencies if they are not required by any package installed since then. For example, when I installed subversion, it also installed some libs: libapr1:amd64 libaprutil1:...
dash17291's user avatar
  • 1,012
1 vote
1 answer
1k views

Debian download package and dependencies for different architecture

I have a clean i386 install of Debian on my laptop which I need to install ndiswrapper to get the internet on it working. I have a amd64 Debian install on my other laptop with working internet. How ...
Josh's user avatar
  • 718
4 votes
3 answers
5k views

How do I remove configuration files for a program that's not installed?

I'm basically looking for an apt-get purge for programs that are already uninstalled. (I'm running Debian squeeze and using aptitude for package management.)
Blacklight Shining's user avatar
1 vote
1 answer
75 views

Install a software package for Ubuntu version X on the Ubuntu version Y

Unfortunately I am a total newbie when it comes to Ubuntu package installation and dependencies. I wonder: Can I install a certain version of a pre-compiled software package in Ubuntu version Y, if ...
skanatek's user avatar
  • 268
13 votes
5 answers
33k views

How to install a single package from Debian sid?

Take ibus-sunpinyin for example, which isn't existed in the squeeze release. I'm not going to switch the whole system to the sid branch, so, I want to download the single package from sid repository ...
Lenik's user avatar
  • 18.4k
2 votes
0 answers
629 views

ghc6 install trouble: hGetContents: invalid argument (invalid UTF-8 byte sequence)

Having trouble installing ghc6 on Ubuntu Maverick via apt. Here's what seems to be the relevant error that comes up when I try to (apt-get|aptitude) install ghc6: A package failed to install. ...
olimay's user avatar
  • 21
11 votes
2 answers
2k views

Can Debian identify rarely used packages?

I'd like to find a tool that could tell me which Debian packages on my system have been rarely or never used, perhaps by looking at file lists and access times. This is to find candidates for ...
Norman Ramsey's user avatar
2 votes
3 answers
600 views

Find all packages that uses a given File in Ubuntu?

I'd like to list all the packages that uses a given file. I'm willing to use any tool (such as dpkg, dlocate, apt-file etc.), Please do mind when I say 'use' I don't mean necessarily only owns/...
Mcradle's user avatar
  • 890
129 votes
5 answers
80k views

How do I find out which package owns a file?

How do I find out what Debian package a file came from?
1 vote
2 answers
2k views

How do I find out which package owns a file? [duplicate]

Possible Duplicate: How do I find out which package owns a file? How do I find out what Debian package a file came from?
1 vote
4 answers
2k views

kde frontend for apt

I'm recently installed kde in debian testing in my laptop, which is a good frontend to apt?
diegueus9's user avatar
  • 205
3 votes
4 answers
2k views

How to know the recommended/suggested packages using terminal?

In synaptic if you right-click a package you will see a sub-menu called recommended and another sub-menu called suggested. How can I see the recommended and suggested packages for a specific package ...
malhobayyeb's user avatar
6 votes
3 answers
2k views

Aptitude Untrusted source, gpg, keyserver

I have mirrored the Ubuntu archive repository (I must say it's rather huge). Then, I can apt-get install with no problem, but it prompts with following warning: WARNING: The following packages ...
Lenik's user avatar
  • 18.4k
0 votes
2 answers
442 views

Ubuntu get package source from universe repository, but the correct source is in main repository

I want to get source of `thinkfinger' package, sudo apt-get source thinkfinger But, it reports 403 error, and I found that it get the source from xxxx/pool/universe/t/thinkfinger/, but the correct ...
Lenik's user avatar
  • 18.4k
0 votes
2 answers
694 views

View list of updated packages after apt-upgrade on debian-based linux systems

I just did an update on my Debian system and it was very long. I'd like to know now, after the upgrades have already been applied, which packages were upgraded and which were not.
KdgDev's user avatar
  • 5,548
1 vote
1 answer
3k views

sudo apt-get install apache2 does not fetch apache

Trying out sudo apt-get install apache2 This is what I get root@x27:/home/test# sudo apt-get install apache2 Reading package lists... Done Building dependency tree Reading state information... ...
dave's user avatar
  • 11
0 votes
1 answer
421 views

Get changes to local config files with apt

When I'm updating a package and a new configuration file is shipped, I'm asked whether I want to keep my version, install the new one or view the differences. As I have to document an older server, I'...
tstenner's user avatar
  • 101
15 votes
1 answer
43k views

after changing sources.list on ubuntu, how do I make him reload/refresh?

after changing sources.list on ubuntu, how do I make him reload/refresh? So new packages in the new sources will be found?
Itay Moav -Malimovka's user avatar
0 votes
2 answers
179 views

How to resolve error in Ubuntu?

I'm using Ubuntu 9.04. When I run any command like sudo apt-get update, I get following error message: E: Type 'l.com/ubuntu' is not known on line 45 in source list /etc/apt/sources.list E: The list ...
bipul's user avatar
  • 111
0 votes
2 answers
515 views

ubuntu ppa's and apt precedence

I'm trying to get the latest mplayer installed with vdpau support. Haven't had any luck so far. I found a PPA that says it works and I want to install it. I added the PPA to my apt.sources and did ...
Brad Robertson's user avatar
72 votes
3 answers
70k views

Which Debian package architecture am I using?

What's the command to find out which Debian package architecture I'm using? eg, on a 64 bit x86, I'm expecting something like amd64, i386 on 32 bit x86 and darwin-x86_64 from OSX 10.6 (via Fink).
therefromhere's user avatar
51 votes
3 answers
24k views

What is the difference between Recommended and Suggested packages (Ubuntu)

On Ubuntu when you install a package, there can be dependencies, recommendations and suggestions. For example: virtualbox-ose has adduser as dependency, libgl1 as recommendation and libpulse0 as ...
Peter Smit's user avatar
  • 9,576
34 votes
12 answers
132k views

How can I undo or rollback an "apt-get upgrade" command on Ubuntu?

Is there a way in Ubuntu to rollback or undo the last upgrade after doing an apt-get upgrade if you don't like the results?
jjclarkson's user avatar

15 30 50 per page