Displaying 20 results from an estimated 6776 matches for "apt".
Did you mean:
ap
2013 Jul 18
2
Puppetlabs Apt module: dependency cycle
Using ```puppetlabs/apt``` in a puppet provisioner for vagrant. the
module is installed in puppet/modules and I''m getting a strange Dependency
cycle error.
the code in the manifest file:
# Run apt-get update when anything beneath /etc/apt/ changes
#taken from
https://blog.kumina.nl/2010/11/puppet-tip...
2018 Mar 06
2
gluster debian build repo redirection loop on apt-get update on docker
When I follow the directions at
http://docs.gluster.org/en/latest/Install-Guide/Install/ to install
the latest gluster on a debian 9 docker container, I get the following
error:
Step 6/15 : RUN echo deb [arch=amd64]
https://download.gluster.org/pub/gluster/glusterfs/3.13/9/Debian/stretch/amd64/apt/
stretch main > /etc/apt/sources.list.d/gluster.list
---> Running in 1ef386afb192
Removing intermediate container 1ef386afb192
---> f3c99b2a7c7a
Step 7/15 : RUN apt-get update
---> Running in 3a4744736ab0
Ign:1 https://download.gluster.org/pub/gluster/glusterfs/3.13/9/Debian/stretch/...
2018 Mar 07
0
gluster debian build repo redirection loop on apt-get update on docker
...ian packages from the
repos.
But independent of that, your package path looks wrong. You have:
https://download.gluster.org/pub/gluster/glusterfs/3.13/9/Debian/...
but I believe it should be:
https://download.gluster.org/pub/gluster/glusterfs/3.13/LATEST/Debian/...
Double check that your /etc/apt/sources.list.d/gluster.list file
consists of the single line:
deb [arch=amd64]
https://download.gluster.org/pub/gluster/glusterfs/3.13/LATEST/Debian/stretch/amd64/apt
stretch main
>
> Step 6/15 : RUN echo deb [arch=amd64]
> https://download.gluster.org/pub/gluster/glusterfs/3.13/9/De...
2018 Aug 24
3
Debian Stretch Samba packages 4.6.16/4.7.9/4.8.4 (amd64/i386) available
...ou want to run and you stay at that version until you change the repo.
The site info isnt updated yet with this, i'll do that after i finish up with the debian stretch packages.
For now the Debian stretch packages and available are amd64/i386 and sources.
Import my key: wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add -
samba 4.6. : echo "deb http://apt.van-belle.nl/debian stretch-samba46 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list
package list: http://apt.van-belle.nl/current-packages-in-stretch-samba46-apt.tx...
2005 Oct 22
2
apt repository
Is there a problem with apt-get repo? i get 404 not found when i try to
update the repositories?
im using rpm http://mirror.centos.org for my repositories and here's the
error of apt.
Ign http://mirror.centos.org centos/4.1/apt/i386 release
Err http://mirror.centos.org centos/4.1/apt/i386/os pkglist
404 Not Found [IP: 6...
2019 Nov 27
1
Debian Stretch - apt-get update - Van Belle repository not found
Hello,
When doing "apt-get update" on Debian Stretch, I am experimenting the
following error:
# apt-get update
Ign:1 http://ftp.fr.debian.org/debian stretch InRelease
Ign:2 http://apt.van-belle.nl/debian stretch-backports InRelease
Hit:3 http://security.debian.org/debian-security stretch/updates InRelease
Hit:4 ht...
2017 Jun 13
3
Debian Jessie samba 4.5.8-2 4.5.10 4.6.5 available
Hai,
I've (finaly) complete and restructured my apt.
All non-samba related packages are removed, so it all dedicated for samba.
More Info about my apt found here: http://apt.van-belle.nl/
The apt repo has the following setup.
All term like (jessie) and (jessie-backports) and (unstable) are related to this apt repo (apt.van-belle.nl),
but eve...
2016 May 12
2
Problem with Install R on Linux Ubuntu 16.04 Xenial Xerus
...lling R.
I have been following the steps at this site: https://www.datascienceriot.com/how-to-install-r-in-linux-ubuntu-16-04-xenial-xerus/kris/
Below is the the output and the commands from the terminal:
sudo echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial/" | sudo tee -a /etc/apt/sources.list
[sudo] password for atakan:
deb http://cran.rstudio.com/bin/linux/ubuntu xenial/
gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9
gpg: requesting key E084DAB9 from hkp server keyserver.ubuntu.com
gpg: key E084DAB9: "Michael Rutter <marutter at gmail.com>" not...
2012 Oct 12
1
apt.puppetlabs.com for Debian Lenny is broken ?
Hello list,
I try to install puppet agent on Debian Lenny. I got following error.
Seems the repo is broken :
-----------------------------------------------------------------------------------------------------------------------------------
node001:~# wget http://apt.puppetlabs.com/puppetlabs-release-lenny.deb
--2012-10-12 02:12:12-- http://apt.puppetlabs.com/puppetlabs-release-lenny.deb
Resolving apt.puppetlabs.com... 96.126.116.126, 2600:3c00::f03c:91ff:fe93:711a
Connecting to apt.puppetlabs.com|96.126.116.126|:80... connected.
HTTP request sent, awaiting re...
2005 Mar 12
0
Apt and multilib arches (in CentOS-4)
On Sat, 2005-03-12 at 20:08 +0800, Mark Quitoriano wrote:
> may i ask what''s the centos apt address?
>
I changed the name of this thread so I can explain where apt is and when
it can be used in CentOS.
Apt is currently only supported in CentOS-4 and only on the i386 arch.
apt, apt-devel and synaptic are "extras" packages for CentOS-4.0 i386.
That means they are included an...
2005 Mar 04
12
A Problem : Can NOT install APT or Synaptic for v4.0
Hello,
There was no problem installing "APT" package in
CentOS 4.0 Beta, but so far I could not install
APT or Synaptic by "# yum install apt" or
by "# yum install synaptic" in a usual manner.
Is there any solution for this?
It seems to me, something is wrong only for these
two packages.
Regards.
2019 Jul 05
4
cannot set filesystem permissions on shares
@Louis, thanks for your answer. I've gone through the steps I found on
your site, but when I wanted to install the packages, Debian didn't
found the newer packages. I tried to give the version number to the
apt-get, but it didn't help.
apt-get install -t o=AptVanBelle samba=4.10.5+nmu-1debian0
winbind=4.10.5+nmu-1debian0 libnss-winbind=4.10.54.10.5+nmu-1debian0
smbclient=4.10.5+nmu-1debian0 tdb-tools=.3.18-0.1nmu0~deb10
And a good news: Debian Buster will be released tomorrow.
2008 Dec 18
6
how to install yum by apt
Hi all!
Becaule i heard that the apt was great,i wanted to try it.And when i tried to update my system,the yum faid,i installed the apt which came from dag repo by yum. After that i did:sudo apt-get update and sudo apt-get upgrade.There are some problem and i did as apt suggested:sudo apt-get --fix-broken install.Then apt said should...
2013 Oct 19
2
Ignore a failed dependency
...nds
that "require") of a command execute even if the command fails? Meaning
create a sort of soft dependency where I would like the command to be
performed but if it fails execute the things that depend on it anyway.
Specifically: I have an ''Exec'' that runs ''apt-get update''. Several commands
''require'' this ''Exec'' (e.g. ensuring that a package is installed). However,
after an initial provisioning it''s not absolutely necessary that ''apt-get
update'' gets run since those packages will b...
2017 Jun 13
0
Debian Jessie samba 4.5.8-2 4.5.10 4.6.5 available (part 2)
...the applied patches in the jessie and unstable line (4.5.10 and/or 4.6.5).
See the .changes files
Added: http://downloads.van-belle.nl/samba4/Kyocera/ containing a pcl5 kyocera printer driver which works out of the box.
( created by kyocera and signed by microsoft )
Added: Current files in the apt, so can see whats where.
current-packages-in-jessie-apt.txt
current-packages-in-jessie-backports-apt.txt
current-packages-in-unstable-apt.txt
current-packages-in-wheezy-apt.txt
And an output of apt-cache policy samba with all 3 apt lines set.
apt-cache policy samba
winbind:
Installed: 2:4.6.5+d...
2005 Apr 24
3
apt repo's for centos
I downloaded and installed apt and synaptic using yum ok,
but are there corresponding apt repo's for the yum ones? If
so, what are they?
--
Lee Parmeter Emperor, linXos - The Flying Penguin
http://www.linXos.com
Linux Registered User #337161
'It's free. It works. Duh.'" - Eric Harrison
The United States...
2019 Sep 04
3
Ubuntu Bionic Samba 4.9.13 and 4.10.8 packages online now (amd64/i386)
Hai,
?
If uploaded the Ubuntu Bionic Samba 4.9.13 and 4.10.8 packages.
The Build and Changes logs : http://downloads.van-belle.nl/samba4/Buildlogs/ubuntu/
?
1) Choose http or https for you apt, both work, for https you need to :
apt-get install apt-transport-https
?
2) Import my public key
wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add -
?
3) (optional) setup a header line for the repo file.
echo "# AptVanBelle repo for samba." | sudo tee /etc/apt/s...
2010 Dec 20
1
R hangs on the stats.so library
Dear all,
I having this problem on my laptop.
It was caused by my clumsy attempts to upgrade the system.
As I wrote here,
(http://www.mail-archive.com/r-sig-debian at r-project.org/msg01364.html)
I was trying to solve the same problem with JAGS/rjags on my laptop.
After typing R in a terminal I'm currently get the following:
> R v...
2018 Nov 16
2
Ubuntu bionic 18.04 compatible samba 4.9.2 packages amd64 only now available.
Hai,
its late, but the ubuntu 18.04 packages are ready.
The repo setup.
wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add -
echo "# AptVanBelle repo for samba." | sudo tee /etc/apt/sources.list.d/van-belle.list
echo "deb http://apt.van-belle.nl/debian bionic-samba49 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list
A...
2018 Aug 21
2
Debian Jessie Samba packages 4.6.16/4.7.9/4.8.4 (amd64/i386) available
...you want to run and you stay at that version until you change the repo.
The site info isnt updated yet with this, i'll do that after i finish up with the debian stretch packages.
For now the Debian Jessie packages and available are amd64/i386 and sources.
Import my key: wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add -
samba 4.5.x unmaintained/EOL 4.5.16 is the last.
samba 4.6. : echo "deb http://apt.van-belle.nl/debian jessie-samba46 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list
package list: http://apt.van-be...