Questions tagged as ['software-installation']

I created a package to install postfix with my own setup files. For example, I want to have my own /etc/postfix/virtual
in that package.
That works great and I verified, the file is listed as a configuration file (it is part of the conffiles
list). I can update it in my package and the postinst
script will run the postmap
command to make sure the .db
is up to date.
However, while doing some testing, I ch ...
hope you are having a good time.Recently I have tried to install microsoft office on ubuntu with different versions (2010,2013 and 2019) both with 64 32 bits attempting to do it with wine and playonlinux,but I have not succeeded on it.When I try to install it with wine,the setup starts correctly and everything works fine,until the progress bar reaches the end,and then it show up this message,with nothin ...
I used to use the following gist to install Python 3.8 on Ubuntu 16.04:
# install PPA
sudo add-apt-repository ppa:deadsnakes/ppa
# update and install
sudo apt update
sudo apt install python3.8 python3.8-dev python3.8-venv
However, ppa:deadsnakes doesn't support Ubuntu 16.04 anymore, and the above script doesn't work:
> [6/6] RUN apt install -y python3.8:
#9 0.222
#9 0.222 WARNING: apt does not have ...
I think i broke my repositories somehow (looks like it happened after install postgress).
For example when i try to install python3-dialog (and many other standard packages) that present in focal universe repository I faced problem:
sudo apt-get install -y python3-dialog
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python3-dialog is not availa ...

So, I got the solution. Thanks for that.
But then the obvious followup is: Why?
How/Why does this happen?
Are all PPAs safe? From where do I know which PPA refers to which packages? Can adding a PPA cause any harm? Or is it that the package when downloaded will cause harm? In particular is it safe to add ppa:ubuntu-toolchain-r/test
? Or is it more safer to install packages from official websites?

Alright folks, going a bit crazy here.
I'm running Ubuntu 21.10 impish off of an external ssd. Things are working well, trying to install pgadmin4 by following the guide here:
https://www.pgadmin.org/download/pgadmin-4-apt/
namely, adding the extra the PPA , updating the apt repository, and then installing with apt:
# Setup the repository
#
# Install the public key for the repository (if not done prev ...

I am trying to install VEP through this gist. I do not have conda, so first I am trying to install it into $HOME/miniconda3
as mentioned:
curl -sL https://repo.anaconda.com/miniconda/Miniconda3-py37_4.9.2-Linux-x86_64.sh -o /tmp/miniconda.sh
sh /tmp/miniconda.sh -bfp $HOME/miniconda3
After I run the above commands I am getting this error:
sh: 0: Can't open /tmp/miniconda.sh
If you could help m ...
i am on ubuntu 20.04.3.tried to install qjackctl-0.9.6 (latest version) from source following instructions as given in https://qjackctl.sourceforge.io/
got the following errors:
mee@mee-Inspiron-3543:~$ cat /etc/apt/sources.list.d/nodesource.list
deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x main
deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https:/ ...
I get the error Errors were encountered while processing: linux-image-5.13.0-30-generic
when processing anything but i cannot remove, reinstall or fix the package
The error will often look like this:
root@name-MS-Number:~# sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following pack ...

Trying to install packages for low latency audio with JACK on Ubuntu 20.04.4, following the guide linked on the Ubuntu Studio Installer page (this one). I tried the following:
- Ran
sudo apt update && sudo apt dist-upgrade -y
and rebooted. - Installed
sudo apt install ubuntustudio-installer
on Ubuntu 20.04.4 LTS. - Enabled Backports PPA
- Selected packages: linux-lowlatency, ubuntustudio-lowlatency-set ...
I am trying to add some private packages into the ISO (iso-tree/pool/)
where also adding the dependency packages in to the ISO, some of the dependencies are from Ubuntu repo.
To achieve this process, I have uploaded the private deb packages to private repo and using apt download
to get the private packages and using apt-cache depends -i --recurse package-name
to identify the dependencies, using th ...
I had fan problem and overheat tendency in my laptop. So I realized my problem started after installing win10. I didn’t want to go back to win7 so I opted to use Ubuntu. I downloaded and burned the iso file to a 8gig usb stick. I decided to do a clean install. At the end of installation, it requested to restart. After hitting enter, I removed the usb stick but it didn’t restart instead showed a numb ...
When I installed gimp with flatpak, I cannot find gimp icon anywhere even when I search for it. So I remove gimp and install gimp again with software application and then gimp shows up.
Why this happend? what is difference between them? I'm so confused in ubuntu world, what is happening?
Additionally, for asking ubuntu, I thought I can change the line by \n but doesn't work. Can you tell me how to c ...
I am using Ubuntu 20.04 LTS. I cannot find my software from the older kernel version to the newer one. For example, I installed Sublime text editor in the last version but in the newer version, it's not installed. Am I doing anything wrong or this is the way kernels are meant to behave? (Yes I know sticking to the previous version could be the easy escape.)
Updated kernel:5.13.0-28-generic.
When I am updating my Kubuntu 20.04 via Discover I am getting the message
The installation of the package failed Error while installing package: initramfs-tools package post-installation script subprocess returned error exit status 1
What does this mean and what can I do to solve the issue?
Also, yes, my logic volumes are encrypted. https://askubuntu.com/a/1215354/402358 explicitly warns to not follo ...

