# Thanks
If 'Thanks' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf Thanks
Here’s some instructions that might help you. A search for ‘thanks’ at Software.openSUSE.org did not find anything, maybe this helps:
Knurpht-Laptop:~ # zypper ar http://download.opensuse.org/repositories/devel:/languages:/haskell/openSUSE_11.2 Happiness
Adding repository 'Happiness' [done]
Repository 'Happiness' successfully added
Enabled: Yes
Autorefresh: No
URI: http://download.opensuse.org/repositories/devel:/languages:/haskell/openSUSE_11.2
Knurpht-Laptop:~ # zypper ref Happiness
Retrieving repository 'Happiness' metadata \]
New repository or package signing key received:
Key ID: 019F1A45C80748DC
Key Name: devel:languages:haskell OBS Project <devel:languages:haskell@build.opensuse.org>
Key Fingerprint: 06C17E126CD5C28A98E92ECD019F1A45C80748DC
Key Created: Tue Jan 22 21:46:51 2008
Key Expires: Thu Apr 1 22:46:51 2010 (EXPIRED)
Repository: Happiness
Do you want to reject the key, trust temporarily, or trust always? [r/t/a/?] (r): t
Retrieving repository 'Happiness' metadata [done]
Building repository 'Happiness' cache [done]
Specified repositories have been refreshed.
Knurpht-Laptop:~ # zypper in happy
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW package is going to be installed:
happy
1 new package to install.
Overall download size: 368.0 KiB. After the operation, additional 1.8 MiB will be used.
Continue? [y/n/?] (y): y
Retrieving package happy-1.18.2-6.4.x86_64 (1/1), 368.0 KiB (1.8 MiB unpacked)
Retrieving: happy-1.18.2-6.4.x86_64.rpm [done]
Installing: happy-1.18.2-6.4 [done]
Additional rpm output:
warning: /var/cache/zypp/packages/Happiness/x86_64/happy-1.18.2-6.4.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID c80748dc: NOKEY
After this you can run
man happy
for further instructions.
Good to see you enjoy this world so much.
Ahh, you don’t need to install a package to fix this.
alias Thanks='echo You are welcome'
There you go, fixed that for you. lol!
Oh, thank you a lot. Where can I put the script into and how can I name it? (Same problem as in Start openSUSE 11.3 from external USB drive? ?).
Good night to GMT+10 and greetings to all
pistazienfresser
Just paste that into your shell prompt if you want to be grateful only for this session.
If you want to be grateful indefinitely, put it in ~/.bashrc.
lol!
Edit your .bashrc file and add it in there:
vi ~/.bashrc
then simply add all your aliases in there like so:
# .bashrc
# User specific aliases and functions
alias l='ls -hAlF | more'
alias la='ls -hAlF'
alias c='clear'
alias Thanks='echo You are welcome'
alias thanks='echo \ ...bitteschön \;\)'
# Source global definitions
if -f /etc/bashrc ]; then
. /etc/bashrc
fi
You will have to logout and back in again for it to take effect though :).
Nice to see, what some sheer nonsense can lead to.
It looks fascinating, but I think you can just use the donate button