How to install older package version on Ubuntu 18.04?
Hello, I'm running Ubuntu 18.04 and I would like to install libboost-python version 1.46. Currently I have installed version 1.65:
If I search for available libboost-python packages there is 1.46 version available:
Problem is that I'm unable to install older version. I've tried various ways:
But with no luck:
I guess following format is OK because it prints the message that libboost is already installed
But 1.46 equivalent did not worked for me:
I was also searching for *.deb package to install it using
but I've not found version 1.46 on those sites Ubuntu - Package Search Results -- libboost-python Search Ubuntu's packages : Ubuntu
How can I install version 1.46 and do not break existing package manager configuration?
Why there is no version 1.46 on mentioned sites?
Thanks
I try to install php-56 in a zone, but I have the following problem:
pkg install php-56
Creating Plan (Running solver): \
pkg install: No solution was found to satisfy constraints
maintained incorporations: None
Creation Plan: dependency error (s) in proposed packages:
Not... (0 Replies)
Hello,
I am new to ubuntu Server OS and so trying to setup and ntp service on couple of servers.
I see ntp rpm is not installed.
# dpkg --get-selections | grep -v deinstall | grep ntp
ntpdate install
#
so I tried to installed ntp rpm using... (5 Replies)
Hi,
I am trying to downgrade the version of rsyslog to the older version (i.e) and when i issue the below command to check the packages i dont see the required package (i.e)
and when i try to install it is complaining about package not found.
Please advise on how to install the... (1 Reply)
Hello,
i have downloaded an rpm package "hadoop-0.20.205.0-1.amd64.rpm"
in /usr/local/ directory.
I'm trying to install the rpm package in a new path/location (/usr/local/hadoop-0.20.205), but i can't.
I did:
1st try: Didn't work
sudo rpm -i --prefix=/usr/local/hadoop-0.20.205... (1 Reply)
Dear all,
I would like to install a new version of package without remove old version on Centos and vice versa.
Please give me advice!
thanks much, (2 Replies)
I am trying to install tcsh package in ubuntu 11
When i tried to invoke the tcsh,i was prompted to contact administrator to install tcsh package.
Since i am also the admin on my system its my job to install tcsh :D
I have downloaded tcsh package named "tcsh-6.17.00.tar", since i don not have... (12 Replies)
When I am trying to use below code of for loop on older version of ksh
it not working,and I just want to use only FOR loop
-----------------
for i in (1..5)
do
echo $i
done
-----------------
please suggest.it really stoping me.
FYI: i want to do this only by for loop (2 Replies)
Hi all,
I am working on Ubuntu 7.10 and I want to install libssl-dev_0.9.8a-7ubuntu0.13_i386.deb. So tryied it with apt-get command but getting the following error--
Then I downloaded .deb file and attempt to install it with package installer but again unable to install it and getting the... (3 Replies)
My intention was to build a dual boot XP Pro 64 and Ubuntu media server. I had installed the AMD64 version of Ubuntu 8.10 server and thought that I would be able to install Apache server. I need a GUI to work in. I tried to boot and install Mythbuntu 32 bit 8.10, but my machine now won't recognize... (0 Replies)
Hi All,
.profile has been replaced with a new one. I need to know the variables used in the older version of .profile. I have a session opened using the old .profile.
Is there a way that I can get the exact file.
I had some luck by using set command. But is there any way that I can get the... (5 Replies)