You are not logged in.
Pages: 1
Hi ,
Im a new arch user who jus switched from ubuntu.I got arch setup with gnome but when I go to system-administration, I dont see any gui tools to manage stuff like packages,users,etc.how can I get these tools.And one more question Can I install slackware pkg files in arch.
Thanks in advance
Offline
For pacman you might find something here: http://bbs.archlinux.org/viewtopic.php?id=14849
Try and get comfortable with the command line for administrative tasks. It's worth it!
Arch is also not really GUI based so you're going to find that the command line is used alot more than in say Ubuntu.
You may want to read this comparative: http://wiki.archlinux.org/index.php/Arc … al_Distros
Oh, and welcome to arch! Good luck!
Last edited by dyscoria (2008-03-27 18:06:37)
flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)
Offline
The most important command to know is: man
Type man <commandname> at the command line to pull up help
for that command
if you want to search the manpage command descriptions use man -k <search terms>
Offline
What abt slackware pkg in pacman?
Offline
Hi ,
Im a new arch user who jus switched from ubuntu.I got arch setup with gnome but when I go to system-administration, I dont see any gui tools to manage stuff like packages,users,etc.how can I get these tools.
Some of those things may be from gnome and some may have been created by ubuntu. If you still have ubuntu installed, you can check the menu to see what the programs are.
And one more question Can I install slackware pkg files in arch.
Thanks in advance
I don't think so.
Anything not in the repositories can be downloaded and compiled. If you use makepkg (http://wiki.archlinux.org/index.php/Makepkg) to compile and package a program, and then install with pacman, you can use pacman tools to see what version you're running, etc. You may need to install base-devel to compile.
Edit: do a
pacman -Ss gnome
to see what's in the repositories.
Last edited by tigrmesh (2008-03-27 19:43:17)
Offline
Why do you want to install a slackware package?
Offline
For example : how can I use the amazon mp3 downloader in arch.I was thinking of convertin the deb file to pkg.
Offline
You can find it in the AUR: http://aur.archlinux.org/packages.php?ID=15566
AUR is great. You may want to read this wiki article to get you started: http://wiki.archlinux.org/index.php/AUR
flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)
Offline
Now, not to be rude, but why did you switch to Arch if you want to turn it into Ubuntu? Ubuntu is a nice distro, and it sounds like exactly what you want. If there was a hardware issue, perhaps something like OpenSuse would fit your bill. Arch is fantastic, but it ain't Ubuntu. Ubuntu is fantastic, but it ain't Arch.
Just curious is all. And I'm not trying to be mean or anything, and it sounds like you installed it and are unafraid of the CLI, so I would just like to know what you want.
Again, there is nothing wrong about what you are doing with Arch here. It's not like you're violating anything. It's just...it'd be a lot simpler to go with a distro designed for GUI administration. Arch is designed for CLI administration.
Also:
User Admin: adduser, useradd, userdel
Packages: pacman, yaourt
Everything Else: vim <insert conf file here>
As abhidg said, man <command name> is your friend.
Stop looking at my signature. It betrays your nature.
Offline
If you want GUI, then this isnt your distro. Your UI is the console.
Offline
I jus wanted to have the latest software and found arch to be the one.
Offline
I jus wanted to have the latest software and found arch to be the one.
Give yourself a little bit of time and learn the "Arch way". It's far more efficient than what you've been use to. Sure, it will take a bit to get up to speed, but it will be worth it.
Offline
Hi ,
Im a new arch user who jus switched from ubuntu.I got arch setup with gnome but when I go to system-administration, I dont see any gui tools to manage stuff like packages,users,etc.how can I get these tools.
What you are referring to is the gnome-system-tools package along with the system-tools-backends package that are available in the Community repository. However, after the Perl 5.10 update, you have to recompile these packages to get them to work. Even when they are working, they are buggy. You are better off learning to manually edit the configuration files that these GUIs manipulate. The only reason I install gnome-system-tools is for the time-admin GUI which gives an easy way to set the time/date. If you right click on the clock/calendar applet in the upper tray, you don't get the Adjust Time & Date option unless gnome-system-tools is installed.
Pudge
Offline
Give yourself a little bit of time and learn the "Arch way".
And if you're a typo grand master like myself you'll have to learn to read what you typed *BEFORE* you hit that enter key.:lol:
Offline
Give yourself a little bit of time and learn the "Arch way".
And if you're a typo grand master like myself you'll have to learn to read what you typed *BEFORE* you hit that enter key.:lol:
alias the more dangerous commands to use the interactive switch and avoiding force helps with that
Offline
Maybe, you could have a look to ArchAssistant:
http://www.kde-apps.org/content/show.ph … tent=76760
@+
Shaika-Dzari
http://www.4nakama.net
Offline
I dont know why but after using arch for a few days.Now I prefer using command line.
Maybe its some ARCH MAGIC!:lol:
Offline
Pages: 1