Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
4k views

How to get debian apt to find packages correctly to install sudo

I've just installed debian 9 using the full disc image (debian-9.8.0-amd64-xfce-CD-1) to install on VirtualBox in a 64bit environment from a Windows 10 host. During the installation I unchecked the ...
Nath Imagine's user avatar
2 votes
1 answer
13k views

How to copy all installed libraries to another Linux machine?

I am developing C++ on my Linux (Ubuntu) machine and I have installed many libraries both by using apt-get and installing from source. Lets say I would like to recreate my environment on another (...
motam79's user avatar
  • 490
0 votes
2 answers
1k views

Cannot install anything from apt-get

Everytime I try to install any package from the package manager, I get the following error liblua5.2-0 : Breaks: liblua5.2-0:i386 (!= 5.2.4-1ubuntu1) but 5.2.0-2 is to be installed liblua5.2-0:i386 ...
John Hamlett IV's user avatar
0 votes
0 answers
30 views

Auto-install using apt-get or yum [duplicate]

On my Ubuntu machine, if I don't have a particular application installed, the message often points me to the correct package. Example: $ rz The program 'rz' is currently not installed. You can ...
Jedi's user avatar
  • 870
1 vote
0 answers
309 views

Unresolvable broken dependencies, none of 'apt-get' commands works

Before I explain the problem, I should say that I have tried all other answers to similar questions and troubleshootings around the Internet, and none of them works. To be more specific all apt-get ...
FatDog47's user avatar
  • 111
0 votes
1 answer
278 views

How to know since when a package has been installed on a linux system

How can I find out the date (and time if possible) of installation of any package on Linux Operating system. For Ubuntu and using apt-get
Xsmael's user avatar
  • 361
2 votes
1 answer
265 views

Permanently block distro package installation?

I'm using a package provided in a PPA on Ubuntu. I use the PPA version because Debian's version is anemic to the point its effectively broken. Today, when I went through the cycle of apt-get update ...
jww's user avatar
  • 12.3k
1 vote
0 answers
3k views

Why did I fail to install packages when using debian?

There is lots of messed up dependency. How can I resolve this problem? It produces the following output: Reading package lists... Done Building dependency tree Reading state information... Done Note, ...
hugemeow's user avatar
  • 2,299
3 votes
1 answer
11k views

How to update to latest version of SVN server?

I currently have SVN server installed on my Linux Ubuntu machine, version 1.6.12. I see that the latest version is 1.8.x and would like to update my installation to it, so I run: sudo apt-get update ...
pnongrata's user avatar
  • 2,882
19 votes
4 answers
50k views

When would you use apt-get remove over apt-get autoremove?

I understand that apt-get remove removes packages and apt-get autoremove is to remove any packages that were installed to fulfil a dependency for a given package. So for example if I installed ...
PeanutsMonkey's user avatar
82 votes
4 answers
161k views

How to find out which versions of a package can I install on APT

Using APT, you can install a specific version of a package using: apt-get install package=1.0 But you can't do apt-get install package=1.* So, how can I find out which versions are avaliable for ...
Camilo Martin's user avatar
2 votes
1 answer
987 views

"Broken packages" installation error in Ubuntu

When I'm trying to install subversion on a Ubuntu machine using command sudo apt-get install subversion, it's throwing the follwoing error. ~$ sudo apt-get install subversion [sudo] password for ...
user1168992's user avatar
1 vote
2 answers
936 views

How do I read User Guide in apt-doc on Ubuntu?

I just installed apt-doc package. My question is how do I read the User Guide in this package ? In general how do I use the items from a package once I install it ?
Ankur Agarwal's user avatar