I've been trying to install Packet Tracer and it showed me a licence agreement window. I selected "Ok" and clicked enter to confirm the licence agreement and it seemed to work ("Ok" changed to "OK" shown on this picture), but the licence agreement window doesn't change to the next one (shown here) and no progress has been made for around 1 hour. What can I do for it to make some progress and inst ...
Lately I am receiving a "This window is not responding" while browsing websites in Chrome as the image below shows:
How can I resolve this issue so that I can visit websites without this problem?

I getting this error while building my project dir ,and also not able find the path for Findilters.cmake plz help me resolve this issue
CMake Error at CMakeLists.txt:7 (find_package): By not providing "Findfilters.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "filters", but CMake did not find one.
Could not find a package configuration file ...

I am trying to install haltech on ubuntu, I don t know exactly how, can you help me to figure out please? I have a ubuntu 20.04 LTS version

When I try to install hunspell language packs, it works for Hindi and Gujarathi but not for marathi. In other words this works...
apt install hunspell-hi
But this does not:
apt install hunspell-mr
When I try to install new software, the dpkg
and the libllvm12
interrupts the process with the following errors:
The following packages have mismatched dependencies:
libllvm12 : Break: libllvm12:i386 (!= 1:12.0.0-3ubuntu1~20.04.3) but 1:12.0.0-3ubuntu1~20.04.4 is installed libllvm12:i386 : Break: libllvm12 (!= 1:12.0.0-3ubuntu1~20.04.4) but 1:12.0.0-3ubuntu1~20.04.3 is installed
E: Mismatched depen ...
I have a new laptop, a Dell G15 5515 ryzen edition with nvidia geforce rtx 3060. This one comes with w11 and I make a dualbot with ubuntu 21.10. The installation went pretty good but after I install visual studio code and python my screen went black. So I restart the laptop, get the gpu menu, selected ubuntu and finally I get to a black screen with the following message:
/dev/nume0np7: recovering j ...

I am trying to install ghmm (the general hidden markov model) library in Ubuntu 18.04.
For some reason the conda channel is not responding, it is taking forever to finish this conda install -c bioconda ghmm
.
Is there a reliable source from where I can install ghmm ?
Thanks.
The others softwares i need to install and use will require libcurl4 like Curl , MDATP , but mongodb doesnt support it , please advice on this issue
sudo apt-get install -y mongodb-org
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the uns ...

I want to a install recoll, but my question applies to packages that rely on dependencies.
I don't use python, but when I add the recoll PPA and try to install the package, apt wants to install many python libraries as dependencies for recoll.
So my question is.. is there a way to install a package with all dependencies packaged within a folder so I don't pollute my system with all these dependencie ...

I am trying to install a vulnerable version of apache2 (version 2.4.49 to be exact) but when I run sudo apt-get install apache2=2.4.49
it says the version is not found, although it definitely exists.
OS information: VERSION="20.04.3 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.3 LTS"

My ultimate goal: use the fingeprint reader of a Lenovo T430 on Ubuntustdio 20.04.
Type oft the device, according to lsusb
:
Bus 001 Device 003: ID 147e:2020 Upek TouchChip Fingerprint Coprocessor (WBF advanced mode).
According to https://fprint.freedesktop.org/supported-devices.html they support this device.
I downloaded libfprint-master.tar.gz using the button Download from https://gitlab.freede ...

I am renting a cloud server with Ubuntu 20.04. There is no GUI. I find that I need other utilities and the installation instructions I come across use either apt
or dpkg
. How can I acquire and install these?