Comments on: How to Install Particular Package Version in CentOS and Ubuntu https://www.tecmint.com/install-particular-package-version-in-centos-ubuntu-debian/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Jul 2023 03:32:08 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/install-particular-package-version-in-centos-ubuntu-debian/comment-page-1/#comment-1408473 Mon, 04 Jan 2021 04:00:20 +0000 https://www.tecmint.com/?p=28766#comment-1408473 In reply to Eugene.

@Eugene,

Which Ubuntu release version you are using? try to update or upgrade and then try to install the specific Nginx version…

]]>
By: Eugene https://www.tecmint.com/install-particular-package-version-in-centos-ubuntu-debian/comment-page-1/#comment-1407846 Sun, 03 Jan 2021 04:25:17 +0000 https://www.tecmint.com/?p=28766#comment-1407846 Hi, could you assist with installing a specific version of Nginx on Ubuntu?

I am getting the below after following this.

root@web-server-nginx:~# apt-get install nginx=1.14.0-0ubuntu1
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 unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nginx : Depends: nginx-core (< 1.14.0-0ubuntu1.1~) but 1.14.0-0ubuntu1.7 is to be installed or
                  nginx-full (< 1.14.0-0ubuntu1.1~) but it is not going to be installed or
                  nginx-light (< 1.14.0-0ubuntu1.1~) but it is not going to be installed or
                  nginx-extras (< 1.14.0-0ubuntu1.1~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
]]>
By: Aaron Kili https://www.tecmint.com/install-particular-package-version-in-centos-ubuntu-debian/comment-page-1/#comment-975118 Fri, 09 Mar 2018 19:47:43 +0000 https://www.tecmint.com/?p=28766#comment-975118 In reply to Rahul Tidke.

@Rahul

You may have to build samba and the SMB protocol from source, in order to install the exact versions you want on CentOS 6.9.

]]>
By: Rahul Tidke https://www.tecmint.com/install-particular-package-version-in-centos-ubuntu-debian/comment-page-1/#comment-975037 Fri, 09 Mar 2018 04:54:20 +0000 https://www.tecmint.com/?p=28766#comment-975037 Thanks for this article! Can I upgrade installed Samba version on CentOS 6.9 to latest available samba version e.g. I have samba-3.6.23 on CentOS 6.9 and I would like to update it to samba-4.6.2, as the CentOS 6.9 repo does not offer this latest version of samba, can I add a repo to CentOS 6.9 which offers latest version of samba and then upgrade it using yum? If I upgrade like this, will it affect all future yum system updates?

I would like to upgrade my SMB protocol from version 2.0.2 to SMB version 3.1.1, we have all latest Windows 10 clients and Samba FileServer (CentOS 6.9). Can you suggest a possible solution? Thank you!

]]>