General :: How To Install The Slapt-get On Slackware12
Apr 5, 2010i want to know how can i install slapt-get on slackware12
View 1 Repliesi want to know how can i install slapt-get on slackware12
View 1 Replieshow to use mouse scroll in slackware12?
View 4 Replies View Relatedthe slapt-get did not install any thing Ex..
bash-4.1# slapt-get --install vlc
Reading Package Lists... Done
No such package: vlc
[code]....
How do you install slapt-geton slackware 13.0
View 11 Replies View RelatedI'm sitting at work and wondering if Synaptic package manager could be used with slapt-get on Slackware since it's based on apt-get anyway. I haven't researched this, but I wonder if anyone out there has. I'm thinking that Synaptic looks for .deb packages but it would be interesting if one could make it work. The Gslapt/slapt-get combo works just fine for me as far as a GUI alternative, but apparently only works with .tgz or .txz. Or does it?
It would be interesting if one could install .deb packages because it would open up a whole lot repositories to Slackware including the Ubuntu repos. Don't get me wrong, I like compiling from source but nothing drives me crazier than finding some piece of software I like that ends up needing a million Gnome dependencies. I can definitely appreciate the reasons why Gnome was dropped from Slackware!
I noticed that slapt-get excludes a lot of package titles based on aaa, glibc, and kernel. I've been wondering why, and haven't been able to find any definitive answers... Anyone here have any ideas on why that is? My Slackware installation is currently kernel 2.6.29.6 (I think) and the newest available on the official repositories is 2.6.32.5 (or something like that).
When I put in slapt-get --upgrade it spits out about 15 packages that are excluded that it won't upgrade. Now, I know I can remove the exclusions by editing the slapt-get configuration file, but I don't want to if it's going to screw something up. So my question is: Is there a reason those are excluded? Is it unsafe to upgrade the kernel with slapt-get?
I am a newbie regarding the Slackware, though i have some millage on Ubuntu. Anyway, i have Slackware 13.1 and slapt-get is really, really slow when downloading packages, even when i do slapt-get -update the slowness is just killing me
The second question is somewhat different. How can i view dependencies on which a particular application is depended?
I cant find some good sources for slapt Where i should looking for ?
View 3 Replies View RelatedI get an error when running slapt-get. The error is: "slapt-get: error while loading shared libraries: libsas.so.2: cannot open shared object file: No such file or directory".
I've booted the Slackware disk # 1 and unchecked everything except the libraries category and installed them. I rebooted and it still says this. I get this same error before I put the disk in and rebooted to install ALL libraries. I really need help. BTW, I can't load KDE.I found a pkg manager already installed called "slackpkg". But I really need help on this library issue!! I uninstalled it (slapt-get) anyway, so forget that!
I've been getting this error when trying to upgrade packages with slapt-get:
Failed to download: Incomplete download
Not sure what's going on. I tried to use --clean and tried to use a different mirror, but still getting the error.
I need to somehow do a yum installation (or equivalent of) on a system that is offline with no access to the internet. (I do have access to another Linux system that has internet access, but the Linux installations on both systems have different packages installed and enabled.)
Let's say the command to enter is 'yum install pkg1 pkg2 pkg3' (the documentation for some applications I need indicate the installation instructions this way, and not as the actual RPMs I need). Is there a way for me to run that on my offline system?
e.g. one way I can think of is to run that command on the online system, somehow if possible take note of what RPMs get installed, then transfer them to the offline system via USB and install all the RPMs via rpm command.
The problem with my above idea is that the two systems have different packages enabled, so even if yum on the online system shows a few dependencies being downloaded, I could run download and install all these RPMs and their dependencies on the offline system only to find several more missing dependencies, and dependencies of those dependencies.
I've got an ASUS eee1005 that I'm trying to load eeebuntu -- I've read good things about it! However, I managed to get it (partially) installed using only unetbootin and the eeebuntu-nbr iso. Luckily I've got other working laptops in the house, or I'd be stuck because now I've got a partially installed distro that isn't allowing me usage of my wireless. Basically, what I'd like to do is be able to go back to the install process and load all the packages I want, which, hopefully, will give me NetworkManager so that I can finally connect. I can boot to the thumbdrive (8gig, btw) but I don't think I've got the right files on it to do the install. Here's what appears on the thumbdrive:
[code]...
I would think that with these files on the thumbdrive, it could find its way into the install process. Apparently not. I've read most, if not all of the 'install from USB' threads and how-to's, and it's still not working right - Now, having a partially installed distro (with GUI that's not GNOME, or KDE. . ?) Are there any options I can use to pickup where the install left off and start adding packages? Or should I just scrap it and re-install?
I am trying to do a 'light' install of Ubuntu 10.04 using the alternate install CD. Here is how i am planning to do it:
1. Perform a console only installation(Standard system only on d-i tasksel)
2. Install gnome-core
3. Then install the packages i need using apt.
1. Would such an installation lead have any significant performance(RAM usage) advantage over a full fledged installation?
2. Is there a way i could install gnome-core from the installation CD instead of downloading them from the repository?
3. Would installing just gnome-core mean that synaptic & update-manager wouldn't be available? i am hoping that it wouldn't be the case I checked their dependencies from packages.ubuntu.com, it doesn't look like they need gnome-desktop-environment to be installed first.
4. Would such an install have any more device driver related issues (eg.display drivers) than a regular install?
[URL]
I just installed win 7 and now can't install fedira 13 on the partition that i made for it on the same drive. The problem is that after installation of win 7 i lost the ability to boot form cd. In bios i still have cd set up to boot first and drive second, but win 7 did something that overrides bios set up. I even tried Esc for boot menu, then i select to boot form cd, but it still boots in windows. What can I do to fix this?
View 4 Replies View RelatedI have 40gb of hd and I want Xp and fedora on it. I installed Xp first and now I want to install Fedora 12, every time I chose the space to iinstalll it, it says that there is no enough space to install it, although the xp just took less than 2gb of the disk. How can I resize it so that there is enough space?
View 8 Replies View Relatedi'm trying to install gcc 4.3 on ubuntu 9.10 using the following: sudo apt-get install g++-4.3 CC=gcc-4.3 CXX=g++-4.3 ./install
the first line is ok, but i dont know what to do with the second. if i type both in one command, i get "E: couldn't run package CC" and if i run each separatly, i get "./install not found in the directory" objective: install ns 2.34 on ubuntu 9.10 (32-bit).
If I want to just install Linux kernel for educational objects on a fresh computer, should I first install one of Linux distribution and then update it's kernel or I can just install kernel itself?
View 6 Replies View RelatedHow do you install a script if it's name is "install.sh"?
View 3 Replies View RelatedWhat is the difference between install -c and cp? Most installations tend to use install -c, but from the man page it doesn't sound like it does anything different than cp (except maybe set permissions). When should I use install -c and when cp?
View 3 Replies View RelatedI'm using Linux Mint 10 Julia and currently in the UAE.I'm having trouble accessing a lot of websites so I want to install tor.However the the domain is block and so the repo address of tor itself is blocked.How can I install it otherwise or are there other links I can try?the problem is not connecting to sites like[URL]
View 2 Replies View RelatedI am installing CentOS5 for practice for the first time.
Which version should I get? I am on a Macbook pro planning to install via VMWare.
i386/
or
x86_64/
What's the difference?
Those version were listed for download at this link: mirror.centos.org/centos/5/isos/
I'm running Debian, but it seems I only have the vim-tiny package. I need the full VIM package,because I would like syntax highlighting. Here's the error I get when I try ":syntax on" command in VIM: Sorry, the command is not available in this version: syntax on Now, I've tried apt-get on the following recommended packages, but nothing seems to workvim-rt vim-full vim Here is a list of install VIM packages that I have
Code: mainbox:/var/www/selfservice# dpkg -l vim*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
[code].....
I have downloaded gcc from internet but i dont know how to install it
View 14 Replies View RelatedI'm trying to install AVG 9 free edition on pclinux 2009 but when I try to install it via the setup.exe file it asks: open with: and lists, internet,more applications,multimedia,office and system with all their sub folders! Shouldn't the file open and run automatically live in windows or do I need to install some other program to run this type of file?
View 6 Replies View RelatedI am currently running Microsoft xp and my laptop is a HP and has only got a 40gb hard drive but i am not 100% sure if i want to commit yet as i am not sure what to expect.
That then raises my question. How do i go about installing linux on my 250gb wd external HDD if it is possible?
i have gcc-4.4 installed in my UBUNTU10.10
Code:
testuser@testuser-desktop:/usr/include$ ls /usr/bin/gcc*
/usr/bin/gcc /usr/bin/gcc-4.1 /usr/bin/gcc-4.4 /usr/bin/gccbug-4.1
testuser@testuser-desktop:/usr/include$ gcc -v
[code]...
i have a folder which is similar to that. but it is missing few headers which i need like dlfcn.h,dirent.h.... and all that. so, my programs instead of compililng from my gcc/include they are getting compiled from /usr/include, which i dont want. so, i want to update it. checked the net to get such portable gcc. but i couldn'fd find. ifound one link [URL] i downloaded files from the this link, because this structure is very similar structure like my "_lin"(portable gcc). but it is noe allowing to download certain files in /lib like libstdc++.so... and few other files. i thought those are compiler specific shared objects.so, i was left with no answer to my question. where to find portable gcc-4.4 ?
I am running red hat in VMWARE virtual machine. I need gcc compiler. i downloaded the gcc-4.5.2.tar.gz2 file. Can't seem to install. Here is what i tried so far
1. downloaded the gz2 file
2. placed it in /home/me
3. in terminal i cd to the folder with file in it
4. gave this command that i read here in LQ
tar xvjf gcc-4.5.2.tar.bz2
5.It extracted the files in folder gcc-4.5.2
6. cd to the extracted folder
7. gave command ./configure got this error
"make:***error: in '/home/me/gcc-4.5.2':
"make:***error: no acceptable C compiler found in $PATH
8. gave command make here is where i am getting this error that "no target specified and no makefile found. Stop"
For some reasons I have to install Debian via ISO from a USB stick can some one tell me how should I proceed for that.
View 14 Replies View RelatedHow to install tar.gz and tar.bz
View 3 Replies View RelatedI just want to know how to install anything. I am new to linux but have followed it for a long time. I tried linux at one point in time 8 or 9 years ago but it was too difficult if there was no one around to hold my hand.I've heard that pclinuxos et al have become very user friendly, but it seems user friendly to people who already speak the language. I don't but want to continue using if I can get some functionality out of the programs.
I am looking at libre office and wine (I need ms office for a contract that I have and I do have that on my laptop, but if I can use my pc and laptop that would be great.)If someone could give the 'for dummies' version of how you install programs that have been downloaded,- in kindergarten speak, too.I have pclinuxos kde. I try to access the files in ARK but it doesn't recognize them so that must not be the first step.